オプション

efficient-fable

BuilderIO/skills BuilderIO/skills

トークンを大量に消費する調査、コーディング、テストについては、範囲を限定したタスクをコストの低いサブエージェントに委任しつつ、アーキテクチャの設計、合成、および最終レビューにはClaude Fableを活用することで、全体を調整する。

...すべて拡張します
0
更新された時間 2026年9月6日

効率的なフェイブル

クロード・フェイブルを、オーケストレーター、アーキテクト、シンセサイザー、そして最終的な判断者として活用する。 フェイブルの完全な判断を必要としない、トークンを多用する研究、コーディング、テスト、および 要約といった作業には、より安価なサブエージェントを活用する。

Fableが真価を発揮する場面

Fableは以下の用途に限定して活用する:

  • 曖昧な作業を明確な並列処理単位に分解すること。
  • アーキテクチャ、製品、安全性のトレードオフの検討。
  • 矛盾するサブエージェントのレポートを読み解き、何が重要かを判断すること。
  • 部分的な実装を1つの首尾一貫した計画に統合すること。
  • 最終レビュー、リスク評価、およびユーザー向けの統合。

委譲パターン

  1. 「リソースを大量に消費するリスク」に名前を付ける:大規模なリポジトリ検索、長いログ、膨大なドキュメント、あるいは 繰り返しの編集。
  2. すべてを自分で読み込む前に、独立した作業をサブエージェントに分割する。
  3. 調査スキャン、インベントリ、検索サマリー、限定的な バグ探し、ブラウザ/テスト実行、テスト出力の削減、および範囲が限定されたコード 編集には、コストの低いモデルを使用する。
  4. サブエージェントには、ファイル、行番号、実行されたコマンド、 差分、不確実性、および到達した停止条件といった簡潔な証拠を求めます。
  5. Fableトークンは意思決定層に費やしましょう:結果の比較、競合の解決、 実装経路の選択、最終パッチのレビューなどです。

スライス同士が互いに依存しない場合は、並列サブエージェントを優先する。 ブロッキング処理や結合度の高い作業はローカルに留める。

ハンドオフ・パケット

委任プロンプトは、サブエージェントが有用なチャットコンテキストを持たないかのように記述する。必要な コンテキストのみを含める:

  • リポジトリのパスと正確な目的。
  • 対象範囲内のファイル、パッケージ、または対象領域、および明示的に 対象範囲外とされているもの。
  • 返す証拠の形式:ファイル、行参照、コマンド、差分、失敗、 スクリーンショット、および不確実性。
  • 実行すべき検証コマンドまたはブラウザ操作の流れ、およびそれが判別可能な場合は、 成功時の状態。
  • 停止条件:コードがプロンプトと一致しない場合、妥当な再試行後もコマンドが失敗した場合、 またはタスクに範囲外のファイルが必要な場合は、即興で処理するのではなく、停止して報告してください。 Vetting Delegated Work

委任された作業の精査

サブエージェントのレポートは「事実」ではなく「手がかり」として扱う。影響の大きい発見を活用する前、 PR を開く前、あるいはユーザーに作業が完了したと伝える前に、Fable は 引用された重要なファイルを再度開き、関連する行参照や失敗を確認し、 タスクに対して最終的な差分を確認すべきである。 軽量のエージェントにシグナルの収集を任せ、 真偽の判断はFableが行うようにする。

一般的なシナリオ

これらを厳格なルールではなく、柔軟なデフォルトとして扱う:

  • 調査:軽量エージェントにドキュメント、先行技術、API、リポジトリの表面情報をスキャンさせる; Fableが、どの証拠が計画を変更するかを決定する。
  • コーディング:コストの低いエージェントに、範囲を限定した編集やパッチ候補を任せる。Fableが 共有ファイルの調整、統合、および最終レビューを担当する。
  • テスト:Fableに検証の方向性と、重要なスクリプトや ブラウザチェックを提案させる。軽量エージェントにターゲットを絞ったテスト、ブラウザ フロー、スクリーンショット、ログの絞り込みを実行させ、その後、正確なコマンド、失敗、 考えられる原因、および失敗が不安定な現象か、環境要因か、それとも本質的な問題かを報告させる。
  • デバッグ:コストの低いエージェントを使用して、ログのクラスタリング、問題の再現、および 小規模な修正を試行する。Fableが、どの診断結果が最も信頼できるかを決定する。

タスクがごく小規模な場合や、検証自体に繊細な判断が必要な場合は、 Fableに任せる。

視覚的な説明が役立つ場合は、 assets/fable-orchestrator.excalidraw 視覚的な説明が役立つ場合に使用します。

主張

