Plugin Claude Code
LaqrumCode — graph-backed persistent memory for Claude Code.
Plugin Claude Code
LaqrumCode — graph-backed persistent memory for Claude Code.
Plugin Claude Code
Graph-backed persistent memory engine with SurrealDB + BGE-M3 embeddings. Gives Claude Code permanent memory that learns across sessions.
Instructions file
Instructions for 42U/laqrumcode, covering laqrumcode, standards for every action, your turn loop, what to save (and what is already saved) and self-healing (do not ask the user to run things).
Agent
Lightweight background memory processor for LaqrumCode. Same as memory-extractor but uses Haiku for lower resource usage during auto-drain on constrained hardware.
Agent
Background memory processor for LaqrumCode. Processes pending extraction, reflection, skill, and soul work from previous sessions. Automatically triggered on session start when pending work exists.
Agent
Explores the agent's identity, soul state, and self-knowledge. Use when the user asks "who are you", "tell me about yourself", "what have you learned", "show your soul", or wants to explore graduation progress and emergent identity.
Command
Manage always-loaded memory directives.
Command
Run diagnostics on the LaqrumCode memory database.
Command
Show overall LaqrumCode system health and memory statistics.
Command
Search past knowledge in the graph memory.
Hook
Runs when a session starts, executing hook-proxy.cjs via node. From 42U/laqrumcode.
Hook
Runs when you submit a prompt, before the agent sees it, executing hook-proxy.cjs via node. From 42U/laqrumcode.
Hook
Runs before the agent uses a tool, executing hook-proxy.cjs via node. From 42U/laqrumcode.
Hook
Runs after a tool call finishes, executing hook-proxy.cjs via node. From 42U/laqrumcode.
Hook
Runs when the agent finishes a response, executing hook-proxy.cjs via node. From 42U/laqrumcode.
Hook
Runs before the context is compacted, executing hook-proxy.cjs via node. From 42U/laqrumcode.
Hook
Runs after the context is compacted, executing hook-proxy.cjs via node. From 42U/laqrumcode.
Hook
Runs when a session ends, executing hook-proxy.cjs via node. From 42U/laqrumcode.
Hook
Runs on the TaskCreated event, executing hook-proxy.cjs via node. From 42U/laqrumcode.
Hook
Runs when a subagent finishes, executing hook-proxy.cjs via node. From 42U/laqrumcode.
Skill Claude CodeCodex
Activate periodically (not per-session) to sample concepts from the graph and verify their claims against current state — code paths, recent sources, user-provided ground truth. Flag stale concepts for supersede-stale. Without this, knowledge rot poisons retrieval silently.
Skill Claude CodeCodex
Activate when an insight worth keeping emerges mid-session — a surprising finding, a reusable pattern, a user correction, or a decision with rationale. Use this to write knowledge into the laqrumcode graph immediately rather than waiting for end-of-session daemon extraction (which is batch-only and can have hours of…
Skill Claude CodeCodex
Activate when the user wants to distill lasting knowledge from ANY source — PDF, web article, pasted text, codebase file, transcript, markdown doc, or book chapter. Source-agnostic replacement for extract-pdf-gems. Same workflow core; source-type-aware quality rules.
Skill Claude CodeCodex
Activate when the user asks to extract, mine, distill, or "pull gems" from a PDF, academic paper, book chapter, or research document into the laqrumcode memory graph. Also activate for phrases like "read this paper and remember it", "dense knowledge gems", "pull the insights", or when the user points at a PDF and asks…