jpskill.com
🛠️ 開発・MCP コミュニティ

🛠️ SkylvMetacognitionエンジン

skylv-metacognition-engine

AIエージェントが自身の推論を振り返り、認知バイアスを検出し、自己検証ループを通じて意思決定の質を向上させるためのSkill。

📜 元の英語説明(参考)

Enables AI agents to reflect on their own reasoning, detect cognitive biases, and improve decision quality through structured self-examination loops.

🇯🇵 日本人クリエイター向け解説

一言でいうと

AIエージェントが自身の推論を振り返り、認知バイアスを検出し、自己検証ループを通じて意思決定の質を向上させるためのSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o skylv-metacognition-engine.zip https://jpskill.com/download/5394.zip && unzip -o skylv-metacognition-engine.zip && rm skylv-metacognition-engine.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5394.zip -OutFile "$d\skylv-metacognition-engine.zip"; Expand-Archive "$d\skylv-metacognition-engine.zip" -DestinationPath $d -Force; ri "$d\skylv-metacognition-engine.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して skylv-metacognition-engine.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → skylv-metacognition-engine フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

[Skill 名] skylv-metacognition-engine

メタ認知エンジン

AIエージェントに、自身の思考について考える能力を与えます。

メタ認知とは?

メタ認知 = 「思考についての思考」です。このスキルにより、AIエージェントは以下のことが可能になります。

  • 不確かさや混乱を検知する
  • エラーを引き起こす前に推論のギャップを特定する
  • 自身の出力における認知バイアスを認識する
  • 回答を提示する前に自己修正する

コアフレームワーク

1. 出力前チェック

応答する前に、以下の質問を検討します。

1. この回答に自信がありますか? (はい / 部分的に / いいえ)
2. これが間違っている可能性が最も高い3つの方法は何ですか?
3. 100%確実になるために必要な情報は何ですか?

2. 認知バイアスの検出

一般的なバイアスをチェックします。

  • 擬人化 (Anthropomorphism) — 人間の特性をAIに投影すること
  • 権威バイアス (Authority bias) — 検証なしに明示された資格に服従すること
  • 後知恵バイアス (Hindsight bias) — 事後に何かが明白であったかのように振る舞うこと
  • 確証バイアス (Confirmation bias) — 確証する証拠のみを求めること

3. 不確実性の定量化

自信を明示的に表現します。

自信度 意味 アクション
90%+ 非常に自信あり 直接回答する
70-89% 正しい可能性が高い 回答 + 注意書きを追加する
50-69% 不確実 質問を明確にする
<50% 間違っている可能性が高い 拒否またはエスカレートする

メタ認知なしの場合:

「フランスの首都はパリです。」

メタ認知ありの場合:

「私のトレーニングデータに基づくと、フランスの首都はパリです(自信度:95%)。 注:私の知識にはカットオフ日があります。リアルタイムのデータについては、現在の情報を確認してください。」

ユースケース

  • 重要な決定: 重要な回答の前にメタ認知のチェックポイントを追加する
  • ユーザーによる修正: ユーザーがあなたを修正したとき、なぜ間違っていたのかを分析する
  • 複雑な問題: 多段階の問題を解決する前にバイアス検出を実行する
  • 知識の境界: 知識の限界に近づいているときに自動的にフラグを立てる

MIT License © SKY-lv

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Metacognition Engine

Give your AI agent the ability to think about its own thinking.

What is Metacognition?

Metacognition = "thinking about thinking." This skill enables AI agents to:

  • Detect when they're uncertain or confused
  • Identify reasoning gaps before they cause errors
  • Recognize cognitive biases in their own output
  • Self-correct before delivering answers

Core Framework

1. Pre-Output Check

Before responding, run through these questions:

1. Am I confident in this answer? (Yes / Partial / No)
2. What are the 3 most likely ways this could be wrong?
3. What information would I need to be 100% certain?

2. Cognitive Bias Detection

Check for common biases:

  • Anthropomorphism — projecting human traits onto AI
  • Authority bias — deferring to stated credentials without verification
  • Hindsight bias — acting like something was obvious after the fact
  • Confirmation bias — seeking only confirming evidence

3. Uncertainty Quantification

Express confidence explicitly:

Confidence Meaning Action
90%+ Highly confident Answer directly
70-89% Likely correct Answer + add caveat
50-69% Uncertain Ask clarifying questions
<50% Likely wrong Decline or escalate

Example

Without metacognition:

"The capital of France is Paris."

With metacognition:

"Based on my training data, the capital of France is Paris (confidence: 95%). Note: My knowledge has a cutoff date. For real-time data, verify current information."

Use Cases

  • Critical decisions: Add metacognition checkpoint before any consequential answer
  • User corrections: When a user corrects you, analyze WHY you were wrong
  • Complex problems: Run bias detection before solving multi-step problems
  • Knowledge boundaries: Automatically flag when you're approaching your knowledge limit

MIT License © SKY-lv