wizard
01Plugin Claude Code
Plugin marketplace listing 1 plugin: wizard.
Plugin Claude Code
Plugin marketplace listing 1 plugin: wizard.
Plugin Claude Code
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.
Instructions file CodexOpenCode
AGENTS.md instructions for redhuntlabs/wizard, covering wizard — for ai agents, what this plugin gives you, your behavioral commitments, where things live and where to look first.
Instructions file
Claude Code instructions for redhuntlabs/wizard, covering wizard — for claude, quick orientation, how to use skills in claude code, how to dispatch the tester and slash commands.
Instructions file Gemini CLI
Gemini CLI instructions for redhuntlabs/wizard, covering wizard — for gemini, quick orientation, how to use skills in gemini cli, tool name mapping and the 1% rule.
Agent
Subagent dispatched during the try-it phase of building-a-spell. Tests a draft spell against realistic scenarios and returns a verdict. Has TWO MODES based on the draft's kind.
Command
Start building a new spell from a task you do repeatedly.
Command
Turn the current chat session into a reusable spell.
Command
Run a spell from your library.
Command
Browse all available spells (yours plus bundled).
Command
Improve an existing spell based on real usage.
Command
Export a spell for sharing with others.
Hook
Runs when a session starts on startup, clear and compact, executing run-hook.cmd. From redhuntlabs/wizard.
Skill Claude CodeCodex
Use when the meta-builder routes to kind=discipline. Generates a discipline spell with the rule, excuses table, warning signs, and hard gates.
Skill Claude CodeCodex
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".
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Use when the meta-builder routes to kind=workflow. Generates a workflow spell with explicit stages, checkpoints, and loop-back conditions.
Skill Claude CodeCodex
Use when composing multiple spells into a chain that runs end-to-end (e.g. brainstorm -> plan -> execute -> verify).
Skill Claude CodeCodex
Use when browsing what spells are available - bundled seeds, your personal library, or both. Filter by kind, audience, or update status.
Skill Claude CodeCodex
Use when the user invokes /capture-this-chat or /build-spell --from-transcript. Reads a transcript and produces a context dictionary plus a draft SKILL.md, which hands off to building-a-spell at Stage 2.
Skill Claude CodeCodex
Use when conducting any interview-style flow with a user (building a spell, refining one, gathering requirements). Picks depth, filters questions by relevance, matches against known shapes, and detects mid-stream pivots.
Skill Claude CodeCodex
Use during try-it for kind=discipline spells. Orchestrates baseline + with-skill comparison via the discipline-mode tester to prove the rule actually changes behavior under rationalization pressure.
Skill Claude CodeCodex
Use when an existing spell needs improvement based on usage. Captures what changed, re-runs the tester (mandatory), bumps the version, and saves.
Skill Claude CodeCodex
Use when exporting a spell for someone else to use. Produces a portable file in either Wizard format or strict (upstream-compatible) format.