skill-composer

Featured

DAG-based multi-skill orchestration with dependency resolution.

AI & Automation 388 stars 36 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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) - Domain constraints (language, framework, standards) - Execution constraints (sequential vs parallel, conditionals) **Step 2: Discover available skills** Before building any DAG, scan skills/*/SKILL.md for available skills: ```bash # TODO: scripts/discover_skills.py not yet implemented # Manual alternative: scan skills directory for SKILL.md files find ./skills -name "SKILL.md" -exec grep -l "^name:" {} \; | sort ``` Review the discovered skills. Categorize by type (workflow, testing, quality, documentation, code-an...

Details

Author
notque
Repository
notque/claude-code-toolkit
Created
2 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

26,544 Updated today
iOfficeAI
Web & Frontend Solid

skill-creator

Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.

2,340 Updated 1 months ago
RKiding
AI & Automation Featured

skillforge

Intelligent skill router, proactive advisor, and creator. Analyzes ANY input to recommend existing skills, improve them, or create new ones. Adds proactive Context Skill Advisor suggestions from session, project, and personal context using user-controlled Proactivity Levels.

668 Updated yesterday
tripleyak
AI & Automation Featured

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends AIPex's capabilities with specialized knowledge, workflows, or tool integrations.

1,140 Updated 1 months ago
AIPexStudio
Data & Documents Solid

skill-issue

Audit and review all installed agent skills. Run on-demand or via cron to get a health report: skill inventory, usage tracking, version checks, dependency health, and actionable recommendations (keep, update, review, remove). Use when asked to review skills, check for skill updates, find unused skills, or audit the skill ecosystem.

23 Updated 3 months ago
krispuckett