From cost-guardian
Provides advanced cost intelligence for Claude Code sessions including efficiency scoring, waste detection, ROI metrics, model savings calculator, anomaly detection, and GitHub badge generation.
npx claudepluginhub manavarya09/cost-guardian --plugin cost-guardianThis skill is limited to using the following tools:
Advanced cost intelligence that goes beyond simple tracking. Shows WHERE money is wasted, WHAT you got for your spend, and HOW to spend less.
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.
Advanced cost intelligence that goes beyond simple tracking. Shows WHERE money is wasted, WHAT you got for your spend, and HOW to spend less.
/cost-insights or /cost-insights report (default)Full insights report with all metrics:
node "${CLAUDE_SKILL_DIR}/../../scripts/insights.js" insights "${CLAUDE_SESSION_ID}"
Display the ASCII output as-is.
/cost-insights wasteDetailed waste analysis — redundant reads, failed commands, retry storms:
node "${CLAUDE_SKILL_DIR}/../../scripts/insights.js" waste "${CLAUDE_SESSION_ID}"
Explain each waste type and suggest how to avoid it.
/cost-insights roiCost-per-line and cost-per-commit ROI metrics:
node "${CLAUDE_SKILL_DIR}/../../scripts/insights.js" roi "${CLAUDE_SESSION_ID}"
Compare to typical benchmarks ($0.02-0.05/line is good, >$0.10/line is expensive).
/cost-insights savingsModel routing savings calculator — shows what you could save on cheaper models:
node "${CLAUDE_SKILL_DIR}/../../scripts/insights.js" savings "${CLAUDE_SESSION_ID}"
Explain which tasks could safely use Haiku vs Sonnet vs Opus.
/cost-insights anomalyCheck if this session is abnormally expensive:
node "${CLAUDE_SKILL_DIR}/../../scripts/insights.js" anomaly "${CLAUDE_SESSION_ID}"
/cost-insights badge [daily|weekly|monthly]Generate a GitHub README badge showing AI development cost:
node "${CLAUDE_SKILL_DIR}/../../scripts/insights.js" badge monthly
Give the user the markdown to paste in their README.