Agent Orchestration Skill
Description
Open-source agent delegation skills (Cursor CLI, Claude Code, IDE handoff)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
agent-orchestration skills
Cross-repo **agent delegation and supervision** workflows: external CLIs, tmux sessions, git worktrees, audit logs, and review checkpoints.
Table of contents
Skills
| Skill | Purpose |
|---|---|
cursor-dev-agent |
Supervise Cursor agent CLI as an implementation subagent (tmux, worktrees, audit, no-commit guardrails) |
cursor-ide-dev-agent |
Coordinate manual Cursor IDE agent sessions with paste-ready task packets when CLI/tmux orchestration is unavailable |
claude-dev-agent |
Supervise Claude Code CLI as an implementation subagent (tmux/headless, worktrees, audit, no-commit guardrails) |
Use `cursor-dev-agent` when you can start `agent` in tmux or headless mode. Use `cursor-ide-dev-agent` when the user opens or continues Cursor IDE sessions manually and the primary agent prepares prompts plus review checkpoints. Use `claude-dev-agent` when delegation should run through Claude Code CLI.
Quick start
No shared package or `.venv` for this group. Each skill is self-contained (`SKILL.md` + optional `agents/` metadata).
REPO=/path/to/agent-skills
bash "$REPO/scripts/bootstrap_links.sh" --repo-root "$REPO"
Use from any project after the skill is linked under `~/.agents/skills/` (or your Codex skills path).
Layout
agent-orchestration/
cursor-dev-agent/
SKILL.md
agents/openai.yaml # optional Codex UI metadata
cursor-ide-dev-agent/
SKILL.md
agents/openai.yaml
claude-dev-agent/
SKILL.md
agents/openai.yaml
Future siblings (e.g. `external-agent-cli`) belong in this group when migrated.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11