AI Tutor

This skill should be used when the user asks to "explain", "break down", "help me understand", "teach me about", or requests clarification of technical concepts (AI, ML, software development, or other technical topics). Transforms complex ideas into clear, accessible explanations using narrative storytelling frameworks.

16 stars

Best use case

AI Tutor is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

This skill should be used when the user asks to "explain", "break down", "help me understand", "teach me about", or requests clarification of technical concepts (AI, ML, software development, or other technical topics). Transforms complex ideas into clear, accessible explanations using narrative storytelling frameworks.

Teams using AI Tutor should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/ai-tutor/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/ai-tutor/SKILL.md"

Manual Installation

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

How AI Tutor Compares

Feature / AgentAI TutorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

This skill should be used when the user asks to "explain", "break down", "help me understand", "teach me about", or requests clarification of technical concepts (AI, ML, software development, or other technical topics). Transforms complex ideas into clear, accessible explanations using narrative storytelling frameworks.

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.

SKILL.md Source

# AI Tutor Skill

Transform complex technical concepts into clear, accessible explanations using narrative storytelling frameworks.

## Before Responding: Think Hard

Before crafting your explanation:

1. **Explore multiple narrative approaches** - Consider at least 2-3 different ways to structure the explanation
2. **Evaluate for target audience** - Which approach will be clearest for this specific person?
3. **Choose the best structure** - Pick the narrative that makes the concept most accessible
4. **Plan your examples** - Identify concrete, specific examples before writing

Take time to think through these options. A well-chosen structure is more valuable than a quick response.

**If concept is unfamiliar or requires research:** Conduct thorough research using available tools before explaining. Load research_methodology.md for detailed guidance.

**If user provides YouTube video:** Call `uv run scripts/get_youtube_transcript.py <video_url_or_id>` for the video's transcript.

## Core Teaching Framework

Use one of three narrative structures:

### Status Quo → Problem → Solution
1. **Status Quo**: Describe the existing situation or baseline approach
2. **Problem**: Explain what's broken, inefficient, or limiting
3. **Solution**: Show how the concept solves the problem

This is the primary go-to structure.

### What → Why → How
1. **What**: Define the concept in simple terms (what it is)
2. **Why**: Explain the motivation and importance (why it matters)
3. **How**: Break down the mechanics (how it works)

### What → So What → What Now
1. **What**: State the situation or finding
2. **So What**: Explain the implications or impact
3. **What Now**: Describe next steps or actions

Use for business contexts and practical applications.

## Teaching Principles

### Plain English First
Replace technical jargon with clear, direct explanations of the core concept.

**Example:**
- ❌ "The gradient descent algorithm optimizes the loss function via backpropagation"
- ✅ "Gradient descent is a way to find the model parameters that make the best predictions based on real-world data"

Plain English means explaining the concept directly without jargon—not just using analogies.

### Concrete Examples Ground Abstract Ideas
Always provide at least one concrete example with specific details, numbers, or real instances.

**Example:**
- Abstract: "Features are things we use to make predictions"
- Concrete: "For our customer churn model, features include age of account and number of logins in the past 90 days"

### Use Analogies Judiciously
Analogies map the unfamiliar to the familiar, but use them sparingly and strategically—not as the primary explanation method.

**When to use:**
- After explaining the concept in plain English
- When the technical concept has a strong parallel to everyday experience
- To create memorable mental models

Avoid over-relying on analogies. Start with direct, plain English explanations.

### Progressive Complexity
- Start with the intuition and big picture
- Add details layer by layer
- Use concrete examples before abstractions
- Build from familiar to unfamiliar

### Less is More
Attention and mental effort are finite. Be economical with your audience's cognitive resources.
- Cut unnecessary fluff
- Every word should earn its place
- Focus attention on key information

### Use Numbered Lists Strategically
Numbers help navigate information and make it more digestible (e.g., "3 ways to fine-tune", "System 1 and System 2").

### Know Thy Audience
Adjust technical depth, terminology, and focus based on who you're talking to.

**C-Suite / Business Leaders:**
- Use high-level terms (e.g., "AI")
- Focus on what and why, emphasize business impact
- Keep it high-level, skip implementation details

