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.
npx agentmods add commands/jperocho/diffwarden/dwgit clone --depth 1 https://github.com/jperocho/diffwardenWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00650 |
| Opus 5 | $0.00000 | $0.00325 |
| Sonnet 5 | $0.00000 | $0.00130 |
| Haiku 4.5 | $0.00000 | $0.00065 |
Grade A, and why
dw 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 yesterday.
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.
This is a copy
92% identical to diffwarden — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Diffwarden (/dw)
Read and follow the diffwarden skill (SKILL.md).
The user text after this command (if any) is a Diffwarden invocation. Parse per the skill Slash Commands section:
- No args →
help - Else parse subcommand (
review,loop,status,comment,help), an optional target, and flags - Primary subcommands:
review(read-only),loop(review-fix-verify until c5/5),status(score only),comment(short PR review comment),help - Compatibility aliases (accept, don't advertise):
fix→loop;prepare→loop --push;security→review --security;review-plan <file>→review <file> --as-plan;fix-plan <file>→loop <file> --as-plan - Targets:
workspace(current folder, git not required),local(git working tree),staged(git staged), PR (#123, URL), or file path (plan/docs/guides/tutorials) - Flags:
--mvp,--verbose,--orchestrate,--commit,--push,--as-code,--as-plan,--web(alias--research),--reply,--resolve,--delegate,--dry-run,--max N,--review-model,--fix-code-model,--fix-text-model,--security,--go(Go profile for code targets),--lang <name>(language profile for code targets) review/loopauto-detect code vs document mode per skill Target Auto-Detection;--as-code/--as-planoverride.commentis PR-only.--webis opt-in per-finding consent; valid onreview/loop(code targets); rejected onstatusand document mode.--orchestrateenables optional reviewer/fixer role split; off by default. Model flags override config when set.- Default output is lean (
cN/5loop lines plus finalStatus:/Level:lines);--verboserestores full report. - Final-line contract: every review/loop/status/comment must end with exactly
Status:thenLevel:as the last two output lines. Pi/master/orchestration wrappers do not replace them.
Examples: loop workspace, review #123, comment #123, status local, loop docs/install.md --as-plan, review --security, loop --orchestrate, loop --mvp, review #123 --web, review local --lang go, loop staged --go.
If the caveman skill is loaded, run in caveman mode — see the skill Caveman Mode section.
Expand to skill flags, run full Diffwarden loop. Do not rephrase unless parse fails.
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.
- yesterday First seen · 24 lines · 0 tokens per session scan A f81e1990d719
dw is a command published in the GitHub repository jperocho/diffwarden (2 stars, last pushed 21d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 650 tokens. A static security scan graded it A with 0 findings. It is 92% identical to diffwarden, differing in 2 lines, and is treated as a copy.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.