ワンクリックで
using-wizard
Use when starting any conversation - establishes how to find and use Wizard skills and spells, including the 1% rule
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when starting any conversation - establishes how to find and use Wizard skills and spells, including the 1% rule
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | using-wizard |
| description | Use when starting any conversation - establishes how to find and use Wizard skills and spells, including the 1% rule |
| kind | discipline |
| audience | anyone |
| ai-tools | any |
| complexity | simple |
| time | under 1 min |
| version | 1.0.0 |
| source | bundled |
Boots you into the Wizard framework. Tells you what's loaded, where it lives, and the one rule that makes it work.
Nothing. This skill loads itself.
Awareness of two things: the library, and the 1% rule.
skills/ (framework) and spells/ (bundled seed). The user's library is $WIZARD_HOME (default ~/.wizard/). User versions override bundled.building-a-spell.discovering-spells.If you think there is even a 1% chance any spell applies to what the user is doing, invoke it.
| If you think... | Reality |
|---|---|
| "This is a simple question" | Questions are tasks. Check spells. |
| "I need more context first" | Skill check comes BEFORE clarifying questions. |
| "The skill is overkill" | Simple things become complex. Use it. |
| "I remember this skill" | Skills evolve. Read the current version. |
| "I'll just do this one thing first" | Check BEFORE doing anything. |
The session is bootstrapped correctly if you can: name the personal library path, name the meta-builder skill, and recite the 1% rule.
None. The boot skill is identical for every audience.
User: "Help me write a status update."
You: invoke spells/work/writing-a-status-update/SKILL.md (1% rule fires on "write" + "status update"). Then follow that spell's steps.
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).
Use when browsing what spells are available - bundled seeds, your personal library, or both. Filter by kind, audience, or update status.