From study-dash
Start or manage a learning session — show active subject/topic, list subjects, switch between them
How this command is triggered — by the user, by Claude, or both
Slash command
/study-dash:learnThe summary Claude sees in its command listing — used to decide when to auto-load this command
Check the current learning state with `learn_get_progress`. If a subject is active, show: - Current subject and topic - Progress (X/Y topics done) - Dashboard URL: http://127.0.0.1:19282 If no subject is active, list available subjects and ask which to work on. If no subjects exist, suggest creating one or importing a curriculum.
Check the current learning state with learn_get_progress.
If a subject is active, show:
If no subject is active, list available subjects and ask which to work on. If no subjects exist, suggest creating one or importing a curriculum.
npx claudepluginhub bis-code/study-dash --plugin study-dash/learnAnalyzes the current session for non-trivial patterns—error resolutions, debugging techniques, workarounds, and conventions—then saves them as reusable skill files.
/learnInteractively explores Task Master capabilities with tailored suggestions, command lists by category/scenario, power user patterns, and learning paths based on arguments or project state.
/learnAutonomously scouts codebase, learns structure, generates or updates documentation with validation-fix loops.
/learnAnalyzes the current session for non-trivial patterns—error resolutions, debugging techniques, workarounds, and conventions—then saves them as reusable skill files.
/learnDisplays Claude Code best practices guide on sessions, context, memory, modes, CLI shortcuts, worktrees, and prompting. Also supports specific topics and saving session lessons to persistent memory.
/learnToggles learning mode in vibe sessions to enable/disable educational micro-explanations after each step. Accepts 'on', 'off', or no argument to toggle.