wizard
Agent skill from mattpocock/skills.
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
Source
Repository: https://github.com/mattpocock/skills
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.
[](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.