コードベースを多用する作業の場合、個別の調査、コーディング、またはテストの 各工程を並行して実行できる場合、最大で3~5倍の コスト効率向上と2~4倍の速度向上が見込めると説明するのが妥当です。これらは 保証ではなく、作業負荷に依存する推定値として扱ってください。

効果的なローンチコピー:

トークンを大量に消費する調査、コーディング、テストにはコストの低いサブエージェントを 使用してClaude Fableの効率を高め、判断、アーキテクチャ、 合成、最終レビューにはFableを活用します。

GitHubで見る
---
name: efficient-fable
description: Orchestrate token-heavy research, coding, and testing by delegating bounded tasks to cheaper subagents while reserving Claude Fable for architecture, synthesis, and final review.
---

# Efficient Fable

Use Claude Fable as the orchestrator, architect, synthesizer, and final judge.
Use cheaper subagents for token-heavy research, coding, testing, and
summarization that do not require Fable's full judgment.

## Where Fable Shines

Reserve Fable for:

- Decomposing ambiguous work into clean parallel slices.
- Architecture, product, and safety tradeoffs.
- Reading conflicting subagent reports and deciding what matters.
- Integrating partial implementations into one coherent plan.
- Final review, risk assessment, and user-facing synthesis.

## Delegation Pattern

1. Name the expensive-token risk: large repo search, long logs, broad docs, or
   repetitive edits.
2. Split independent work into subagents before reading everything yourself.
3. Use cheaper models for research scans, inventory, search summaries, narrow
   bug hunts, browser/testing passes, test output reduction, and bounded code
   edits.
4. Ask subagents for concise evidence: files, line references, commands run,
   diffs, uncertainties, and stop conditions they hit.
5. Spend Fable tokens on the decision layer: compare results, resolve conflicts,
   choose the implementation path, and review the final patch.

Prefer parallel subagents when the slices do not depend on each other. Keep
blocking or highly coupled work local.

## Handoff Packets

Write delegated prompts as if the subagent has no useful chat context. Include
only the context it needs:

- The repo path and exact objective.
- The files, packages, or surfaces in scope and anything explicitly out of
  scope.
- The evidence format to return: files, line refs, commands, diffs, failures,
  screenshots, and uncertainty.
- The verification commands or browser flows to run, plus what success should
  look like when that is knowable.
- Stop conditions: if the code does not match the prompt, a command fails after
  a reasonable retry, or the task needs out-of-scope files, stop and report
  instead of improvising.

## Vetting Delegated Work

Treat subagent reports as leads, not facts. Before using a high-impact finding,
opening a PR, or telling the user the work is done, Fable should reopen the
important cited files, confirm the relevant line refs or failures, and review
the final diff against the task. Let lighter agents gather signal; keep
truth-judgment with Fable.

## Common Scenarios

Treat these as soft defaults, not rigid rules:

- Research: ask lighter agents to scan docs, prior art, APIs, and repo surfaces;
  Fable decides what evidence changes the plan.
- Coding: give cheaper agents bounded edits or candidate patches; Fable owns
  shared-file coordination, integration, and final review.
- Testing: have Fable suggest the validation direction and the scripts or
  browser checks that matter. Let lighter agents run targeted tests, browser
  flows, screenshots, and log reduction, then report exact commands, failures,
  likely causes, and whether failures look flaky, environmental, or real.
- Debugging: use cheaper agents to cluster logs, reproduce issues, and try
  small fixes; Fable decides which diagnosis is most trustworthy.

If a task is tiny or the validation itself needs delicate judgment, keep it
with Fable.

## Diagram

Use `assets/fable-orchestrator.excalidraw` when a visual explanation helps.

## Claims

For codebase-heavy work, it is reasonable to describe this as up to 3-5x more
cost-efficient and 2-4x faster when independent research, coding, or testing
slices can run in parallel. Treat those as workload-dependent estimates, not
guarantees.

Good launch copy:

> Make Claude Fable more efficient by using cheaper subagents for token-heavy
> research, coding, and testing, saving Fable for judgment, architecture,
> synthesis, and final review.

すべてのファイル

0件のファイル

efficient-fableをインストール

スキルファイルをダウンロードし、.claude/skills/ ディレクトリに解凍してください。

ZIPをダウンロード

リポジトリをクローンし、スキルファイルをプロジェクトにコピーしてください。

git clone https://github.com/BuilderIO/skills/tree/main/skills/efficient-fable # Copy SKILL.md to your .claude/skills/ directory

コピー コピー
クイックセットアップ: スキルフォルダを .claude/skills/ にコピーしてください。 Claude が自動的にそのスキルを検出して使用します。
リポジトリ BuilderIO/skills

関連スキル

notion-automation
更新された時間 2026年6月29日
airtable-automation
更新された時間 2026年6月29日
seo-programmatic
更新された時間 2026年6月29日
revops
更新された時間 2026年6月29日
OR