redhuntlabs

Build Spell — Productivity skill for Claude Code

Productivity community

Start building a new spell from a task you do repeatedly.

How to install Build Spell

Installs to ~/.claude/skills/redhuntlabs-wizard-build-spell/SKILL.md

Terminal
mkdir -p ~/.claude/skills/redhuntlabs-wizard-build-spell && curl -fsSL https://raw.githubusercontent.com/redhuntlabs/wizard/HEAD/commands/build-spell.md -o ~/.claude/skills/redhuntlabs-wizard-build-spell/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Build Spell does


name: build-spell description: Start building a new spell from a task you do repeatedly

/build-spell

Invoke the `building-a-spell` skill to start an interview that captures a new spell.

The interview will:

  1. Extract context from your trigger phrase (skip questions you already answered)
  2. Pick the right depth (Express, Standard, Deep) for your skill complexity
  3. Match against known workflow shapes if applicable
  4. Route to the correct kind-specific builder (content / workflow / d

Alternatives in Productivity

  • Epic Decompose — Break an epic into task children without creating task branches 243.5k ★
  • Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
  • P7 — PUA P7 骨干模式 — 方案驱动执行 19.5k ★

Full documentation available on GitHub

View Source Repository