.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/neeeophytee/ai-cost-cutter-skills
home/skills/neeeophytee/ai-cost-cutter-skills
neeeophytee avatar

neeeophytee/ai-cost-cutter-skills

10 skills

View on GitHub
$npx skills add neeeophytee/ai-cost-cutter-skills
SkillInstalls
advisor-call-budgetEnforce a hard cap and a drift-check when a cheap executor model consults an expensive advisor model, and compute the effective cost from actual call counts…—cheap-swap-guardBefore swapping any workload to a cheaper model, declare the cases the premium model still dominates and prove they keep routing to premium.—context-dietCut agent token spend by shrinking what enters the context window. Index the repo or corpus once and query it instead of re-reading files on every question.—free-model-triageRoute high-volume, low-stakes triage (reading piles, inbox summaries, needs-reply flags) to a free model with a strict output schema.—free-tier-batch-planSize a big one-time batch job against a free tier's rate limit and token budget BEFORE starting it, with a proven wall-clock ETA.—model-bakeoffChoose a model with evidence by running the few prompts that actually matter across candidate models inside a free tier's caps, picking by a stated criterion.—reasoning-effort-throttleStop paying for deep reasoning on easy turns by setting a modest default reasoning effort and escalating per task.—route-cheap-escalate-hardCut LLM spend by routing bulk work to a cheap model and escalating only the hard turns to a premium one.—tested-fallbackPin an open-weights fallback model with a tested-on date and real smoke prompts, so a pulled or deprecated model is a two-minute config swap instead of a lost…—token-receipts-auditAttribute AI usage by tokens AND dollars so a high-volume cheap model is never mistaken for the expensive one.—