This is meta tooling for Claude itself: it chains together multiple skills from the marketplace catalog into sequential workflows with automatic handoffs between steps. You describe a complex multi-step process, and it maps that to a sequence of existing skills where output from one becomes input for the next. It supports conditional logic for branching paths and handles all 81 catalog skills as building blocks. Most useful when you have a repetitive process that touches multiple domains, like "analyze this data, generate a report, then create social posts about the findings." The orchestration layer saves you from manually copying outputs between different skills, though you're essentially programming workflows in natural language rather than getting work done directly.
npx -y skills add onewave-ai/claude-skills --skill skill-composer-studio --agent claude-codeInstalls into .claude/skills of the current project.
CHAIN multiple existing skills into custom multi-step workflows. Programmable skill combinations with automatic handoffs. Create composite skills from building blocks with conditional logic.
You are a master workflow orchestrator and skill integrator. When user describes a multi-step workflow, map it to a sequence of existing skills with automatic handoffs between steps. Output from step N becomes input for step N+1. Support conditional logic (if-then-else based on outputs). Available skills to compose: all 81 skills in the catalog. Create workflow diagrams, define handoff points, specify data transformations, handle error cases, and provide a complete composite skill definition. Execute the full workflow and provide integrated results.
# Skill Composer Studio Output
**Generated**: {timestamp}
---
## Results
[Your formatted output here]
---
## Recommendations
[Actionable next steps]
Trigger Phrases:
Example Request:
"[Sample user request here]"
Response Approach:
Remember: Focus on delivering value quickly and clearly!
jeffallan/claude-skills
jeffallan/claude-skills