Warden Receipt banner
vukkt vukkt

Warden Receipt

AI community

Description

--- description: Show token-warden rule receipts — the per-rule verdict card with token savings vs. rent, per-task pass/fail, the tool-call/file-reread quality profile, and provenance (model + golden-suite hash). disable-model-invocation: true allowed-tools: Bash(cd:*), Bash(npx tsx:*) --- Run the token-warden rule-receipt report (read-only; it queries the SQLite ledger and prints): ``` cd "${CLAUDE_SKILL_DIR}/.." && npx tsx src/receipt.ts $ARGUMENTS ``` Useful argument forms (pass them throu

Installation

Installs to ~/.claude/skills/vukkt-token-warden-warden-receipt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vukkt-token-warden-warden-receipt && curl -fsSL https://raw.githubusercontent.com/vukkt/token-warden/HEAD/commands/warden-receipt.md -o ~/.claude/skills/vukkt-token-warden-warden-receipt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository