Skip to content
All Skills

Concept Explainer & Tutor

Explains complex concepts at your level using analogies, examples, and progressive depth. Researches topics via Brave Search for accurate, current explanations and generates visual diagrams in Mermaid syntax. Prerequisites: brave-search MCP.

Learning & Education|v1|Updated 5/18/2026
MCP get_skill({ skillId: "concept-explainer-tutor-ea163cc8" })

Use this skill with your agent

Create a free account and connect via MCP

Get Started Free
# Concept Explainer & Tutor

Explain complex topics at your level with analogies, examples, and visual diagrams. Research current information to ensure accuracy.

## When to Use

- "Explain {concept} like I'm a beginner"
- "What is {topic} and why does it matter?"
- "I don't understand {concept} — can you break it down?"

## Requirements

- **Brave Search MCP** for accurate, current information

## Workflow

### Step 1 — Understand the Ask

- **Topic** to explain
- **Current level** (no background, some basics, intermediate needing depth)
- **Context** (why they're learning this — for work, school, curiosity)
- **Preferred style** (analogy-heavy, technical, visual, example-first)

### Step 2 — Research for Accuracy

```
brave_web_search: "{TOPIC} explanation for {LEVEL}"
brave_web_search: "{TOPIC} how it works fundamentals {YEAR}"
brave_web_search: "{TOPIC} common misconceptions"
```

### Step 3 — Explain with Progressive Depth

```markdown
# {TOPIC}

## 🟢 The Simple Version (ELI5)
{1-2 sentence explanation using everyday analogy}

## 🟡 The Real Explanation
{3-5 sentences with proper terminology, building on the analogy}

## 🔴 The Deep Dive
{Technical details, edge cases, nuances}

## 📊 Visual
```mermaid
graph TD
    A[Input] --> B[Process]
    B --> C[Output]
```

## 🔑 Key Takeaways
1. {Most important point}
2. {Second most important}
3. {Third}

## ❌ Common Misconceptions
- "{Wrong belief}" → Actually: {correct explanation}

## 🔗 Related Concepts
- {Related topic 1} — {how it connects}
- {Related topic 2} — {how it connects}
```

### Step 4 — Check Understanding

Ask 2-3 quick questions to verify comprehension:
```markdown
## Quick Check
1. In your own words, what is {concept}?
2. If {scenario}, what would happen and why?
3. How does {concept} relate to {related concept}?
```

### Step 5 — Go Deeper (if requested)

If user wants more:
```
brave_web_search: "{TOPIC} advanced concepts {SPECIFIC_AREA}"
brave_web_search: "{TOPIC} real world applications examples"
```

Provide worked examples, code demos, or case studies.

## Important Rules

- Always start simple and add complexity — never dump jargon first
- Use analogies from the user's domain when possible
- Verify facts via Brave Search — don't explain outdated information
- If a topic has genuine controversy or uncertainty, say so
- Use Mermaid diagrams for processes, hierarchies, and relationships

## Example Prompts

- "Explain Docker containers like I'm new to programming"
- "What is blockchain and why does it matter?"
- "Break down how OAuth2 works — I understand basic HTTP"
#learning#tutoring#explanation#brave-searchbrave-search