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.
Searches memories from past Claude Code sessions in the current project. Use when historical context, past decisions, or prior conversations could inform the current task.
Persists project decisions, preferences, and conventions across Claude Code sessions by storing and retrieving memories from a local JSON file. Automatically loads memories on session start and applies them silently.