Privacy and advertising choices
Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy
Delegate a coding task to a separate coding agent CLI, review the diff, land the commit yourself — one per implementer.
This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.
100
review score
Problem solved
It solves the problem of using multiple AI coding agents efficiently by organizing them into a fleet of lanes, preventing context-switching and tool fragmentation. It also addresses safety and control by ensuring the human reviews and commits all changes, and by providing read-only modes and fail-closed project configs.
Deployment reality
The available setup signal starts with: npx skills add amElnagdy/delegate-skills. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.
Commercial use
The recorded license is MIT. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.
Capability ceiling
Developers can build workflows where different coding tasks (features, tests, UI) are automatically routed to the best-suited agent CLI, with configurable models and effort. They can delegate one-off tasks directly, resume sessions, and enforce safety gates. The ceiling includes complex multi-agent pipelines with human oversight, but it's limited to tasks that CLIs can perform in a repo.
Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.
amElnagdy/delegate-skills is tracked as a JavaScript project in the AI Agent, Developer Tool, Automation area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.
Momentum check: the repository has 1.0k total stars, with +0 today, +278 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.
Maintenance check: current activity is Active; the latest push was 10 days ago, and the open issue queue is 17, about 1.69% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.
Adoption check: 105 forks and 1.0k watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.
Practical fit: this project is most relevant when you need JavaScript teams evaluating ecosystem-native tooling. Be cautious when you need a legal review, security audit, or production SLA.
Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 278. Follow the original GitHub repository for final install, security, and release information.
Analysis
ReadyOriginal problem, capability, and verdict guidance are available.
Sources
ReadyRepository metadata and README/source references are attached.
License
ReadyMIT is recorded for review.
Maintenance
ReadyRecent activity is visible in repository metadata.
Alternatives
ReadyEnough nearby projects exist for comparison.
Momentum
1.0k Stars
Reuse
105 Forks
Attention
1.0k Watchers
Maintenance
active
License
MIT
Open issues
17
delegate-skills is a collection of skills that lets you create a fleet of implementer CLIs (like Codex, Cursor, Aider) on your machine, organize them into named lanes (e.g., feature, tests, ui), and delegate work to them while keeping review and commit control. It supports both fleet-based delegation via setup and direct delegation to a specific implementer.
Key Features
- Create a fleet of implementer CLIs with named lanes and optional dials (model, effort, variant). - Delegate directly to a specific implementer (e.g., Codex, Cursor, Aider) with read-only or resume options. - Supports multiple implementers (Aider, Claude Code, Cline, Codex, Cursor, Grok, Kimi, OpenCode, Pi, Qoder, Vibe) with per-skill documentation.
AI Agent
Agent frameworks, autonomous workflows, and tool-use systems
Developer Tool
Tools that improve coding, testing, build, and local workflow
Automation
Workflow automation, integration glue, and orchestration
npx skills add amElnagdy/delegate-skills73
Health Score
Active
Commit Activity
Jun 14, 2026
Created
Aug 12, 2026
Last push
+0
Today's growth
+0
7-day growth
+0
30-day growth
Forks
Open
Watchers
amElnagdy
GitHub profilecodecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
nilbuild/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
practical-tutorials/project-based-learning
Curated list of project-based tutorials
obra/superpowers
An agentic skills framework & software development methodology that works.
react/react
The library for web and native user interfaces.
✓
License
✓
Forked
✓ Active
Maintained
Problem Solved
It solves the problem of using multiple AI coding agents efficiently by organizing them into a fleet of lanes, preventing context-switching and tool fragmentation. It also addresses safety and control by ensuring the human reviews and commits all changes, and by providing read-only modes and fail-closed project configs.
Capabilities
Developers can build workflows where different coding tasks (features, tests, UI) are automatically routed to the best-suited agent CLI, with configurable models and effort. They can delegate one-off tasks directly, resume sessions, and enforce safety gates. The ceiling includes complex multi-agent pipelines with human oversight, but it's limited to tasks that CLIs can perform in a repo.
Bottom Line
This is for developers who use multiple AI coding agents and want a structured, safe way to delegate tasks while retaining control. Avoid it if you prefer a single-agent workflow or need fully autonomous execution. The trade-off is added setup complexity for better agent selection and human-in-the-loop safety.