Audit a session-metrics JSON export for token-usage waste and produce a plain-English findings report. Trigger when the user runs /audit-session-metrics, when session-metrics suggests an audit after an HTML export, or when the user asks to audit / review / find waste in a saved session-metrics JSON. Two modes: "quick" (ratios + cache health + top expensive turns/sessions) and "detailed" (adds CLAUDE.md / settings / re-read scan). Supports session, project, and instance JSON scopes. Args: $ARGUMENTS[0] = quick|detailed, $ARGUMENTS[1] = path to a session-metrics JSON export.
$npx -y skills add centminmod/claude-plugins --skill audit-session-metricsInstalls into the current project.
Run `npx skills use "https://github.com/centminmod/claude-plugins" --skill "centminmod/claude-plugins/audit-session-metrics"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/centminmod/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/centminmod/claude-plugins"` and select the relevant skills, then follow their instructions.