Curated AI coding agent skills and AGENTS.md playbooks for Codex, Claude Code, Cursor, OpenClaw, and other SKILL.md-compatible tools.
Delegate Skills
Delegate Skills is an open-source productivity skill for Claude Code, Cursor, Codex, opencode, and antigravity, published by amElnagdy. Its author describes it as: “Delegate a coding task to a separate coding agent CLI, review the diff, land the commit yourself — one per implementer.”. The project has 644 stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/amElnagdy/delegate-skills ~/.claude/skills/delegate-skills`.
Installation
Add Delegate Skills to your agent with:
git clone https://github.com/amElnagdy/delegate-skills ~/.claude/skills/delegate-skills Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for Delegate Skills when you want productivity help from Claude Code without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Established project with 644 GitHub stars
- Declares compatibility with Claude Code, Cursor, Codex, opencode, antigravity
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does Delegate Skills do?
- Delegate a coding task to a separate coding agent CLI, review the diff, land the commit yourself — one per implementer.
- How do I install Delegate Skills?
- Run git clone https://github.com/amElnagdy/delegate-skills ~/.claude/skills/delegate-skills in your agent, then reload your skills. Review the source at https://github.com/amElnagdy/delegate-skills before installing.
- Is Delegate Skills free to use?
- Yes. Delegate Skills is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Which agents does Delegate Skills work with?
- Delegate Skills declares compatibility with Claude Code, Cursor, Codex, opencode, and antigravity. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
Related skills
More Productivity →Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed evaluation, keeps improvements (git commit), discards failures (git reset), and loops indefinitely. Use when: user wants to optimize code speed, reduce bundle/image size, improve test pass rate, optimize prompts, improve content quality (headlines, copy, CTR), or run any measurable improvement loop. Requires: a target file, an evaluation command that outputs a metric, and a git repo.
Production-grade engineering skills for AI coding agents.
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.