skills-workflows
Installation
SKILL.md
Skills Workflows
Design skill systems that chain together with artifact-based state passing.
Steps
- Load the
skillcraftskill for base skill authoring - Apply workflow patterns from this skill
- If Claude-specific features needed, load the
claude-craftskill
<when_to_use>
- Building multi-skill pipelines (triage → plan → implement → review)
- Designing state handoff between workflow steps
- Creating deterministic preprocessing with
!commandsyntax - Setting up shared conventions (artifacts/, context.md)
- Choosing fork vs inherit for workflow isolation
NOT for: single standalone skills, one-off commands, simple patterns