What problem does it solve? Token bills from coding agents are dominated by cache-read — context replayed to the model on every turn — which appears in no per-session view, so users cannot see where their money actually goes or which agent definitions drive the cost. ## Core Features & Use Cases - Token composition analysis: Runs node ${CLAUDE_PLUGIN_ROOT}/scripts/runs.mjs --cost to break down cache-read versus output tokens across Claude Code, Codex, and Cursor runs. - Sourced cost quoting: Fetches a dated rate card from the session-viz prices endpoint and only quotes money when the card is fresh, labelled with fetchedAt and source. - Agent family comparison: Surfaces the spread in cache-read per run between agent families, pointing to the editable prompt file responsible for the widest one. - Use Case: A user asks why their Claude Code bill is high; the skill shows that output is under half a percent of tokens, identifies which agent family replays the most context per run, and quotes an API-equivalent cost only if a fresh rate card exists. ## Quick Start Ask the assistant to run /qcost or ask where your token spend is going, and it will print the cache-read versus output breakdown for your recent agent runs.