From engram
Captures key lessons from the current Claude Code session and saves them as permanent vault notes for future reference.
How this command is triggered — by the user, by Claude, or both
Slash command
/engram:learnThe summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the `learn` skill.
Invoke the learn skill.
npx claudepluginhub toejough/engram/learnExtracts reusable patterns from the current session and saves them as skill files. Helps capture error resolutions, debugging techniques, workarounds, and project-specific patterns for future reuse.
/learnGuides users through Task Master capabilities with interactive suggestions, command discovery, and learning paths. Accepts optional arguments to tailor guidance to specific goals.
/learnScouts a codebase, learns its architecture and patterns, then generates or updates documentation with a validation-fix loop. Also supports check and summarize modes.
/learnExtracts reusable patterns from the current session and saves them as skill files. Helps capture error resolutions, debugging techniques, workarounds, and project-specific patterns for future reuse.
/learnShows Claude Code best practices organized by topic, and saves user lessons into persistent project memory. Also supports /learn <topic> and /learn save.
/learnToggles learning mode on or off, enabling brief educational micro-explanations after each step to help non-technical users understand concepts.