This is scaffolding for building other Claude Code skills. It walks you through requirements gathering, generates the directory structure, and outputs either sequential phases (for pipelines) or autonomous actions (for dynamic workflows). The whole thing follows the SKILL-DESIGN-SPEC standard and includes templates for orchestrators, actions, and reference docs. You'd use this when you're tired of manually creating the boilerplate for new skills or want consistency across your skill library. It's meta tooling that assumes you understand the Claude Code skill architecture, so if you're new to writing skills, expect to reference the specs it mentions. Generates everything from SKILL.md down to validation phases.
npx skills add https://github.com/catlog22/claude-code-workflow --skill skill-generator