Neeeophytee/ai-cost-cutter-skills
DirSkills catalogs 10 skills from this repository, across 2 categories: AI Engineering, Data.
💰
2026/07/16
Advisor Call Budget
Enforce a hard cap and drift-check when a cheap executor consults an expensive advisor, computing effective cost from actual calls instead of assumed rates. Use when adopting the advisor pattern or quoting benchmark discounts.
AI Engineering
120
🛡️
2026/07/16
Cheap Swap Guard
Before swapping to a cheaper AI model, declare the cases where the premium model still dominates and enforce routing rules. Use when evaluating cost-cutting model swaps for text, image, or video tasks.
AI Engineering
120
📉
2026/07/16
Context Diet
Reduce token usage by indexing a codebase so agents query the index instead of re-reading files. Use when context windows fill up fast or the bill scales with conversation length.
AI Engineering
120
🚩
2026/07/16
Free Model Triage
Routes high-volume, low-stakes content triage to free AI models, returning one-sentence summaries and a needs-reply flag to decide what to read without premium costs.
AI Engineering
120
⏳
2026/07/16
Free Tier Batch Planner
Size a big one-time batch job against a free tier's rate limit and token budget before starting, with a proven wall-clock ETA. Use for labeling datasets, summarizing archives, or processing large backlogs on free tiers.
AI Engineering
120
🏁
2026/07/16
Model Bakeoff
Choose an LLM model with evidence by running a bake-off on free-tier APIs. Compares candidates using your actual prompts and a predefined selection criterion.
AI Engineering
120
🤖
2026/07/16
Reasoning Effort Throttle
Set a default reasoning effort for AI agents to avoid using deep thinking on easy tasks, reducing costs from output tokens. Validate configuration and define when escalation is warranted.
AI Engineering
120
💰
2026/07/16
Route Cheap, Escalate Hard
Cut LLM spend by routing bulk work to a cheap model and escalating only the hard turns to a premium one. Use when the user says their AI bill is too high, asks to "use a cheaper model", or wants two-tier model routing without losing quality on the hard tasks.
AI Engineering
120
🔄
2026/07/16
Tested Fallback
Pin an open-weights fallback model with a tested-on date and real smoke prompts, so a removed model results in a quick config change rather than lost time. Ideal when a model might be pulled or deprecated, you depend on a single model, or need failover.
AI Engineering
120
📊
2026/07/16
Token Receipts Audit
Attribute AI usage by tokens and dollars so a high-volume cheap model is never mistaken for the expensive one. Use when asking where AI spend actually goes, why the bill is high, or which model costs the most.
Data
120