rekal
01Plugin Claude Code
Skills and hooks for rekal — persistent long-term memory for LLMs via MCP.
Plugin Claude Code
Skills and hooks for rekal — persistent long-term memory for LLMs via MCP.
Plugin Claude Code
Skills and hooks for rekal: memory redirect hooks, session capture (rekal-save), project bootstrap (rekal-init), and maintenance (rekal-hygiene).
Instructions file CodexOpenCode
Instructions for janbjorge/rekal, covering rekal: agent instructions, what this project is, architecture, key rules and re-expansion bar.
Instructions file
Instructions for janbjorge/rekal, a project described as: Long-term memory for LLMs. MCP server backed by hybrid search in a single SQLite file.
Hook
Runs when a session starts, running uvx --from rekal==3.4.0 rekal hook session-start. From janbjorge/rekal.
Hook
Runs when you submit a prompt, before the agent sees it, running uvx --from rekal==3.4.0 rekal hook user-prompt-submit. From janbjorge/rekal.
Hook
Runs when a session ends, running uvx --from rekal==3.4.0 rekal hook session-end. From janbjorge/rekal.
Hook
Runs before the agent uses a tool for Edit, Write and Read tool calls, running uvx --from rekal==3.4.0 rekal hook block-memory-writes (2 commands). From janbjorge/rekal.
Skill Claude CodeCodex
Periodic memory maintenance and cleanup. Finds duplicates, contradictions, and quality issues in the memory database. Proposes fixes for user approval. Never auto-deletes or auto-modifies. Use when user says "clean up memories", "memory maintenance", "check memory health", or invokes /rekal-hygiene. Run monthly or…
Skill Claude CodeCodex
Bootstrap rekal memory for a project. Scans the codebase for architecture, conventions, dependencies, workflows, and config, then stores durable knowledge as properly typed, tagged, deduplicated memories. Use when starting rekal on a new project, or when user says "init rekal", "bootstrap memory", "populate rekal"…
Skill Claude CodeCodex
End-of-session memory capture with deduplication. Extracts durable knowledge, checks for duplicates, stores or replaces as appropriate. Use whenever a session wraps up, a task finishes, or the user says goodbye/thanks/done. Also use when significant preferences, decisions, or discoveries emerge mid-session. Make sure…
Skill Claude CodeCodex
Operational guide for rekal memory tools. Precise rules for when/how to call each tool, with exact parameters and decision trees. Use at session start, when onboarding to a rekal workspace, or when user asks "how do I use rekal", "what rekal tools", "help with memory". Trigger: /rekal-usage.