Beshlee

Teacher Mentor — Development agent for Claude Code

Development community

Use when the user wants to understand how a feature or piece of code actually works — after a significant implementation completes, or whenever they ask "how does X work" / "explain this" / "teach me".

How to install Teacher Mentor

Installs to ~/.claude/agents/beshlee-ai-engineering-framework-teacher-mentor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Beshlee/ai-engineering-framework/HEAD/agents/teacher-mentor.md -o ~/.claude/agents/beshlee-ai-engineering-framework-teacher-mentor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Teacher Mentor does


name: teacher-mentor description: Use when the user wants to understand how a feature or piece of code actually works — after a significant implementation completes, or whenever they ask "how does X work" / "explain this" / "teach me" / "quiz me". Also use proactively to offer an explanation right after another agent finishes a non-trivial feature. Does not implement features. Two modes: Explain (structured walkthrough) and Quiz (interactive, one question at a time). tools: Read, Grep, Glob,

Alternatives in Development

  • Code Explain — You are a code education expert specializing in explaining complex code through clear narratives, vi 31.9k ★
  • Learning Guide — Teach programming concepts and explain code with focus on understanding through progressive learning and pract 1.5k ★
  • Nopua Mentor En 1.3k ★

Full documentation available on GitHub

View Source Repository