·cost-aware-llm-pipeline
</>

cost-aware-llm-pipeline

affaan-m/everything-claude-code

LLM API 使用のコスト最適化パターン — タスクの複雑さ、予算追跡、再試行ロジック、プロンプト キャッシュによるモデル ルーティング。

23インストール·21トレンド·@affaan-m

インストール

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

SKILL.md

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.

LLM API 使用のコスト最適化パターン — タスクの複雑さ、予算追跡、再試行ロジック、プロンプト キャッシュによるモデル ルーティング。 ソース: affaan-m/everything-claude-code。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/affaan-m/everything-claude-code --skill cost-aware-llm-pipeline
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-17
更新日
2026-02-18

クイックアンサー

cost-aware-llm-pipeline とは?

LLM API 使用のコスト最適化パターン — タスクの複雑さ、予算追跡、再試行ロジック、プロンプト キャッシュによるモデル ルーティング。 ソース: affaan-m/everything-claude-code。

cost-aware-llm-pipeline のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/affaan-m/everything-claude-code --skill cost-aware-llm-pipeline インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/affaan-m/everything-claude-code