explain-like-socrates

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

31,392 stars
Complexity: easy

About this skill

This skill empowers an AI agent to explain concepts not by delivering information directly, but by engaging the user in a Socratic dialogue. It leverages conversational reasoning, builds ideas step-by-step, and employs reflective questions, small thought experiments, and simple analogies to guide the user towards their own understanding. The primary goal is to help the user arrive at clarity through thoughtful engagement rather than passive information reception, fostering deeper comprehension and critical thinking.

Best use case

Ideal for users who want to deeply understand complex topics, develop critical thinking, or prefer an interactive, guided learning approach over direct information delivery. Particularly useful for abstract subjects, philosophical concepts, or when a user explicitly requests a Socratic method of explanation.

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

The user will gain a deeper, more robust understanding of the concept, having actively participated in its exploration. They will likely arrive at clarity through their own reasoning, facilitated by the agent's guiding questions, thought experiments, and analogies, leading to enhanced retention and a more profound grasp of the subject matter.

Practical example

Example input

Can you explain the concept of 'recursion' to me, like Socrates would?

Example output

Let us consider a simple act, like placing one mirror directly facing another. What do you see? A reflection, within a reflection, within yet another, stretching seemingly endlessly, no? Now, imagine a task, say, drawing a nested set of boxes. Could one describe the act of drawing the outer box, then instructing oneself to draw a smaller version of the *same* set of boxes inside, and repeating this instruction until no more can be drawn? Does this sound like a process that calls upon itself? How might that relate to a problem that can be broken down into smaller, similar versions of itself?

When to use this skill

  • When the user asks to explain, teach, or help understand a concept 'like Socrates', 'using the Socratic method', or 'through dialogue'. Use when the user expresses difficulty grasping a concept and needs a more guided, interactive approach, or for abstract topics where deeper reasoning is more valuable than rote memorization.

When not to use this skill

  • When the user needs a quick, factual answer, a direct definition, or a summary of information. Avoid using when the information required is simple, concrete, or time-sensitive, or when the user explicitly states they do not want to be 'quizzed' or 'talked in circles'.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/explain-like-socrates/SKILL.md --create-dirs "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/plugins/antigravity-awesome-skills-claude/skills/explain-like-socrates/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/explain-like-socrates/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How explain-like-socrates Compares

Feature / Agentexplain-like-socratesStandard Approach
Platform SupportClaudeLimited / Varies
Context Awareness High Baseline
Installation ComplexityeasyN/A

Frequently Asked Questions

What does this skill do?

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

Which AI agents support this skill?

This skill is designed for Claude.

How difficult is it to install?

The installation complexity is rated as easy. You can find the installation instructions above.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 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.

Related Skills

lightning-factory-explainer

31392
from sickn33/antigravity-awesome-skills

Explain Bitcoin Lightning channel factories and the SuperScalar protocol — scalable Lightning onboarding using shared UTXOs, Decker-Wattenhofer trees, timeout-signature trees, MuSig2, and Taproot. No soft fork required.

Blockchain & CryptocurrencyClaude

code-documentation-code-explain

31392
from sickn33/antigravity-awesome-skills

You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform difficult concepts into understandable explanations for developers at all levels.

Code AnalysisClaude

nft-standards

31392
from sickn33/antigravity-awesome-skills

Master ERC-721 and ERC-1155 NFT standards, metadata best practices, and advanced NFT features.

Web3 & BlockchainClaude

nextjs-app-router-patterns

31392
from sickn33/antigravity-awesome-skills

Comprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development.

Web FrameworksClaude

new-rails-project

31392
from sickn33/antigravity-awesome-skills

Create a new Rails project

Code GenerationClaude

networkx

31392
from sickn33/antigravity-awesome-skills

NetworkX is a Python package for creating, manipulating, and analyzing complex networks and graphs.

Network AnalysisClaude

network-engineer

31392
from sickn33/antigravity-awesome-skills

Expert network engineer specializing in modern cloud networking, security architectures, and performance optimization.

Network EngineeringClaude

nestjs-expert

31392
from sickn33/antigravity-awesome-skills

You are an expert in Nest.js with deep knowledge of enterprise-grade Node.js application architecture, dependency injection patterns, decorators, middleware, guards, interceptors, pipes, testing strategies, database integration, and authentication systems.

Frameworks & LibrariesClaude

nerdzao-elite

31392
from sickn33/antigravity-awesome-skills

Senior Elite Software Engineer (15+) and Senior Product Designer. Full workflow with planning, architecture, TDD, clean code, and pixel-perfect UX validation.

Software DevelopmentClaude

nerdzao-elite-gemini-high

31392
from sickn33/antigravity-awesome-skills

Modo Elite Coder + UX Pixel-Perfect otimizado especificamente para Gemini 3.1 Pro High. Workflow completo com foco em qualidade máxima e eficiência de tokens.

Software DevelopmentClaudeGemini

native-data-fetching

31392
from sickn33/antigravity-awesome-skills

Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (useLoaderData).

API IntegrationClaude

n8n-workflow-patterns

31392
from sickn33/antigravity-awesome-skills

Proven architectural patterns for building n8n workflows.

Workflow AutomationClaude