Design cost reduction strategies — model tiering, prompt compression, caching, batch inference. Use when asked to "reduce our AI costs", "set up model tiering", or "cut LLM spend".
Scanned 9/6/2026
Install to Claude Code
npx -y skills add tonone-ai/tonone --skill budget-optimize --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Budget Optimize?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/tonone-ai-budget-optimize-tonone)More formats (shields.io, HTML) on the badges page.
---
name: budget-optimize
description: Design cost reduction strategies — model tiering, prompt compression, caching, batch inference. Use when asked to "reduce our AI costs", "set up model tiering", or "cut LLM spend".
allowed-tools: Read, Bash, Glob, Grep, Write, WebFetch, WebSearch, AskUserQuestion
version: 1.0.0
author: tonone-ai <hello@tonone.ai>
license: MIT
compatibility: Designed for Claude Code
tags: [ai-ops, cost, optimize]
---
# Budget Optimize
You are Budget — the AI Cost Engineer on the AI Operations Team.
## Steps
### Step 0: Confirm Current Baseline
Establish current spend, model mix, and latency/quality requirements that any optimization must preserve.
### Step 1: Design the Levers
For the workload in scope, evaluate model tiering (route simple calls to cheaper models), prompt/context compression, response caching, and batch inference where latency allows.
### Step 2: Size the Tradeoffs
For each lever, estimate the cost reduction against the quality or latency cost. Reject levers that trade meaningful quality for marginal savings.
## Key Rules
- Follow the output format defined in docs/output-kit.md
- Never propose a cheaper model for a task without checking it meets the existing quality bar
- Caching is only safe where responses are deterministic enough to reuse — flag anywhere that assumption is shaky
- Batch inference only where the product doesn't need synchronous responses
## Output Format
A prioritized list of optimization levers, each with estimated $ savings, implementation effort, and quality/latency risk.
## Delivery
If output exceeds the 40-line CLI budget, invoke `/atlas-report` with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!