agentsclimarketplace

Orchestrate

Skill sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/orchestrate

AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

Install
npx -y skills add sickn33/agentic-awesome-skills --skill orchestrate

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Coordinate focused subagents on substantial work, keep their ownership non-overlapping, and integrate verified results. Use for large-scope Codex tasks; keep trivial work with the coordinator.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.7 KB, 389 tokens by cl100k_base, as published. Nobody here has run it

Orchestrate

Coordinate substantial work across focused subagents while remaining available to the user and retaining responsibility for the integrated result.

When to Use

  • Use when a task has multiple independent research, review, or implementation lanes.
  • Use when parallel work will materially reduce elapsed time or improve coverage.
  • Use when a coordinator must synthesize several bounded outputs into one verified result.

Keep trivial tasks with the coordinator.

Workflow

  1. Decompose the task into distinct, bounded assignments with explicit outputs.
  2. Run narrow, read-only scouts in parallel with low reasoning effort and no inherited conversation when the runtime supports those controls. Give each scout all scoped context and evidence required to complete its assignment.
  3. Use medium reasoning effort for routine implementation and high reasoning effort for difficult work.
  4. Give each subagent distinct ownership. Prevent overlapping assignments, and instruct leaf workers not to delegate.
  5. Integrate the outputs, resolve conflicts, and verify the combined result.
  6. Keep approvals and externally consequential decisions with the user.

Examples

  • For a repository-wide feature, assign non-overlapping agents to architecture inspection, implementation, and test review, then integrate their findings and run the final verification from the coordinator.
  • For a research brief, assign independent sources or questions to read-only scouts, reconcile disagreements, and keep the final judgment with the coordinator.

Limitations

  • Requires a runtime that exposes subagent or delegation tools; otherwise keep the work with the coordinator.
  • Delegation does not authorize file mutations, public actions, purchases, or other consequential operations beyond the user's original scope.
  • Parallel agents can add cost and coordination overhead, so use them only when the task is substantial enough to benefit.
  • The coordinator remains responsible for checking claims, changes, tests, and the final answer.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.