From laqrumcode
Injects stored memory into responses when the user asks about project state, history, prior work, or codebase knowledge. Useful for maintaining context across sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/laqrumcode:ground-on-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Body in laqrumcode DB. Call `mcp__plugin_laqrumcode_laqrumcode__get_skill_body` with `name="ground-on-memory"` to load full instructions.
Body in laqrumcode DB. Call mcp__plugin_laqrumcode_laqrumcode__get_skill_body with name="ground-on-memory" to load full instructions.
npx claudepluginhub 42u/laqrumcode --plugin laqrumcodeChecks memory before code exploration when answering questions about code, architecture, or patterns. Saves time by recalling past knowledge.
Loads and applies project memories from prior sessions for consistent decisions, conventions, and preferences. Stores new entries automatically or via /remember.
Manages persistent memory across Claude Code sessions via AutoMem. Recall project context, architectural decisions, bug fixes, user preferences, and patterns at session start or debugging.