Skip to main content
Back to registry

cost-aware-llm-pipeline

affaan-m/everything-claude-code

Patterns for controlling LLM API costs while maintaining quality. Combines model routing, budget tracking, retry logic, and prompt caching into a composable pipeline.

Installs665
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill cost-aware-llm-pipeline
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Patterns for controlling LLM API costs while maintaining quality. Combines model routing, budget tracking, retry logic, and prompt caching into a composable pipeline. Automatically select cheaper models for simple tasks, reserving expensive models for complex ones. Track cumulative spend with frozen dataclasses. Each API call returns a new tracker — never mutates state. Retry only on transient errors. Fail fast on authentication or bad request errors. Cache long system prompts to avoid resending them on every request.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does cost-aware-llm-pipeline do?

Patterns for controlling LLM API costs while maintaining quality. Combines model routing, budget tracking, retry logic, and prompt caching into a composable pipeline.

Is cost-aware-llm-pipeline good?

cost-aware-llm-pipeline does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does cost-aware-llm-pipeline work with?

cost-aware-llm-pipeline currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to cost-aware-llm-pipeline?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install cost-aware-llm-pipeline?

npx skills add https://github.com/affaan-m/everything-claude-code --skill cost-aware-llm-pipeline

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering