From cost-guardian
Generates ASCII cost reports for Claude Code usage with breakdowns by session, daily/weekly/monthly periods, tools, git branches, and trends.
npx claudepluginhub manavarya09/cost-guardian --plugin cost-guardianThis skill is limited to using the following tools:
Generate formatted cost reports with ASCII charts.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Generate formatted cost reports with ASCII charts.
/cost-report or /cost-report sessionShow current session report (enhanced with model breakdown and top expensive calls):
node "${CLAUDE_SKILL_DIR}/../../scripts/reporter.js" session "${CLAUDE_SESSION_ID}"
/cost-report dailyShow last 7 days with day-of-week labels, averages, and projected monthly:
node "${CLAUDE_SKILL_DIR}/../../scripts/reporter.js" daily 7
/cost-report weeklyShow last 4 weeks (28 days):
node "${CLAUDE_SKILL_DIR}/../../scripts/reporter.js" daily 28
/cost-report monthlyShow last 30 days:
node "${CLAUDE_SKILL_DIR}/../../scripts/reporter.js" daily 30
/cost-report branchShow cost per git branch (last 30 days):
node "${CLAUDE_SKILL_DIR}/../../scripts/reporter.js" branch 30
/cost-report branch <days>Show branch costs for a custom period:
node "${CLAUDE_SKILL_DIR}/../../scripts/reporter.js" branch <DAYS>