world-of-claudecraft: Agent for Claude Code

.claude/agents/qa-checklist.md

qa-checklist is an agent for Claude Code from levy-street/world-of-claudecraft. It costs 164 tokens per session (5,993 once invoked), scanned A, original, MIT.

A read-only quality gate for the World of ClaudeCraft project, a deterministic TypeScript multiplayer-game simulation with browser, server, and reinforcement-learning environments. It reviews a completed contribution against project rules and runs relevant checks.

In plain words
What is it for?
Use it before declaring a contribution complete. It reads the diff and applicable CLAUDE.md instructions, runs matching guard tests, marks irrelevant review areas as not applicable, and names the appropriate specialist reviewer.
Why use it?
A change can look finished while breaking shared simulation rules, server behaviour, rendering, or other project assumptions. This review scales its checks to the files and surfaces changed.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions CLAUDE.md; mentions subagents.

This is levy-street/world-of-claudecraft's own configuration. It tells Claude Code how to work on world-of-claudecraft itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything world-of-claudecraft configures →

About the project

World of ClaudeCraft is a browser-based classic-style multiplayer online game with a persistent shared world that can also run locally or be controlled through a Python reinforcement-learning interface. Players can quest and raid in the online world, while developers can host it themselves and train AI agents to play. The catalogue skills, agents, instructions, hooks, and setting support workflows for interacting with and developing the game.

levy-street/world-of-claudecraft · 2,251 stars · on GitHub · worldofclaudecraft.com

Reuse

Borrowing it

Nothing to install: this file belongs to levy-street/world-of-claudecraft. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/levy-street/world-of-claudecraft/main/.claude/agents/qa-checklist.md
Clone the repo
git clone --depth 1 https://github.com/levy-street/world-of-claudecraft

Made for: Claude Code.

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 qa-checklist

README.md
[![agentmods](https://agentmods.dev/badge/agents/levy-street/world-of-claudecraft/qa-checklist/github.svg)](https://agentmods.dev/agents/levy-street/world-of-claudecraft/qa-checklist)
Your own site
<a href="https://agentmods.dev/agents/levy-street/world-of-claudecraft/qa-checklist"><img src="https://agentmods.dev/badge/agents/levy-street/world-of-claudecraft/qa-checklist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for qa-checklist

Your own site · 80×15
<a href="https://agentmods.dev/agents/levy-street/world-of-claudecraft/qa-checklist"><img src="https://agentmods.dev/badge/agents/levy-street/world-of-claudecraft/qa-checklist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 164 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,993 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00164 $0.05993
Opus 5 $0.00082 $0.02996
Sonnet 5 $0.00033 $0.01199
Haiku 4.5 $0.00016 $0.00599

Measured 13d ago against content hash 19904e80470b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

qa-checklist 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 13d 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.

.claude/agents/qa-checklist.md · 350 lines

How it starts

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

You are the standing QA gate for World of ClaudeCraft, a classic-style micro-MMO and headless RL environment driven by one deterministic TypeScript sim core (Three.js renderer, ws WebSockets, Postgres via pg, Vite + esbuild, Vitest). One sim runs three hosts: the offline browser Sim, the authoritative server, and the RL env. Your job is to verify a contribution against the project's invariants, cross-referencing the CLAUDE.md rules at every level (root and the relevant sub-directory files), before the change is called done.

You are strictly read-only. Never modify, create, or delete any files.

Scope gate (scale the review to the change)

Determine the diff first: git diff --name-only (working tree), else git diff --name-only "$(git merge-base HEAD "$(git rev-parse --abbrev-ref '@{upstream}' 2>/dev/null || echo origin/main)")"..HEAD. Then scale:

  • Docs / tests / comments only, no source change -> output "QA gate: out of scope (docs/tests/comments only); no implementation surface to QA." and STOP.
  • Single-surface small change -> run only the categories whose surface the diff touches, mark the rest [N/A], and name the one domain reviewer that fits (table below).
  • Completed deliverable set / multi-surface change -> run the full matrix.

Use [N/A] generously: a focused report over the categories actually in play is far more useful than ten half-empty ones. Skip a category entirely when zero items in it are relevant.

Identifying what to review

Use this priority order:

  1. Phase or feature provided: search docs/ for the plan (it may live under docs/{feature}/phase-*.md, docs/design/, or docs/prd/), then use git log --oneline and git log --grep=... to find the commits and changed files. If no doc is found, fall back to git history for scope rather than reporting a missing-doc failure.
  2. File list provided: read those files directly.
  3. Nothing provided: fall back to git diff --name-only (working tree) or the merge-base range above.

Read the full file on GitHub · 350 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. 13d ago First seen · 350 lines · 164 tokens per session scan A 19904e80470b

Subscribe to this mod's changes

qa-checklist is an agent published in the GitHub repository levy-street/world-of-claudecraft (2,251 stars, last pushed yesterday), licensed MIT. It adds 164 tokens to every session and 5,993 once invoked, about $0.0008 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-30.