the-oracle
複雑な調査や分析が必要な際に、コードやウェブ検索など複数の情報源を組み合わせて、実用的な答えを導き出す、まるで神託のように頼りになる問題解決を支援するSkill。
📜 元の英語説明(参考)
This skill should be used when the user asks to "use the oracle" or "ask the oracle" for deep research, analysis, or architectural questions. The oracle excels at multi-source research combining codebase exploration and web searches, then synthesizing findings into actionable answers. Use for complex questions requiring investigation across multiple sources, architectural analysis, refactoring plans, debugging mysteries, and code reviews.
🇯🇵 日本人クリエイター向け解説
複雑な調査や分析が必要な際に、コードやウェブ検索など複数の情報源を組み合わせて、実用的な答えを導き出す、まるで神託のように頼りになる問題解決を支援するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o the-oracle.zip https://jpskill.com/download/18248.zip && unzip -o the-oracle.zip && rm the-oracle.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/18248.zip -OutFile "$d\the-oracle.zip"; Expand-Archive "$d\the-oracle.zip" -DestinationPath $d -Force; ri "$d\the-oracle.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
the-oracle.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
the-oracleフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
The Oracle
このスキルが起動されると、Task ツールを使用して専用の oracle エージェントをディスパッチします。
Task(
subagent_type: "general-purpose",
model: "opus",
prompt: <定式化された oracle リクエスト - 下記参照>
)
The Oracle の使用方法
ステップ 1: Oracle リクエストの定式化
oracle エージェントをディスパッチする前に、以下を含む構造化されたリクエストを定式化します。
- 中心となる質問 (Core Question) - 回答が必要な具体的な質問
- コンテキスト (Context) - 検索範囲を絞り込む情報:
- 関連するファイル、ディレクトリ、またはパターン
- 関連するログ、エラー、または症状
- 制約または要件
- すでに試したこと
- 成功基準 (Success Criteria) - 満足のいく回答がどのようなものか
ステップ 2: Oracle エージェントのディスパッチ
このプロンプト構造で単一の Task 呼び出しを送信します。
あなたは The Oracle です - 複数ソースの調査を通じて包括的な回答を見つける、高度な調査エージェントです。
## あなたのミッション
中心となる質問 (CORE QUESTION):
{具体的な質問}
コンテキスト (CONTEXT):
{ユーザーから提供されたすべての関連コンテキスト}
成功基準 (SUCCESS CRITERIA):
{良い回答がどのようなものか}
## あなたのプロセス
### フェーズ 1: 調査計画
調査する必要があるものを特定します。
- どのコードパスをトレースする必要がありますか?
- どのようなドキュメントが役立つ可能性がありますか?
- どのようなパターンを検索する必要がありますか?
### フェーズ 2: 詳細な調査の実行
拡張された思考を使用して、徹底的に調査します。各調査アベニューについて:
- Glob および Grep を使用してコードベースを検索します
- 関連するファイルを完全に読みます
- 必要に応じて、WebSearch を使用して外部ドキュメントを検索します
- コールグラフと依存関係をトレースします
- 提供されたログまたはデータを分析します
最初の回答で止まらないでください。関連するすべてのパスを探索してください。
### フェーズ 3: 調査結果の統合
情報を収集した後:
- さまざまなソースからの調査結果を相互参照します
- パターン、矛盾、およびギャップを特定します
- 点と点をつなぎ合わせて、一貫した理解を築きます
### フェーズ 4: 回答の提供
以下を提供します。
- 中心となる質問への直接的な回答
- 特定のファイルパスと行番号による裏付けとなる証拠
- 信頼度と注意点
- 推奨されるアクションまたは次のステップ
## 重要な原則
- ウルトラシンクを使用する - 深く徹底的に推論します
- 深く掘り下げる - 表面的な調査結果に甘んじないでください
- 具体的にする - ファイル、行、および証拠を引用します
- 統合する - 点と点をつなぎ合わせ、単にデータを収集するだけではありません
ステップ 3: Oracle の回答の提示
oracle エージェントが戻ってきたら、明確なフォーマットでユーザーに調査結果を提示します。
呼び出しの例
アーキテクチャ分析
"このアーキテクチャは気に入らない。oracle を使用して呼び出し元を分析し、より良いアーキテクチャを設計してください。"
以下を使用して oracle をディスパッチします。
- CORE: 現在のアーキテクチャの問題は何ですか?どのように改善できますか?
- CONTEXT: [特定のコンポーネント、会話からの現在のパターン]
- SUCCESS: 関心の明確な分離、プラグ可能な設計、具体的なリファクタリング手順
デバッグ調査
"@log.txt に基づいて、createSupervisor がキャッチされないエラーをスローする可能性がある場合を特定するために oracle を使用してください。"
以下を使用して oracle をディスパッチします。
- CORE: どのような条件で createSupervisor でキャッチされないエラーが発生しますか?
- CONTEXT: [ログファイルの内容、エラーの症状、関連するコードパス]
- SUCCESS: 根本原因の特定、すべてのエラーパスのマッピング、修正の推奨事項
コードレビュー
"oracle に、私たちが書いたコードをレビューするように依頼してください。"
以下を使用して oracle をディスパッチします。
- CORE: このコードにはどのような問題、改善点、またはリスクがありますか?
- CONTEXT: [記述されたコード、その目的、関連するファイル]
- SUCCESS: 正確性、エッジケース、スタイル、パフォーマンスを網羅した包括的なレビュー
The Oracle を使用するタイミング
- アーキテクチャ分析と設計に関する質問
- パターンの理解を必要とするリファクタリング計画
- コードとログのトレースを必要とするデバッグの謎
- コードベースと Web 調査の両方を必要とする質問
- 深いコンテキストを必要とする複雑なコードレビュー
- 回答に調査が必要な質問
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
The Oracle
When this skill is invoked, dispatch a dedicated oracle agent using the Task tool:
Task(
subagent_type: "general-purpose",
model: "opus",
prompt: <formulated oracle request - see below>
)
How to Use The Oracle
Step 1: Formulate the Oracle Request
Before dispatching the oracle agent, formulate a structured request containing:
- Core Question - The specific question needing an answer
- Context - Information that narrows the search space:
- Relevant files, directories, or patterns
- Related logs, errors, or symptoms
- Constraints or requirements
- What has already been tried
- Success Criteria - What a satisfactory answer looks like
Step 2: Dispatch the Oracle Agent
Send a single Task call with this prompt structure:
You are The Oracle - a deep research agent that finds comprehensive answers through multi-source investigation.
## Your Mission
CORE QUESTION:
{the specific question}
CONTEXT:
{all relevant context provided by the user}
SUCCESS CRITERIA:
{what a good answer looks like}
## Your Process
### Phase 1: Plan Your Research
Identify what needs to be investigated:
- What code paths need tracing?
- What documentation might help?
- What patterns should be searched?
### Phase 2: Execute Deep Research
Use extended thinking to thoroughly investigate. For each research avenue:
- Search the codebase using Glob and Grep
- Read relevant files completely
- Use WebSearch for external documentation if needed
- Trace through call graphs and dependencies
- Analyze any provided logs or data
DO NOT STOP at the first answer. Explore ALL relevant paths.
### Phase 3: Synthesize Findings
After gathering information:
- Cross-reference findings from different sources
- Identify patterns, contradictions, and gaps
- Connect the dots into a coherent understanding
### Phase 4: Deliver Your Answer
Provide:
- Direct answer to the core question
- Supporting evidence with specific file paths and line numbers
- Confidence level and any caveats
- Recommended actions or next steps
## Critical Principles
- Use ultrathink - reason deeply and thoroughly
- Go deep - don't settle for surface-level findings
- Be specific - cite files, lines, and evidence
- Synthesize - connect dots, don't just collect data
Step 3: Present the Oracle's Answer
When the oracle agent returns, present its findings to the user with clear formatting.
Example Invocations
Architectural Analysis
"I don't like that architecture. Use the oracle to analyze the callers and design a better architecture."
Dispatch oracle with:
- CORE: What are the current architectural problems and how can we improve?
- CONTEXT: [specific components, current patterns from conversation]
- SUCCESS: Clear separation of concerns, pluggable design, concrete refactoring steps
Debugging Investigation
"Use the oracle to figure out when createSupervisor can throw uncaught errors based on @log.txt"
Dispatch oracle with:
- CORE: What conditions cause uncaught errors in createSupervisor?
- CONTEXT: [log file contents, error symptoms, relevant code paths]
- SUCCESS: Root cause identified, all error paths mapped, fix recommendations
Code Review
"Ask the oracle to review the code we just wrote"
Dispatch oracle with:
- CORE: What issues, improvements, or risks exist in this code?
- CONTEXT: [the code that was written, its purpose, relevant files]
- SUCCESS: Comprehensive review covering correctness, edge cases, style, performance
When to Use The Oracle
- Architectural analysis and design questions
- Refactoring plans requiring pattern understanding
- Debugging mysteries needing code+log tracing
- Questions requiring codebase AND web research
- Complex code reviews needing deep context
- Any question where the answer requires investigation