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.

Instructions

Phase 1: DISCOVER

Goal: Analyze the task and find applicable skills.

Step 1: Analyze the user's request

Identify:

  • Primary goals (what needs to be accomplished)
  • Quality requirements (testing, verification, documentation)
Related skills
Installs
7
GitHub Stars
366
First Seen
Mar 23, 2026