vukkt

15 mods across 1 repository, 13 stars between them.

vukkt-plugins

01

vukkt/token-warden

Plugin Claude Code

Plugins by Vuk Topalovic — currently token-warden, a measurement and selection layer that makes Claude Code subagents measurably cheaper over time.

13 4d ago A tokens not measured original MIT

token-warden

02

vukkt/token-warden

Plugin Claude Code

Agent memory, charged rent. A Stop hook records what each session costs; expensive runs are distilled into candidate efficiency rules; each candidate is benchmarked on a frozen golden suite and kept only if it saves at least twice its context rent. Six commands. Two theorems survived measurement and three were deleted.

13 4d ago A tokens not measured original MIT

backend

03

vukkt/token-warden

Agent

Backend specialist — Node.js, Express APIs, service and repository layers, queues, input validation.

13 4d ago A 21 tokens original MIT

frontend

04

vukkt/token-warden

Agent

Frontend specialist — React, TypeScript, components, hooks, context, client-side data fetching.

13 4d ago A 21 tokens original MIT

sql

05

vukkt/token-warden

Agent

SQL specialist — schema design, indexes, query optimization, migrations, eliminating table scans and N+1 patterns.

13 4d ago A 24 tokens original MIT

testing

06

vukkt/token-warden

Agent

Testing specialist — vitest unit and contract tests, coverage strategy, test design for services and repositories.

13 4d ago A 22 tokens original MIT

warden-bench

07

vukkt/token-warden

Command

Run the golden benchmark suite for one token-warden agent (or all) and compare results against the frozen run1 and best baselines.

13 4d ago A 28 tokens original MIT

warden-cost

08

vukkt/token-warden

Command

Dollar accounting — what does each active rule actually save, in money? Translates the token-measured verdict into dollars using a price table and the agent's own token-type mix, with a per-session net and a break-even. Read-only; spends no tokens.

13 4d ago A 53 tokens original MIT

warden-power

09

vukkt/token-warden

Command

Zero-token power planner — from the agent's own recorded run-to-run variance, report the minimum detectable saving (MDS) at each run count and how many runs per side a target saving needs, so a benchmark burn is provably adequately powered before it starts.

13 4d ago A 53 tokens original MIT

warden-receipt

10

vukkt/token-warden

Command

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).

13 4d ago A 44 tokens original MIT

warden-select

11

vukkt/token-warden

Command

Measure pending token-warden candidate rules for an agent on the golden suite, evict or activate them, and recompile the agent's memory.

13 4d ago A 29 tokens original MIT

warden-status

12

vukkt/token-warden

Command

Show token-warden status — per-agent runs and rules, golden-suite totals vs frozen baselines, learning curves, and the rule ledger with recent evictions.

13 4d ago A 32 tokens original MIT

Stop

13

vukkt/token-warden

Hook

Runs when the agent finishes a response, executing collect.ts with --no-audit, --no-fund and --silent. From vukkt/token-warden.

13 4d ago A tokens not measured original MIT

SubagentStop

14

vukkt/token-warden

Hook

Runs when a subagent finishes, executing collect.ts. From vukkt/token-warden.

13 4d ago A tokens not measured original MIT

SessionStart

15

vukkt/token-warden

Hook

Runs when a session starts on startup and resume, executing notify.ts. From vukkt/token-warden.

13 4d ago A tokens not measured original MIT