Smart Dispatch Report banner
dudupii dudupii

Smart Dispatch Report

AI community

Description

--- description: Show smart-dispatch routing stats — model distribution, estimated savings, and budget-mode downgrades. --- Show the user their smart-dispatch routing stats. Read the routing log at `$SMART_DISPATCH_LOG` (default `~/.smart-dispatch/log.jsonl`) and summarize it: total decisions, model distribution (haiku / sonnet / opus counts), estimated savings vs an all-opus baseline, and the fraction of Hard-tier tasks downgraded (budget mode). The bundled report script `scripts/report.mjs`

Installation

Installs to ~/.claude/skills/dudupii-smart-dispatch-smart-dispatch-report/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dudupii-smart-dispatch-smart-dispatch-report && curl -fsSL https://raw.githubusercontent.com/dudupii/smart-dispatch/HEAD/commands/smart-dispatch-report.md -o ~/.claude/skills/dudupii-smart-dispatch-smart-dispatch-report/SKILL.md

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

Full documentation available on GitHub

View Source Repository