Learn Mode banner
ShaheerKhawaja ShaheerKhawaja

Learn Mode

Development community

Description

--- name: learn-mode description: "Interactive code tutor — breaks down codebase logic, explains complexities, translates technical concepts for the user. Ideal after /btw commands. Teaches the WHY behind the code, not just the WHAT." arguments: - name: topic description: "What to learn about: a file path, function name, concept, or 'walkthrough' for full codebase tour" required: false - name: level description: "beginner | intermediate | advanced (default: auto-detect from user

Installation

Installs to ~/.claude/commands/shaheerkhawaja-productionos-learn-mode.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ShaheerKhawaja/ProductionOS/HEAD/.claude/commands/learn-mode.md -o ~/.claude/commands/shaheerkhawaja-productionos-learn-mode.md

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

Full documentation available on GitHub

View Source Repository