Warden Status banner
vukkt vukkt

Warden Status

Development community

Description

--- description: Show token-warden status — per-agent runs and rules, golden-suite totals vs frozen baselines, learning curves, and the rule ledger with recent evictions. disable-model-invocation: true allowed-tools: Bash(cd:*), Bash(npx tsx:*) --- Run the token-warden status report (read-only; it only queries the SQLite ledger and prints): ``` cd "${CLAUDE_SKILL_DIR}/.." && npx tsx src/status.ts ``` Then relay the report to the user verbatim inside a code block — do not reformat the tables o

Installation

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

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

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

Full documentation available on GitHub

View Source Repository