affaan-m/ECC

token-budget-advisor

回答する前に、どれだけの回答深度を消費するかについてユーザーに情報に基づいた選択を提供する。ユーザーが回答の長さ、深さ、またはトークンバジェットを明示的に制御したい場合にこのスキルを使用する。トリガー条件:"token budget", "token count", "token usage", "token limit", "response length", "answer depth", "short version", "brief answer", "detailed answer", "exhaustive answer", "respuesta corta vs larga", "cuántos tokens", "ahorrar tokens", "responde al 50%", "dame la versión corta", "quiero controlar cuánto usas"、またはユーザーが回答のサイズや深さの制御を明示的に求めるその他の明確なバリエーション。トリガーしない条件:ユーザーが現在のセッションでレベルを指定済み(そのレベルを維持)、リクエ

65Collecting
See how to use itView GitHub source
npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/token-budget-advisor"
Automated source guide

Source checked Jul 28, 2026·Refresh due Oct 26, 2026

Reorganized from the pinned upstream SKILL.md

Turn token-budget-advisor's source instructions into a guide you can follow

According to the pinned SKILL.md from affaan-m/ECC: Claudeが回答する前にレスポンスフローをインターセプトし、ユーザーが回答の深さを選択できるようにする。

npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/token-budget-advisor"
Check the pinned source

Best fit

  • 回答する前に、どれだけの回答深度を消費するかについてユーザーに情報に基づいた選択を提供する。ユーザーが回答の長さ、深さ、またはトークンバジェットを明示的に制御したい場合にこのスキルを使用する。トリガー条件:"token budget", "token count", "token usage", "token limit", "response length", "answer depth", "short version", "brief answer", "detailed answer", "exhaustive answer", "respuesta corta vs larga", "cuántos tokens", "ahorrar tokens", "responde al 50%", "dame la versión corta", "quiero controlar cuánto usas"、またはユーザーが回答のサイズや深さの制御を明示的に求めるその他の明確なバリエーション。トリガーしない条件:ユーザーが現在のセッションでレベルを指定済み(そのレベルを維持)、リクエ

Bring this context

  • A concrete task that matches the documented purpose of token-budget-advisor.
  • The files, examples, or context the task depends on.
  • Your constraints, target environment, and definition of done.

Expected outputs

  • A result that follows the pinned token-budget-advisor instructions.
  • A concise record of assumptions, inputs used, and unresolved questions.
  • A final check against the source workflow and relevant permission signals.

Key source sections

Read token-budget-advisor through these 5 source sections

Sections are extracted automatically from the pinned SKILL.md and link back to the source.

01

使用場面

ユーザーが回答の長さや詳細度を制御したい場合 ユーザーがトークン、バジェット、深さ、または回答の長さに言及する場合 ユーザーが「短いバージョン」「TL;DR」「簡潔に」「25%」「詳細に」などと言う場合 ユーザーが事前に深さ/詳細度を選択したい場合

SKILL.md · 使用場面
ユーザーが回答の長さや詳細度を制御したい場合ユーザーがトークン、バジェット、深さ、または回答の長さに言及する場合ユーザーが「短いバージョン」「TL;DR」「簡潔に」「25%」「詳細に」などと言う場合
02

動作原理

リポジトリの標準コンテキストバジェットのヒューリスティックスを使用して、プロンプトのトークン数を頭の中で推定する。

SKILL.md · 動作原理
散文:words × 1.3コード集約またはコード混在/コードブロック:chars / 425% → min + (max - min) × 0.25
03

ステップ 1 — 入力トークンを推定する

リポジトリの標準コンテキストバジェットのヒューリスティックスを使用して、プロンプトのトークン数を頭の中で推定する。

SKILL.md · ステップ 1 — 入力トークンを推定する
散文:words × 1.3コード集約またはコード混在/コードブロック:chars / 4リポジトリの標準コンテキストバジェットのヒューリスティックスを使用して、プロンプトのトークン数を頭の中で推定する。
04

ステップ 2 — 複雑度に応じてレスポンスサイズを推定する

プロンプトを分類し、乗数範囲を適用して完全なレスポンスウィンドウを得る:

SKILL.md · ステップ 2 — 複雑度に応じてレスポンスサイズを推定する
プロンプトを分類し、乗数範囲を適用して完全なレスポンスウィンドウを得る:レスポンスウィンドウ = inputtokens × multmin から inputtokens × multmax(ただしモデルの設定済み出力トークン制限を超えない)。

SkillSignal prompt templates

Provide the task, context, and acceptance criteria

These prompts were written by SkillSignal from the source structure; they are not upstream text.

Task-start prompt

Confirm source fit, inputs, and outputs before acting.

Use token-budget-advisor to help me with: [specific task]. Context: [files, data, or background]. Constraints: [environment, scope, and prohibited actions]. Before acting, check the pinned SKILL.md and explain which sections apply, what inputs are still missing, and what you will deliver.

Source-guided execution

Make the Agent explicitly follow the key extracted sections.

