Multi-agent skill
Agent Orchestration Skill
Scan running agents, assess progress, and coordinate multi-agent workflows.
Install command
AI DevKit installs its built-in skills as one curated set. Run this once to install agent-orchestration with the rest of the built-in workflow skills.
npx ai-devkit@latest skill add --built-inWhat it does
Use agent-orchestration when several AI agents are working at once and someone needs to act like the technical lead. It helps check progress, identify blocked work, and send next instructions until the workflow is complete.
When to use it
- Manage multiple active AI coding agents
- Check progress and unblock parallel work
- Coordinate multi-agent implementation, review, or research tasks
Supported agents
Related skills
Exchange information with active Codex, Claude Code, and other AI agents.
Orchestrate requirements, design, planning, implementation, testing, and review.
Guide debugging with expected behavior, reproduction, root cause analysis, and validation.
Apply test-driven development by writing a failing test before production code.