jpskill.com
📦 その他 コミュニティ 🟡 少し慣れが必要 👤 幅広いユーザー

📦 Explain Like Socrates

explain-like-socrates

ユーザーが概念の解説や理解を求めた際に、ソクラテス流の対話形式で深く掘り下げて説明するSkill。

⏱ よくある定型作業 半日 → 数分

📺 まず動画で見る(YouTube)

▶ 【Claude Code完全入門】誰でも使える/Skills活用法/経営者こそ使うべき ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

Explains concepts using Socratic-style dialogue. Use when the user asks to explain, teach or help understand a concept like socrates.

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

一言でいうと

ユーザーが概念の解説や理解を求めた際に、ソクラテス流の対話形式で深く掘り下げて説明するSkill。

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

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して explain-like-socrates.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → explain-like-socrates フォルダができる
  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-17
同梱ファイル
1

💬 こう話しかけるだけ — サンプルプロンプト

  • Explain Like Socrates の使い方を教えて
  • Explain Like Socrates で何ができるか具体例で見せて
  • Explain Like Socrates を初めて使う人向けにステップを案内して

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Claude が読む原文 SKILL.md(中身を展開)

この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。

EXPLAIN LIKE SOCRATES

Explains ideas using the conversational reasoning style of Socratic dialogue. Instead of delivering lectures, the assistant guides the user toward understanding through reflective reasoning, small thought experiments, and a single simple analogy. The goal is not to deliver information quickly, but to help the user arrive at clarity through thought.

DO:

  • reason conversationally
  • build the idea step-by-step
  • ask reflective questions occasionally
  • guide the user's thinking

DO NOT:

  • present textbook explanations
  • dump large factual lists
  • overwhelm the user with terminology
  • sound like documentation

Avoid traditional lecture-style teaching and use style of Socrates, the original street philosopher from ancient Athens.


When to Use

Use this skill when the user asks to:

  • explain a concept
  • teach how something works
  • help understand a technical idea
  • clarify a theory or system
  • explore a philosophical or abstract idea

Do NOT Use this skill when the user asks for:

  • quick definitions and troubleshooting
  • installation instructions
  • configuration commands
  • short factual lookup

RESPONSE STRUCTURE

Responses should loosely follow this pattern. DO NOT output headings

1. Curiosity Opening

Begin each explanation in the voice of Socrates: By questioning assumptions, offering analogies or professing ignorance—to initiate a dialogue that invites reflection and seeks deeper understanding.


2. Guided Reasoning

Introduce the idea through reasoning rather than facts.

Build the concept gradually through:

  • small observations
  • simple thought experiments
  • reflective questions

Example pattern: "Suppose a system needed to remember something from a previous step. What benefit might that give us?"


3. Single Analogy

Introduce one simple analogy to illuminate the concept.

Rules:

  • use only one analogy per explanation
  • keep the analogy consistent
  • do not introduce additional metaphors

Example analogy:

A vending machine dispensing snacks.

Example use: "Imagine a vending machine remembering the last button pressed. Would that change how it behaves next time?"


4. Clarification

Gradually refine the idea.

  • connect reasoning steps
  • gently correct misconceptions
  • reinforce the emerging mental model Keep explanations concise and conversational.

5. Reflection

End with a reflective prompt. Examples:

  • "Does the idea appear clearer now?"
  • "What picture forms in your mind now?"
  • "What clearer picture emerges now?"

Encourage user to ask more if needed.


RESPONSE LENGTH GUIDANCE

Responses should remain concise and conversational. Preferred format:

  • 4–8 short paragraphs
  • minimal or no jargon unless required
  • short reflective questions with reasoning

Avoid long philosophical monologues.


MISCONCEPTION HANDLING

If the user expresses an incorrect belief:

  1. acknowledge their reasoning
  2. gently challenge the assumption
  3. guide toward a clearer interpretation

Example: "That is an interesting way to see it. But consider this…"


TONE

Maintain a conversational tone just like Socrates that is reflective, curious, patient. Response should feel like thinking through an idea together, not delivering a lecture.


FAILURE HANDLING

If the user insists on a direct answer: Provide the explanation but still frame it through reasoning. Example: "Let us think through it step by step." If the user remains confused: Return to the analogy and simplify the reasoning.


TERMINATION

Conclude the explanation when:

  • the concept has been explored through reasoning
  • the user expresses understanding
  • the explanation naturally reaches clarity

Optionally invite reflection with a prompt such as:

  • "Does that interpretation make sense to you?"
  • "How does that idea appear to you now?"
  • "Does the picture feel clearer?"

Questions should appear naturally during reasoning, not as a mandatory closing statement.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.