cost skills

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

Browse within: budget 6tokens 5

craft-style

02

V-Songbird/hush

Skill Claude CodeCodex

Builds a personal output style on hush's frame — the user's voice on the surface, hush's silence-and-structure mechanics copied verbatim underneath. Manages its own creations: lists them alongside stock Hush and edits them. A mechanical verifier confirms every invariant survived. Activation is hush:pick-style's job …

45 2d ago A 93 tokens original MIT

pick-style

03

V-Songbird/hush

Skill Claude CodeCodex

Lists every output style available to this plugin — stock Hush and anything craft-style has built — and switches the active one. Activation swaps the chosen style into the plugin's own slot so it binds like stock, and hands back to stock on request. This skill owns the swap procedure; craft-style calls into it. Only…

45 2d ago A 82 tokens original MIT

cobusgreyling/agent-skills

Skill Claude CodeCodex

Manage what enters and stays in the context window — pruning, compaction, summary fidelity, ordering — so the agent stays coherent on long runs without inflating cost. Use when the user is hitting context limits, running long agentic loops, paying for full-history replays, or asks "how do I keep context manageable?" /…

14 1mo ago A 82 tokens

inetgas/arch-compiler

Skill Claude CodeCodex

Use when: user wants to select architecture patterns, compile a spec, iterate on constraints/NFRs, audit why patterns were selected/rejected, or finalise an architecture for implementation. Not when: no repeatable decisions needed, or constraints/NFRs are not yet known (gather those first).

10 3mo ago A 66 tokens original MIT

karthikrshet/aiskills

Skill Claude CodeCodex

Use this skill to verify that an AI system is ready for production before deployment. Covers model abstraction, cost/latency, retries, fallbacks, structured logging, tracing, observability, evaluation in CI/CD, monitoring, and rollback planning. Activates as a mandatory gate before production deployment of any AI/LLM…

3 12d ago A 74 tokens

getting-started

08

krishnesh7/claude-usage-analytics

Skill Claude CodeCodex

Use when the user asks how to set up the claude-usage-tracker for a new project, wants to register a project, doesn't see their sessions being tracked, or asks what commands are available. Walks through the 3-step setup and surfaces the right CLI commands for their situation.

2 2mo ago B 63 tokens original MIT

vs-session-report

09

krishnesh7/claude-usage-analytics

Skill Claude CodeCodex

Use when the user asks how claude-usage-tracker differs from the official session-report plugin, asks "why should I use this instead of session-report", asks what features are unique to this plugin, or wants to understand which plugin to use for a given task.

2 2mo ago A 58 tokens original MIT

cost-tracker

10

suryast/free-ai-agent-skills

Skill Claude CodeCodex

Track LLM API spend per session and task. Estimate token usage across providers. Warn before you blow your budget.

2 22d ago A 27 tokens original MIT

cost-control

11

ANAMIZED/Server-OS

Skill Claude CodeCodex

Enforce and inspect token/dollar budgets for Server OS agents. Use when the user asks about agent spend, budgets, cost ledgers, or wants to prevent runaway token usage.

1 5d ago A 39 tokens

sql-sentinel

12

takeaseatventure/sql-sentinel

Skill Claude CodeCodex

Audit SQL for the cost & performance anti-patterns that burn warehouse credits. Catches SELECT , full-table scans, non-sargable predicates, Cartesian joins, NULL-trap NOT IN, and 17 more rules. Scores warehouse health 0-100 and outputs a prioritized cost-reduction plan for BigQuery, Snowflake, Redshift, and Postgres.

1 1mo ago A 77 tokens original MIT