From vibe-guide
Toggles learning mode on or off, enabling brief educational micro-explanations after each step to help non-technical users understand concepts.
How this command is triggered — by the user, by Claude, or both
Slash command
/vibe-guide:learn on|offThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /vibe-guide:learn Toggle learning mode for educational explanations. ## Usage ## Examples ## Execution Steps ### Step 1: Check Session Exists If `.vibe/session.json` doesn't exist: ### Step 2: Parse Argument - `on` - set `learning_mode` to true - `off` - set `learning_mode` to false - No argument - toggle current value ### Step 3: Update Session Update `.vibe/session.json` with new `learning_mode` value. ### Step 4: Confirm Change ## Output When turned on: When turned off: ## Effect When `learning_mode` is true: - The `vibe-explorer` agent runs after each step - ...
Toggle learning mode for educational explanations.
/vibe-guide:learn on
/vibe-guide:learn off
/vibe-guide:learn on # Enable mini-lessons after each step
/vibe-guide:learn off # Progress-only updates
If .vibe/session.json doesn't exist:
No active vibe session.
To start one, run:
/vibe-guide:vibe <your goal>
on - set learning_mode to trueoff - set learning_mode to falseUpdate .vibe/session.json with new learning_mode value.
When turned on:
Learning mode: ON
After each step, you'll get a brief explanation of one concept.
These are simple, jargon-free, and use everyday analogies.
Perfect for understanding what's happening as we go!
To turn off, run: /vibe-guide:learn off
When turned off:
Learning mode: OFF
Status updates will be progress-only, no educational content.
To turn on, run: /vibe-guide:learn on
When learning_mode is true:
vibe-explorer agent runs after each stepnpx claudepluginhub aiminnovations/claude-code-plugins-plus --plugin vibe-guide21plugins reuse this command
First indexed Jan 1, 2026
Showing the 6 earliest of 21 plugins
/learnToggles learning mode on or off, enabling educational micro-explanations after each step for non-technical users.
/no-vibeActivates a teaching mode where AI guides you to write code yourself without editing project files. Supports topic-based lessons, reference projects via --ref, and voice modes via --mode.
/teacherForces step-by-step understanding verification when learning or explaining a topic. Checks prerequisites, defines jargon, and ensures comprehension before moving forward.
/vibe-sunsangGuides AI usage skill growth through mentoring, coaching, retrospection, and knowledge learning. Supports setup, retro, mentor, growth, and knowledge subcommands.
/explainExplains recent Claude actions in simple terms adapted to your skill level, tracks XP and belt progression, and quizzes understanding.
/nextAdvances to the next step in the interactive learning curriculum, delivering goal-concept-action-verification instructions, checking progress, and updating state files.