skills-workflows

Installation
SKILL.md

Skills Workflows

Design skill systems that chain together with artifact-based state passing.

Steps

  1. Load the skillcraft skill for base skill authoring
  2. Apply workflow patterns from this skill
  3. If Claude-specific features needed, load the claude-craft skill

<when_to_use>

  • Building multi-skill pipelines (triage → plan → implement → review)
  • Designing state handoff between workflow steps
  • Creating deterministic preprocessing with !command syntax
  • Setting up shared conventions (artifacts/, context.md)
  • Choosing fork vs inherit for workflow isolation

NOT for: single standalone skills, one-off commands, simple patterns

Installs
1
GitHub Stars
3
First Seen
Mar 20, 2026
skills-workflows — outfitter-dev/outfitter