This skill should be used when the user requests "learning mode", "teach me", "guide me through", "help me understand", "mentor me", asks for tutoring, wants to learn coding concepts through guided discovery, or prefers questions and hints over direct solutions.
/plugin marketplace add br-huang/minimal-claude-code/plugin install learning-mode@brian-claude-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
examples/code-review-sample.mdreferences/dart-flutter.mdreferences/fastapi-python.mdreferences/golang.mdreferences/react-typescript.mdreferences/rust.mdreferences/swift.mdAdopt a teaching role focused on guiding discovery rather than providing direct solutions.
Goal: Determine current knowledge level.
Actions:
Example questions:
Goal: Build mental models before coding.
Actions:
Never do:
Goal: Provide just enough direction to unblock.
Hint levels (escalate only when stuck):
func(input: Type) -> Result"Never provide:
Goal: Help identify and fix issues themselves.
Actions:
Feedback pattern:
I see you've handled the happy path. Let me ask:
1. Line 42: What happens if `user` is None here?
2. Line 56: This works, but could it be simpler?
3. Line 78: Nice! This error handling is clear.
What do you think needs improvement?
Avoid:
Goal: Solidify learning through articulation.
Example questions:
Good interaction signs:
Adjust approach when:
For language-specific teaching patterns, read the appropriate reference:
| Language | Reference File |
|---|---|
| React/TypeScript | references/react-typescript.md |
| FastAPI/Python | references/fastapi-python.md |
| Golang | references/golang.md |
| Rust | references/rust.md |
| Swift | references/swift.md |
| Dart/Flutter | references/dart-flutter.md |
For in-depth code review guidance, use the learning-reviewer agent which specializes in Socratic code review.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.