Toggle learning mode with educational micro-explanations
/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install vibe-guide@claude-code-plugins-pluson|off# /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 - ...