Leaderboard/Agent Orchestration/delegate-skills
Last commit on September 15, 2026·Created on June 14, 2026

amElnagdy/delegate-skills

A framework for delegating complex coding tasks to specialized AI agent CLIs
Combined rank
#185
across all skills
In Agent Orchestration
#12
category rank
Stars
2.1k
+8.0% in last 7d
Forks
170
+5.6% in last 7d
Watchers
26
+4.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection enables an orchestrator agent to dispatch specific implementation tasks to specialized coding tools like Aider, Claude Code, and Cline. By treating these CLIs as delegates, the orchestrator can manage high-level project architecture while offloading the actual file modifications and diff generation to tools optimized for codebase editing.

It provides a structured way for automation builders to standardize how an orchestrator invokes external agents, reviews their output, and maintains control over the development lifecycle across different AI coding environments.

WHO IT'S FOR
AI agent / automation builders
orchestrate multiple coding agents for complex tasks
Platform / DevEx teams
standardize AI coding workflows across different tools
Technical leads / architects
implement human-in-the-loop AI code generation
AI agent power users
chain multiple AI coding tools in shell scripts
Repository contents

18 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

I’m using

Complete delegate-skills bundle

Installs: Complete bundle using the Skills CLI's default installation scope · Any orchestrating agent supported by the Skills CLI

Before you start
  • An orchestrating agent supported by the Skills CLI
  • An environment in which the documented npx command is available
  • Node 22+ to satisfy the bundled Copilot CLI requirement and the Node 18+ minimum documented for bundled relays and delegate-setup
  • git
  • Each delegated implementer CLI must be installed and authenticated before using its corresponding skill; for copilot-delegate this includes the copilot CLI and copilot login or a documented token environment variable
  1. Run this command in a terminal to install the complete delegate-skills package.

    npx skills add amElnagdy/delegate-skills
README.md · Checked Sep 18, 2026skills/delegate-setup/SKILL.md · Checked Sep 18, 2026skills/copilot-delegate/SKILL.md · Checked Sep 18, 2026skills/cline-delegate/SKILL.md · Checked Sep 18, 2026

Give it something to do.

Author’s example

Discover implementers and propose a delegation fleet

Uses delegate-setup

  • Node 18+
  • Whether the configuration should be global or for this repository only
  • Your preferred kinds of delegated work and any implementer, subscription, speed, or thoroughness preferences
  • Explicit approval before the skill writes configuration
Use $delegate-setup to discover my installed implementer CLIs and create a fleet for feature, tests, and UI work.
README.md · Checked Sep 18, 2026skills/delegate-setup/SKILL.md · Checked Sep 18, 2026
Suggested first task

Request a read-only implementation plan from Cline

Uses cline-delegate

  • Replace [target repository] with the target git repository path
  • Replace [bounded change] with one self-contained coding goal
  • Cline CLI installed and authenticated with cline auth, or a documented API-key configuration
  • Node 18+ and git
  • The project's actual validation commands
Use $cline-delegate for a read-only planning pass on [target repository] for [bounded change]. Inspect the current state and return the proposed files, implementation steps, and project gates. Do not edit files or commit.
skills/cline-delegate/SKILL.md · Checked Sep 18, 2026
Suggested first task

Delegate and land one bounded change with Kimi

Uses kimi-delegate

  • Replace [bounded change] with one self-contained implementation goal
  • Replace [target repository] with the target git repository path
  • Replace [protected files or behavior] with anything that must remain unchanged
  • Replace [project gate commands] with the repository's actual validation commands
  • Kimi Code CLI installed and authenticated
  • A target git repository
Use $kimi-delegate to implement [bounded change] in [target repository]. Keep [protected files or behavior] untouched and tell Kimi not to commit. After it finishes, independently review the diff against the brief and rerun [project gate commands] yourself. If the gates pass and the diff holds, commit the verified work; otherwise request bounded rework and review it again.
skills/kimi-delegate/SKILL.md · Checked Sep 18, 2026