Skip to main content

Claude Code Plugin: Smithers Skill

Ghost doc. Real Claude Code plugin at ~/.claude/plugins/smithers/. Registers the smithers skill so Claude Code can create and run workflows.

plugin.json

SKILL.md

EXAMPLES.md

Five complete workflow examples (see ~/.claude/plugins/smithers/skills/smithers/EXAMPLES.md for full code):
  1. Simple Sequential: Three-phase research/implement/test pipeline
  2. Conditional Branching: Branches based on analysis results
  3. Parallel Execution: Frontend/backend/database agents simultaneously
  4. Error Handling and Retry: Automatic retry with recovery fallback
  5. Data Flow Between Phases: Requirements/design/implement/test with structured data passing

REFERENCE.md