From slim
Render or serve the local HTML savings dashboard (~/.condense/dashboard.html) showing lifetime and session savings visuals. Use when the user asks to see the dashboard or visual savings report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/slim:slim-dashboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generates a self-contained HTML dashboard with charts and stats from your local telemetry.
Generates a self-contained HTML dashboard with charts and stats from your local telemetry.
Basic (writes the file):
node ~/.slimmer/plugin/cli/slim.js dashboard
Then open the reported path (usually ~/.condense/dashboard.html).
Serve it live (recommended for interactive use):
node ~/.slimmer/plugin/cli/slim.js dashboard --serve
This starts a small HTTP server (default http://127.0.0.1:24843).
Or simply:
condense dashboard --serve
This is the Grok equivalent of the dashboard feature. Great for quick visual overview of token/call savings without parsing raw condense-savings output.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub lcbo/codecondense_claude_plugin --plugin slim