redhuntlabs

Refine Spell — Development skill for Claude Code

Development community

Improve an existing spell based on real usage.

How to install Refine Spell

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

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

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

What Refine Spell does


name: refine-spell description: Improve an existing spell based on real usage

/refine-spell

Invoke the `refining-a-spell` skill to update a spell in your library.

Usage

/refine-spell writing-an-email
/refine-spell writing-an-email --bump minor

What happens next

The skill walks you through:

  1. Loading the current SKILL.md
  2. Identifying what changed (new step, clearer wording, better example, etc.)
  3. Re-running the tester (mandatory after any change)
  4. Bumping the

Alternatives in Development

  • Contributing — Thanks for your interest in contributing to Marketing Skills 13.8k ★
  • Domxss — Confirm DOM XSS in a real headless browser — injects canary payloads into params + URL fragment and only repor 4.5k ★
  • Promote Public Release — Build, refine, and publish cumulative public release notes, then promote the current alpha prerelease to stabl 1.6k ★

Full documentation available on GitHub

View Source Repository