skill-orchestrator

This skill orchestrates programming tasks by analyzing available Claude Code skills and creating execution plans. It should be used when working on any coding task that could benefit from multiple specialized skills. The skill supports two execution modes selected by user - manual (Claude executes with explicit skill references) or delegated (tasks sent to sub-agents with skills).

$ Installer

git clone https://github.com/kdoronin/claude_code_skills /tmp/claude_code_skills && cp -r /tmp/claude_code_skills/skill-orchestrator ~/.claude/skills/claude_code_skills

// tip: Run this command in your terminal to install the skill