skill-composer
Installation
SKILL.md
Skill Composer
Overview
Orchestrate complex workflows by chaining multiple skills into validated execution DAGs. This skill discovers applicable skills, resolves dependencies, validates compatibility, presents execution plans, and manages skill-to-skill context passing. Use when a task requires 2+ skills chained together, parallel skill execution, or conditional branching between skills. Invoke the single skill directly when it can handle the request alone, or for simple sequential invocation that needs no dependency management.
Core principle: Minimize composition overhead. Prefer simple 2-3 skill chains. Add only skills directly needed or "nice to have" additions without explicit user request.
Reference Loading Table
| Signal | Load These Files | Why |
|---|---|---|
| checking skill chain compatibility and input/output type matching | compatibility-matrix.md |
Loads detailed guidance from compatibility-matrix.md. |
| choosing sequential vs parallel composition; chain length limits | composition-patterns.md |
Loads detailed guidance from composition-patterns.md. |
| composition walkthroughs: feature+tests, debug+docs, parallel quality checks, research-driven builds | examples.md |
Loads detailed guidance from examples.md. |
| selecting a proven composition pattern; troubleshooting compositions | skill-patterns.md |
Loads detailed guidance from skill-patterns.md. |