Cost analyzer
Skill navveenb/lean-agentic-ai/lean-agentic-ai-claude-implementation/.claude/skills/cost-analyzer
Lean Agentic AI
npx -y skills add navveenb/lean-agentic-ai --skill cost-analyzerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate a lean cost analysis report with model right-sizing recommendations and savings estimates
SKILL.md
1.3 KB, 276 tokens by cl100k_base, as published. Nobody here has run it
Cost Analyzer Report Skill
Generate a cost analysis report from scan results in context. Write to reports/cost-analysis.md.
Report Structure
# Lean Cost Analysis Report
> Principle 2: "Not every prompt deserves a 70B response"
## Summary
- Total LLM calls found: [count]
- Calls using frontier models: [count]
- Calls that could be downgraded: [count]
- Estimated current monthly cost: $[amount] (at [N] calls/day)
- Estimated optimized monthly cost: $[amount]
- Monthly savings: $[amount] ([X]% reduction)
## Findings by File
[Per-call analysis with file:line, model, task type, recommendation, status emoji]
## Cost Breakdown Table
[Task type | Count | Current tier | Recommended tier | Monthly savings]
## Top 3 Quick Wins
[Highest impact changes]
## Carbon Impact
[Current vs optimized CO₂ estimates]
## Next Steps
[Actionable checklist]
Rules
- Write to
reports/cost-analysis.md - Use concrete numbers
- Assume 10,000 calls/day if volume not specified
- Use 0.005 kWh per medium call, 0.03 kWh per frontier call for carbon
- Be honest — if frontier IS needed, say so
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.