Apply the pinned token-budget-advisor source to [task]. Pay particular attention to these source sections: “使用場面”, “動作原理”, “ステップ 1 — 入力トークンを推定する”, “ステップ 2 — 複雑度に応じてレスポンスサイズを推定する”, “ステップ 3 — 深さのオプションを提示する”. Preserve the important decision at each step. Mark facts not covered by the source as “needs confirmation” instead of inventing them. Then verify the result against my acceptance criteria: [criteria].

Result-review prompt

Check omissions, permissions, and source drift before delivery.

Review the current token-budget-advisor result: (1) does it satisfy the original task; (2) were any applicable steps or limits in the pinned SKILL.md missed; (3) did it perform any unauthorized file, command, network, or data action; and (4) which conclusions remain unverified? List issues first, then fix only what the source or user authorization supports.

Output checklist

Verify each item before delivery

The task matches the purpose documented in the SKILL.md.

The source section “使用場面” has been checked.

The source section “動作原理” has been checked.

The source section “ステップ 1 — 入力トークンを推定する” has been checked.

The source section “ステップ 2 — 複雑度に応じてレスポンスサイズを推定する” has been checked.

Inputs, constraints, and acceptance criteria are explicit.

Unverified facts, compatibility, and outcome claims are clearly marked.

Any file, command, network, or data action has been reviewed.

Choose a different workflow

When another Skill is the better fit

token-budget-advisor

Offers the user an informed choice about how much response depth to consume before answering. Use this skill when the user explicitly wants to control response length, depth, or token budget. TRIGGER when: "token budget", "token count", "token usage", "token limit", "response length", "answer depth", "short version", "brief answer", "detailed answer", "exhaustive answer", "respuesta corta vs larga", "cuántos tokens", "ahorrar tokens", "responde al 50%", "dame la versión corta", "quiero controlar

A separate implementation from affaan-m/ECC; compare its source, maintenance signals, and permission requirements.

Open source detail

token-budget-advisor

在回答前,为用户提供关于消耗多少响应深度的知情选择。当用户明确希望控制响应长度、深度或令牌预算时使用此技能。触发条件:"token budget", "token count", "token usage", "token limit", "response length", "answer depth", "short version", "brief answer", "detailed answer", "exhaustive answer", "respuesta corta vs larga", "cuántos tokens", "ahorrar tokens", "responde al 50%", "dame la versión corta", "quiero controlar cuánto usas",或用户明确要求控制答案大小或深度的清晰变体。不触发条件:用户已在当前会话中指定了级别(保持该级别),请求明显是单字答案,或"token"指代认证/会话/支付令牌而非响应大小。

A separate implementation from affaan-m/ECC; compare its source, maintenance signals, and permission requirements.

Open source detail

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

A separate implementation from coreyhaines31/marketingskills; compare its source, maintenance signals, and permission requirements.

Open source detail

FAQ

What does token-budget-advisor do?

Claudeが回答する前にレスポンスフローをインターセプトし、ユーザーが回答の深さを選択できるようにする。

How do I start using token-budget-advisor?

The catalog detected this source-specific install command: npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/token-budget-advisor". Inspect the command and pinned source before running it.

Which Agent platforms does it declare?

No dedicated Agent platform is declared in the pinned source record.

Repository stars
234,327
Repository forks
35,711
Quality
65/100
Source repository last pushed

Quality breakdown

Based on traceable docs and repository signals; stars are not treated as quality.

65/100
Documentation20/30
Specificity10/25
Maintenance20/20
Trust signals15/25

Compare before choosing

Related Agent Skills and source variants

These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.

token-budget-advisor by affaan-m

Offers the user an informed choice about how much response depth to consume before answering. Use this skill when the user explicitly wants to control response length, depth, or token budget. TRIGGER when: "token budget", "token count", "token usage", "token limit", "response length", "answer depth", "short version", "brief answer", "detailed answer", "exhaustive answer", "respuesta corta vs larga", "cuántos tokens", "ahorrar tokens", "responde al 50%", "dame la versión corta", "quiero controlar

token-budget-advisor by affaan-m

在回答前,为用户提供关于消耗多少响应深度的知情选择。当用户明确希望控制响应长度、深度或令牌预算时使用此技能。触发条件:"token budget", "token count", "token usage", "token limit", "response length", "answer depth", "short version", "brief answer", "detailed answer", "exhaustive answer", "respuesta corta vs larga", "cuántos tokens", "ahorrar tokens", "responde al 50%", "dame la versión corta", "quiero controlar cuánto usas",或用户明确要求控制答案大小或深度的清晰变体。不触发条件:用户已在当前会话中指定了级别(保持该级别),请求明显是单字答案,或"token"指代认证/会话/支付令牌而非响应大小。

ab-testing by coreyhaines31

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

churn-prevention by coreyhaines31

When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o

design-intelligence by event4u-app

Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision.

View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 1 min

トークンバジェットアドバイザー(TBA)

Claudeが回答する前にレスポンスフローをインターセプトし、ユーザーが回答の深さを選択できるようにする。

