#290 · Primary category: AI Coding Assistants
delegate-skills
Delegate a coding task to a separate coding agent CLI, review the diff, land the commit yourself — one per implementer.
Project last updated:08/26/26
GitHub Stars
1.4K
Forks
128
Contributors
19
License
MIT
Why we included this project
Most teams that adopt coding agents end up running several different CLIs, and this package is a way to keep them all under one review workflow. It installs as a set of skills: your orchestrating agent discovers which implementer CLIs are already on the machine, groups them into named lanes like feature, tests, or UI, and hands a self-contained brief to one implementer at a time. The implementer does the work, but you still review the diff and land the commit yourself, so nothing merges without your eyes on it. Each implementer skill documents the exact flags, permission modes, and read-only options for that CLI, and the setup flow writes config only after you approve it. If you juggle multiple agent CLIs and want a consistent way to dispatch and review tasks across all of them, this is a practical fit.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.