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

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
DS

amElnagdy/delegate-skills

AI Agent

Delegate a coding task to a separate coding agent CLI, review the diff, land the commit yourself — one per implementer.

1.0k Stars105 Forks17 Open Issues1.0k WatchersJavaScriptMIT
AI AgentDeveloper ToolAutomation
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

100

review score

Indexable review
Decision Snapshot

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.

Source and compliance noteLast synced: Aug 16, 2026

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.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

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.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

MIT is recorded for review.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • JavaScript teams evaluating ecosystem-native tooling
  • use cases where recent maintenance matters
Avoid When
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

1.0k Stars

Reuse

105 Forks

Attention

1.0k Watchers

Maintenance

active

License

MIT

Open issues

17

Overview

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.

Tool Positioning

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

Quick Start
npx skills add amElnagdy/delegate-skills
View on GitHub Project Homepage
Project Activity

73

Health Score

Active

Commit Activity

Jun 14, 2026

Created

Aug 12, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+0

Today's growth

+0

7-day growth

+0

30-day growth

Aug 16, 2026Aug 16, 2026
Community Health
105

Forks

17

Open

1.0k

Watchers

Owner
DS

amElnagdy

GitHub profile
Topics & Language
JavaScriptagent-skillsai-coding-agentantigravityclaude-codeclaude-code-skillscodexcoding-agentcursorgrokkimimistralopenai-codexopencodeqoderskills-sh
Ecosystem & Usage
GitHub Repository Project Website Search on npm
Alternatives & Comparison

codecrafters-io/build-your-own-x

Master programming by recreating your favorite technologies from scratch.

540k

nilbuild/developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.

365k

practical-tutorials/project-based-learning

Curated list of project-based tutorials

279k

obra/superpowers

An agentic skills framework & software development methodology that works.

273k

react/react

The library for web and native user interfaces.

247k
License
MIT
CreatedJun 14, 2026
Last pushAug 12, 2026
Last syncedAug 16, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

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.

Full AI Analysis