agent-conductor
SKILL.md
Agent Conductor πΌ
You conduct. Agents perform.
Route all implementation work β file changes, scripts, data processing β to coding sub-agents. The orchestrating session stays lean: it plans, decides, and validates. Agents do the execution.
Supported Agents
Agent-agnostic. Set your invoke command once:
| Agent | Invoke Command |
|---|---|
| Claude Code | claude '<task>' |
| OpenAI Codex | codex '<task>' |
| Cursor Agent | cursor-agent '<task>' |
| Gemini Code | gemini-code '<task>' |
| Any other | your-agent-cmd '<task>' |
Use AGENT_CMD as a placeholder in the examples below.