By redhuntlabs
Build AI spells for what you do. A meta-framework for turning any repeatable task into a reusable workflow. Works for researchers, founders, students, writers, devs - anyone.
Start building a new spell from a task you do repeatedly
Turn the current chat session into a reusable spell
Run a spell from your library
Browse all available spells (yours plus bundled)
Improve an existing spell based on real usage
Use when the meta-builder routes to kind=discipline. Generates a discipline spell with the rule, excuses table, warning signs, and hard gates.
Use when the user wants to capture a repeatable task as a reusable spell, or asks "how do I build a workflow / skill / framework for X"
Use when the meta-builder routes to kind=subagent. Generates a spell that dispatches one or more subagents to do work in parallel or in isolation.
Use when the meta-builder routes to kind=workflow. Generates a workflow spell with explicit stages, checkpoints, and loop-back conditions.
Use when composing multiple spells into a chain that runs end-to-end (e.g. brainstorm -> plan -> execute -> verify).
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Your AI wizard — every task you do twice becomes a spell you can cast in any tool.
Runs in Claude Code, Cursor, Codex, Gemini, OpenCode, and Copilot CLI.
25 spells · 12 framework skills · 12 workflow shapes · 6 AI tools · 0 telemetry
Maintained by RedHunt Labs
Install · Quick start · Library · Commands · Docs
Your AI assistant is good at one-off tasks. It is much better when you give it a recipe to follow.
At its core, Wizard is a meta-builder — it turns the way you already work into reusable spells your AI assistant can cast on demand. Around that core it ships three more things:
A meta-builder that interviews you and turns your recurring tasks into your own spells, saved to a personal library. (The main act.)
Capture a chat that worked —
/capture-this-chatreads the current AI session and turns it into a draft spell in one command. Or use/build-spell --from-transcript <path>for a saved transcript from any source.A spellbook of 25+ ready-to-use spells — for emails, research, decisions, planning, status updates, dev workflows, and more.
A multi-tool plugin that runs the same skills in every major AI coding tool — install once, use anywhere.
| Problem | What this fixes |
|---|---|
| You re-explain the same task to the AI every time | Spells are reusable recipes the AI loads automatically |
| Prompts work in one tool, break in another | One skill format runs in 6 different AI tools |
| The AI is great at code but useless at your work | Spells cover research, writing, decisions, daily tasks |
| You want the AI to follow a discipline (no shipping without tests, no citing without verifying) | Discipline-kind spells enforce non-negotiable rules with hard gates |
| You hand-write the same workflow as a system prompt over and over | The meta-builder interviews you once and ships a tested spell |
| If you are... | You probably want... |
|---|---|
| A researcher / writer / analyst | The research/ track — literature-scan, interview-synthesis, verifying-before-citing, and the general-research-loop chain |
| A knowledge worker | The work/ track — preparing-for-a-meeting, writing-a-status-update, responding-to-feedback |
| An everyday user | The everyday/ track — writing-an-email, summarizing-a-document, planning-a-trip, troubleshooting-whats-not-working |
| A developer | The dev/ track — brainstorming-a-feature, writing-an-implementation-plan, executing-a-plan-step-by-step, plus the dev-tdd-loop chain |
| Building a custom workflow | The meta-builder. Type /build-spell and answer 5-15 minutes of questions. |
Tailored 5-minute intros: for-non-devs.md · for-devs.md
Pick the AI tool you already use. Each install is one or two commands.
Quickest path (Claude Code or Copilot CLI):
/plugin marketplace add redhuntlabs/wizard /plugin install wizard@wizardOther tools below.
Recommended (one command, no clone needed):
/plugin marketplace add redhuntlabs/wizard
/plugin install wizard@wizard
Or install from a local clone:
git clone https://github.com/redhuntlabs/wizard.git
/plugin install <path-to-cloned-repo>
The boot skill loads automatically via hooks/hooks.json on every session start.
npx claudepluginhub redhuntlabs/wizard --plugin wizardHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Complete developer toolkit for Claude Code