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.
MCP get_skill({ skillId: "concept-explainer-tutor-ea163cc8" })Use this skill with your agent
Create a free account and connect via MCP
# 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"Related Skills
More skills in Learning & Education
Anki Flashcard Deck Generator
Extracts key concepts from study material, generates spaced-repetition flashcards in Anki-compatible CSV/TSV format, and applies memory science principles (cloze deletion, image occlusion, interleaving). Prerequisites: python3.
Book-to-Action Notes Generator
Researches a book's key ideas via Brave Search, generates structured chapter summaries with actionable takeaways, and creates an implementation checklist. Prerequisites: brave-search MCP.
Language Practice Partner
Conducts conversational language practice at your level, corrects grammar in real-time, teaches vocabulary in context, and tracks your progress. Researches cultural context via Brave Search. Prerequisites: brave-search MCP.
Learning Roadmap Builder
Researches a topic via Brave Search, maps out prerequisites and learning milestones, curates the best free/paid resources, and creates a week-by-week study plan with checkpoints. Prerequisites: brave-search MCP.
Explore Other Categories
Skills from other categories with shared topics
Company Due Diligence Researcher
Conducts comprehensive research on a company via Brave Search covering financials, leadership, culture, news, and competitive landscape. Generates a diligence brief for job seekers, investors, or partners. Prerequisites: brave-search MCP, python3.
Competitor Analysis Report
Researches competitors via Brave Search and builds a comprehensive competitive landscape analysis with positioning, pricing, strengths/weaknesses, and strategic recommendations. Prerequisites: brave-search MCP, python3.
Contract Clause Analyzer
Reads a contract or agreement, identifies key clauses, flags risky or unusual terms, and generates a plain-English summary with recommendations. Researches standard clause language via Brave Search. Prerequisites: brave-search MCP, python3.