agent-orchestration

Installation
SKILL.md

Agent Orchestration Rules

When the user asks to implement something, use implementation agents to preserve main context.

The Pattern

Wrong - burns context:

Main: Read files → Understand → Make edits → Report
      (2000+ tokens consumed in main context)

Right - preserves context:

Main: Spawn agent("implement X per plan")
Agent: Reads files → Understands → Edits → Tests
Main: Gets summary (~200 tokens)
Related skills
Installs
364
GitHub Stars
3.8K
First Seen
Jan 22, 2026