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.
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
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.
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
Run this command in a terminal to install the complete delegate-skills package.
Installs: Complete delegate-skills bundle installed globally · 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
Run this command in a terminal to install the complete package globally.
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.
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.