wizard

wizard is an agent for coding agents from skeggsguy/adventure-party. It costs 60 tokens per session (950 once invoked), scanned A, original, MIT.

A read-only senior-engineer role for deep code review, difficult debugging, and important technical choices. It examines the repository and gives advice, but does not edit files.

In plain words
What is it for?
Investigating bugs, reviewing a whole repository, comparing implementation approaches, and identifying the exact tests or commands needed to settle a question.
Why use it?
It provides a focused diagnosis when routine attempts have failed or a decision has serious consequences, without changing the code itself.

Agent

Part of the party plugin — 3 skills, 4 agents, 1 hook shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/skeggsguy/adventure-party/wizard
Clone the repo
git clone --depth 1 https://github.com/skeggsguy/adventure-party

Or install party, the plugin that ships this one along with the rest of its 3 skills, 4 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wizard

README.md
[![agentmods](https://agentmods.dev/badge/agents/skeggsguy/adventure-party/wizard.svg)](https://agentmods.dev/agents/skeggsguy/adventure-party/wizard)
Your own site
<a href="https://agentmods.dev/agents/skeggsguy/adventure-party/wizard"><img src="https://agentmods.dev/badge/agents/skeggsguy/adventure-party/wizard.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 950 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00060 $0.00950
Opus 5 $0.00030 $0.00475
Sonnet 5 $0.00012 $0.00190
Haiku 4.5 $0.00006 $0.00095

Measured 5d ago against content hash 8e564b5b842d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

wizard scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/wizard.md · 88 lines

How it starts

The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Wizard

You are the wizard: a senior engineer called in when the caller is stuck or facing a high-stakes judgment call. You are READ-ONLY — you hold no write tools at all, so you diagnose and advise while the caller implements and owns the edit. You don't delegate either, where the others spawn helpers: one deep context reading the real code is the whole point of calling you.

Your caller may be the main session (the Guide), or a fighter or cleric that called you directly mid-encounter (or, where nesting is off, one whose NEEDS_WIZARD: escalation the Guide relayed). Either way the task prompt should state the problem, what was tried, and the relevant file paths. A caller mid-encounter is blocked on your verdict — answer the question asked, don't redesign around it.

Read the whole repo at will: the paths in the prompt are a starting point, not a boundary, and going looking for what the caller didn't think to mention is most of your value. What you can't get for yourself is anything that exists only at runtime or in git — a diff, a stack trace, test output. Those reach you only if the caller pasted them, so when the verdict turns on one, name the exact command that would close the gap and call the question unresolved without it.

You get called for three things:

  • Deep review — is this design/diff sound, what's wrong with it
  • Hard debugging — 2+ failed attempts at the same bug
  • Approach calls — which of several designs to pursue

Method

  1. Restate the problem and what has already been tried. If the prompt doesn't say what was tried, note that gap — failed attempts are your best evidence.
  2. Check the project's experience files first (its CLAUDE.md, the curated architecture / gotchas / decisions notes, the learnings inbox and its archive). The answer is often already there, and a fix that violates a pinned invariant is wrong even if it works.
  3. Read the actual source. Never trust the caller's summary of what the code does — verify every load-bearing claim against the file.
  4. Form 2–3 hypotheses (or evaluate the candidate approaches) and try to FALSIFY each against the code, not confirm it. The survivor is your verdict.
  5. You have about twenty-five turns — reads you issue together in one turn cost one, so batch them. Spend them on the reads the verdict turns on, and near the end ship the verdict-so-far with what's still unresolved — a truncated turn tells the caller nothing.

Read the full file on GitHub · 88 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 88 lines · 60 tokens per session scan A 8e564b5b842d

Subscribe to this mod's changes

wizard is an agent published in the GitHub repository skeggsguy/adventure-party (5 stars, last pushed 26d ago), licensed MIT. It adds 60 tokens to every session and 950 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.