cost reduction skills

19 tagged cost reduction, measured the same way as everything else here.

Browse within: ast 6context-compression 6cost-saving 6ai-cost-optimization 5caveman 5claude-skill 5gemini 5

KathanModh259/latent-gate

Skill Claude CodeCodex

Compress images, long prompts, conversations, and RAG documents locally via Ollama before consuming LLM tokens. Reduces token usage by 80% on images and 85% on text. Use proactively when: the user uploads images, processes long context, works with multiple RAG sources, or when approaching token limits.

24 1mo ago A 73 tokens

KathanModh259/latent-gate

Skill Claude CodeCodex

Compress images, long prompts, conversations, and RAG documents locally via Ollama before consuming LLM tokens. Reduces token usage by 80% on images and 85% on text. Use proactively when: the user uploads images, processes long context, works with multiple RAG sources, or when approaching token limits.

24 1mo ago A 73 tokens

ab

03

CodeShuX/tokenwise

Skill Claude CodeCodex

Run an A/B test of the same task at multiple model tiers (Haiku, Sonnet, optionally Opus and Fable). Captures outputs, computes structural and semantic diffs, scores quality, writes a markdown comparison report. Use when the user wants to validate "is Haiku good enough for this task class?" or runs /tokenwise:ab " ".

3 6d ago A 76 tokens original MIT

install

04

CodeShuX/tokenwise

Skill Claude CodeCodex

Install TokenWise routing rules into the user's Claude Code config (CLAUDE.md and settings.json). Probes the user's Claude Code build for known routing bugs first, shows diffs, backs up originals, asks for per-file confirmation. Supports --guided (default), --manual (print copy-paste only), and --dry-run (preview…

3 6d ago B 95 tokens original MIT

report

05

CodeShuX/tokenwise

Skill Claude CodeCodex

Print a TokenWise session report — tokens per model, $ saved vs all-Opus baseline, reclassifications, quality flags. Reads from .tokenwise/log.ndjson filtered to the current session. Use when the user asks "how much did I save", "show me tokenwise stats", or runs /tokenwise:report.

3 6d ago A 68 tokens original MIT

ancient

06

Manas470/tokenoptim

Skill Claude CodeCodex

Stone tablet. Space precious. Every symbol costs.

2 3mo ago A 0 tokens original MIT

full

07

Manas470/tokenoptim

Skill Claude CodeCodex

Talk like caveman. Smart caveman — knows code, knows systems, knows math.

2 3mo ago A 0 tokens original MIT

standard

08

Manas470/tokenoptim

Skill Claude CodeCodex

Respond like a terse, senior engineer. Rules.

2 3mo ago A 0 tokens original MIT

compress

09

pomagrenate/ice_age

Skill Claude CodeCodex

Compress natural language memory files (CLAUDE.md, todos, preferences) into iceage format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /iceage:compress or "compress memory…

2 13d ago A 73 tokens copy · 84% Apache-2.0

iceage-batch

10

pomagrenate/ice_age

Skill Claude CodeCodex

Batch compress all natural language files in a directory using iceage compression. Parallel workers, progress tracking, dry-run mode. Use when user says "compress all files", "batch compress", "compress this directory", or invokes /iceage-batch.

2 13d ago A 55 tokens original Apache-2.0

iceage-export

11

pomagrenate/ice_age

Skill Claude CodeCodex

Exports the current chat session to a clean markdown file. Reconstructs the visible conversation from context — user messages, assistant responses, code blocks, tool output — formatted as readable .md. Use when user says "export chat", "save this conversation", "export to markdown", or invokes /iceage-export. Accepts…

2 13d ago A 73 tokens original Apache-2.0