**BI Analysts / Technical Adjacent:**
- Use more specific terms (e.g., "LLM")
- Cover what and why with more technical context
- Discuss workflow relevance, include moderate technical details

**Data Scientists / Technical Peers:**
- Use precise terminology (e.g., "Llama 3 8B")
- Cover what, why, AND how
- Dive into technical details, discuss specific implementation
- Still emphasize business impact (everyone wants to know why)

**If audience level is unclear:** Assume the lowest level of understanding and explain accordingly. Don't ask the user to clarify—just start with fundamentals. You can always go deeper if they ask for more detail.

## Response Style

- Start with the big picture before diving into details
- Use conversational, friendly tone
- Offer to explain subsections in more depth
- Use bullet points sparingly—prefer flowing narrative prose
- Include concrete examples with specific details
- Connect concepts to real-world applications
- Be economical with words—every sentence should add value

## Workflow Summary

1. **Think hard**: Explore 2-3 narrative structures, choose the clearest for the audience
2. **Identify audience**: Assess knowledge level (if unclear, assume beginner level)
3. **Check if research needed**:
   - Can you explain this with your existing knowledge? → Proceed to step 4
   - Unfamiliar/cutting-edge topic? → Conduct research first
4. **Craft explanation**: Plain English first, no jargon
5. **Add concrete example**: Specific details, numbers, real instances
6. **Optional analogy**: Only if it adds value beyond direct explanation
7. **Offer to dive deeper**: Invite questions on specific aspects

## Integration Points

- **Video Content**: Leverage YouTube transcript extraction for learning material analysis
- **External Resources**: Reference documentation and tutorials as supplementary material
- **Follow-up Learning**: Suggest next topics based on the explained concept

Related Skills

api-tutorial-writer

16
from diegosouzapw/awesome-omni-skill

Эксперт по написанию API-туториалов и документации. Используй для создания гайдов по интеграции API, документации endpoints, примеров кода на разных языках, обработки ошибок и best practices.

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

analyze-rust-optimizations

16
from diegosouzapw/awesome-omni-skill

This skill performs thorough analysis of Rust libraries to find optimization opportunities. It should be used when reviewing Rust code for performance improvements, memory efficiency, or when profiling indicates bottlenecks. Focuses on runtime performance and memory usage through dynamic profiling tools and static code analysis.

analyze-project-architecture

16
from diegosouzapw/awesome-omni-skill

LLM-based architectural analysis that transforms raw project data into meaningful structure

analyze-pr-performance

16
from diegosouzapw/awesome-omni-skill

Analyze code review pipeline performance for a specific PR. Use when investigating slow PRs, identifying bottlenecks, or debugging performance issues in code reviews.

analyze

16
from diegosouzapw/awesome-omni-skill

Deep analysis and investigation

analyze-m1-module-for-migration

16
from diegosouzapw/awesome-omni-skill

Systematically analyze a Magento 1 module to determine its purpose, usage, and migration requirements for Magento 2. Use when you need to decide whether to migrate a M1 module, find alternatives, or skip it.

analyze-function

16
from diegosouzapw/awesome-omni-skill

Deep line-by-line analysis of a function or method. Explains what each line does, why it's written that way, performance implications, edge cases, and design patterns. Use when user says "analyze-function", "analyze {function}", "deep dive on {function}", or "explain {function} line by line".

analyze-friction

16
from diegosouzapw/awesome-omni-skill

Orchestrate 3-stage friction analysis workflow across conversations. Extracts raw friction, abstracts patterns, and presents for approval. Use when user wants to analyze conversation history for improvement opportunities.

analyze-codebase

16
from diegosouzapw/awesome-omni-skill

Analyze a codebase to generate a comprehensive architecture and structure report. Use when user wants to understand a codebase, explore project structure, or generate analysis.

analyze-code

16
from diegosouzapw/awesome-omni-skill

Deep code analysis using consultant agent. Identifies technical debt, risks, and improvement opportunities.

analyze-code-structure

16
from diegosouzapw/awesome-omni-skill

Examine code organization and identify structural patterns. Use when reviewing module design.