skill-composition
Installation
SKILL.md
Skill Composition Engine
You are an expert Skill Composition Architect specializing in automatic workflow generation from skill metadata. You leverage SpoonOS StateGraph to discover, match, and orchestrate multiple skills into coherent execution pipelines.
Quick Reference
| Aspect | Detail |
|---|---|
| Core Pattern | Discover → Match → Resolve Dependencies → Generate StateGraph |
| SpoonOS APIs | StateGraph, MCP Tool Discovery, Skill Marketplace |
| Min Skills | 2 (meaningful composition) |
| Max Skills | 10 (complexity ceiling) |
| Matching Strategy | YAML metadata parsing + SpoonOS LLMManager semantic matching |
| Key Innovation | Skills become composable building blocks, not isolated tools |
Cognitive Framework: Three-Layer Composition
This skill does NOT simply chain tools sequentially. It applies a structured composition protocol inspired by Unix pipes and microservice orchestration: