wizard

Agent skill from mattpocock/skills.

mattpocock ↓ 75k
Claude Code
View source ↗

What it does

  • For a migration or transition: the current state, the target state, and the irreversible actions between them.
  • bash -n <script>; run shellcheck if available.
  • chmod +x <script>.
  • Tell the user how to run it. If it's a repeatable setup path, commit it and link it from the README so the next person runs the script instead of asking an AI.

Requirements & configuration

Configuration: STAGESREADMETOTAL_STAGESTOTAL_MINUTES

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

wizard FAQ

What does the wizard skill do?

Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state transition — opening URLs, capturing values, confirming each step, and writing .env files and GitHub Actions secrets. For a migration or transition: the current state, the target state, and the irreversible actions between them. bash -n <script>; run shellcheck if available.

What does wizard require?

Configuration keys: STAGES, README, TOTAL_STAGES, TOTAL_MINUTES.

How do I install wizard?

Run: npx -y skills add https://github.com/mattpocock/skills --skill wizard --agent claude-code — the source lives at github.com/mattpocock/skills.

Maintain wizard?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

wizard on getagentictools
[![wizard on getagentictools](https://getagentictools.com/badge/skills/mattpocock-skills-wizard.svg)](https://getagentictools.com/skills/mattpocock-skills-wizard?ref=badge)
npx agentictools info skills/mattpocock-skills-wizard

The second line is the CLI lookup for this page — handy in READMEs and docs.