Help us improve
Share bugs, ideas, or general feedback.
From maxvision
Audit per-plugin skill description token contributions to reduce session startup budget. Pass-through to Skill(audit-budget).
npx claudepluginhub produtoramaxvision/maxvision --plugin maxvisionHow this command is triggered — by the user, by Claude, or both
Slash command
/maxvision:audit-budget [--top N] [--json]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
<objective> Invoke `Skill(audit-budget)` with `$ARGUMENTS`. Reports which plugins contribute most to the skill description budget pool, so user can decide which to disable or which settings to tweak. Pairs with `/doctor` output: when /doctor reports "N skill descriptions dropped", run `/maxvision:audit-budget` to identify the top contributors. </objective> ## Behavior Pure pass-through to the `audit-budget` skill. The skill in turn invokes `scripts/audit_budget.py` which scans installed_plugins.json + settings.json and reports per-plugin descriptive-chars contribution + recommendations. ...
Share bugs, ideas, or general feedback.
Pairs with /doctor output: when /doctor reports "N skill descriptions
dropped", run /maxvision:audit-budget to identify the top
contributors.
Pure pass-through to the audit-budget skill. The skill in turn invokes
scripts/audit_budget.py which scans installed_plugins.json + settings.json
and reports per-plugin descriptive-chars contribution + recommendations.
--top 30 — show top 30--json — machine-readable JSON output for piping/maxvision:audit-budget
/maxvision:audit-budget --top 30
/maxvision:audit-budget --json
The "N skill descriptions dropped" warning is a global counter across ALL installed plugins (per CC docs + issue #57941). Our plugin already shipped the internal lever (Phase 0 disable-model-invocation: 82 → 5 invocable). Further reductions require user decision on third-party plugins. This command empowers that decision with concrete numbers.
See spec .maxvision/specs/2026-05-17-startup-context-optimization.md
(Stage 2, lever L9 + L8 + L7) for the strategic framing.