42U

38 mods across 1 repository, 11 stars between them.

42U/laqrumcode

Plugin Claude Code

LaqrumCode — graph-backed persistent memory for Claude Code.

11 15d ago A tokens not measured original MIT

laqrumcode

02

42U/laqrumcode

Plugin Claude Code

Graph-backed persistent memory engine with SurrealDB + BGE-M3 embeddings. Gives Claude Code permanent memory that learns across sessions.

11 15d ago A tokens not measured original MIT

42U/laqrumcode

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).

11 15d ago A 1,981 tokens original MIT

42U/laqrumcode

Agent

Lightweight background memory processor for LaqrumCode. Same as memory-extractor but uses Haiku for lower resource usage during auto-drain on constrained hardware.

11 15d ago A 37 tokens original MIT

memory-extractor

05

42U/laqrumcode

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.

11 15d ago A 38 tokens original MIT

soul-introspector

06

42U/laqrumcode

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.

11 15d ago A 59 tokens original MIT

core-memory

07

42U/laqrumcode

Command

Manage always-loaded memory directives.

11 15d ago A 5 tokens original MIT

introspect

08

42U/laqrumcode

Command

Run diagnostics on the LaqrumCode memory database.

11 15d ago A 10 tokens original MIT

laqrumcode-status

09

42U/laqrumcode

Command

Show overall LaqrumCode system health and memory statistics.

11 15d ago A 11 tokens original MIT

recall

10

42U/laqrumcode

Command

Search past knowledge in the graph memory.

11 15d ago A 7 tokens original MIT

SessionStart

11

42U/laqrumcode

Hook

Runs when a session starts, executing hook-proxy.cjs via node. From 42U/laqrumcode.

11 15d ago A tokens not measured original MIT

UserPromptSubmit

12

42U/laqrumcode

Hook

Runs when you submit a prompt, before the agent sees it, executing hook-proxy.cjs via node. From 42U/laqrumcode.

11 15d ago A tokens not measured original MIT

PreToolUse

13

42U/laqrumcode

Hook

Runs before the agent uses a tool, executing hook-proxy.cjs via node. From 42U/laqrumcode.

11 15d ago A tokens not measured original MIT

PostToolUse

14

42U/laqrumcode

Hook

Runs after a tool call finishes, executing hook-proxy.cjs via node. From 42U/laqrumcode.

11 15d ago A tokens not measured original MIT

Stop

15

42U/laqrumcode

Hook

Runs when the agent finishes a response, executing hook-proxy.cjs via node. From 42U/laqrumcode.

11 15d ago A tokens not measured original MIT

PreCompact

16

42U/laqrumcode

Hook

Runs before the context is compacted, executing hook-proxy.cjs via node. From 42U/laqrumcode.

11 15d ago A tokens not measured original MIT

PostCompact

17

42U/laqrumcode

Hook

Runs after the context is compacted, executing hook-proxy.cjs via node. From 42U/laqrumcode.

11 15d ago A tokens not measured original MIT

SessionEnd

18

42U/laqrumcode

Hook

Runs when a session ends, executing hook-proxy.cjs via node. From 42U/laqrumcode.

11 15d ago A tokens not measured original MIT

TaskCreated

19

42U/laqrumcode

Hook

Runs on the TaskCreated event, executing hook-proxy.cjs via node. From 42U/laqrumcode.

11 15d ago A tokens not measured original MIT

SubagentStop

20

42U/laqrumcode

Hook

Runs when a subagent finishes, executing hook-proxy.cjs via node. From 42U/laqrumcode.

11 15d ago A tokens not measured original MIT

audit-drift

21

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.

11 15d ago A 56 tokens original MIT

capture-insight

22

42U/laqrumcode

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…

11 15d ago A 66 tokens original MIT

extract-knowledge

23

42U/laqrumcode

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.

11 15d ago A 61 tokens original MIT

extract-pdf-gems

24

42U/laqrumcode

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…

11 15d ago A 83 tokens original MIT