使用場面

  • ユーザーが回答の長さや詳細度を制御したい場合
  • ユーザーがトークン、バジェット、深さ、または回答の長さに言及する場合
  • ユーザーが「短いバージョン」「TL;DR」「簡潔に」「25%」「詳細に」などと言う場合
  • ユーザーが事前に深さ/詳細度を選択したい場合

トリガーしない場合:ユーザーが本セッションですでにレベルを設定している(静かに維持)、または回答が本質的に一行。

動作原理

ステップ 1 — 入力トークンを推定する

リポジトリの標準コンテキストバジェットのヒューリスティックスを使用して、プロンプトのトークン数を頭の中で推定する。

context-budget と同じキャリブレーションガイドラインを使用する:

  • 散文:words × 1.3
  • コード集約またはコード混在/コードブロック:chars / 4

混在コンテンツの場合、支配的なコンテンツタイプを使用し、推定ヒューリスティックスを保持する。

ステップ 2 — 複雑度に応じてレスポンスサイズを推定する

プロンプトを分類し、乗数範囲を適用して完全なレスポンスウィンドウを得る:

複雑度乗数範囲プロンプト例
シンプル3× – 8×「Xとは何ですか?」、はい/いいえの質問、単一の事実
中程度8× – 20×「Xはどのように機能しますか?」
中〜高10× – 25×コンテキスト付きのコードリクエスト
複雑15× – 40×マルチパート分析、比較、アーキテクチャ
クリエイティブ10× – 30×ストーリー、散文、ナラティブライティング

レスポンスウィンドウ = input_tokens × mult_min から input_tokens × mult_max(ただしモデルの設定済み出力トークン制限を超えない)。

ステップ 3 — 深さのオプションを提示する

回答する前に、実際に推定した数値を使用してこのブロックを提示する:

プロンプトを分析中...

入力:~[N] トークン  |  タイプ:[タイプ]  |  複雑度:[レベル]  |  言語:[言語]

深さレベルを選択してください:

[1] ベーシック    (25%)  ->  ~[トークン数]   直接回答、前置きなし
[2] 適度         (50%)  ->  ~[トークン数]   回答 + 背景 + 1つの例
[3] 詳細         (75%)  ->  ~[トークン数]   代替案を含む完全な回答
[4] 徹底的      (100%)  ->  ~[トークン数]   すべて、制限なし

どのレベルを選択しますか?(1-4 または「25%の深さ」「50%の深さ」「75%の深さ」「100%の深さ」)

精度:ヒューリスティック推定、約85〜90%の精度(±15%)。

各レベルのトークン推定(レスポンスウィンドウ内):

  • 25% → min + (max - min) × 0.25
  • 50% → min + (max - min) × 0.50
  • 75% → min + (max - min) × 0.75
  • 100% → max

ステップ 4 — 選択されたレベルで回答する

レベル目標の長さ含む内容省略する内容
25% コア最大2〜4文直接回答、重要な結論コンテキスト、例、ニュアンス、代替案
50% 適度1〜3段落回答 + 必要なコンテキスト + 1つの例深い分析、エッジケース、参考文献
75% 詳細構造化された回答複数の例、長所/短所、代替案極端なエッジケース、網羅的な参考文献
100% 徹底的制限なしすべて——完全な分析、すべてのコード、すべての視点なし

ショートカット——質問をスキップ

ユーザーがすでにレベルを示している場合、質問せずにそのレベルで即座に回答する:

ユーザーの発言レベル
「1」/「25%の深さ」/「短いバージョン」/「簡潔に」/「TL;DR」25%
「2」/「50%の深さ」/「適度の深さ」/「バランスの取れた回答」50%
「3」/「75%の深さ」/「詳細な回答」/「包括的な回答」75%
「4」/「100%の深さ」/「徹底的な回答」/「完全で詳細な分析」100%

ユーザーが本セッションですでにレベルを設定している場合、ユーザーが変更しない限り後続の回答も静かにそのレベルを維持する。

精度について

このスキルはヒューリスティック推定を使用する——実際のトークナイザーではない。精度は約85〜90%で偏差は±15%。常に免責事項を表示する。

トリガーシナリオ

  • 「まず短いバージョンをください。」
  • 「あなたの回答は何トークン使いますか?」
  • 「50%の深さで回答してください。」
  • 「徹底的な回答が欲しい、サマリーはいらない。」
  • 「まず短いバージョン、次に詳細なバージョンをください。」

トリガーしないシナリオ

  • 「JWTトークンとは何ですか?」
  • 「チェックアウトフローは支払いトークンを使用しています。」
  • 「これは正常ですか?」
  • 「リファクタリングを完了してください。」
  • ユーザーが本セッションの深さを選択した後の後続の質問

出典

TBA — Claude CodeのToken Budget Advisorから引用した独立スキル。 元のプロジェクトにはPython推定スクリプトも付属しているが、本リポジトリではスキルを自己完結型に保ち、ヒューリスティックスのみを使用する。

Source repo
affaan-m/ECC
Skill path
docs/ja-JP/skills/token-budget-advisor/SKILL.md
Commit SHA
4e973d3eaf92
Repository license
MIT
Data collected