Ashlr Dashboard banner
ashlrai ashlrai

Ashlr Dashboard

Development community

Description

--- name: ashlr-dashboard description: Rich token-savings dashboard — per-tool bar charts, 7d/30d sparklines, projected annual savings, and cost in dollars. --- Run the dashboard script via Bash and show the user its output verbatim. Steps: 1. Run this command: ``` bun run ${CLAUDE_PLUGIN_ROOT}/scripts/savings-dashboard.ts ``` If `$CLAUDE_PLUGIN_ROOT` is unset, fall back to resolving the plugin root by walking up from the current command file to find `.claude-plugin/plugin.json`

Installation

Installs to ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-dashboard/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-dashboard && curl -fsSL https://raw.githubusercontent.com/ashlrai/ashlr-plugin/HEAD/commands/ashlr-dashboard.md -o ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-dashboard/SKILL.md

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

Full documentation available on GitHub

View Source Repository