janbjorge

12 mods across 1 repository, 53 stars between them.

rekal

01

janbjorge/rekal

Plugin Claude Code

Skills and hooks for rekal — persistent long-term memory for LLMs via MCP.

53 6d ago A tokens not measured original MIT

rekal-skills

02

janbjorge/rekal

Plugin Claude Code

Skills and hooks for rekal: memory redirect hooks, session capture (rekal-save), project bootstrap (rekal-init), and maintenance (rekal-hygiene).

53 6d ago A tokens not measured original MIT

rekal AGENTS.md

03

janbjorge/rekal

Instructions file CodexOpenCode

Instructions for janbjorge/rekal, covering rekal: agent instructions, what this project is, architecture, key rules and re-expansion bar.

53 6d ago A 1,640 tokens original MIT

rekal CLAUDE.md

04

janbjorge/rekal

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.

53 6d ago A 220 tokens original MIT

SessionStart

05

janbjorge/rekal

Hook

Runs when a session starts, running uvx --from rekal==3.4.0 rekal hook session-start. From janbjorge/rekal.

53 6d ago A tokens not measured original MIT

UserPromptSubmit

06

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.

53 6d ago A tokens not measured original MIT

SessionEnd

07

janbjorge/rekal

Hook

Runs when a session ends, running uvx --from rekal==3.4.0 rekal hook session-end. From janbjorge/rekal.

53 6d ago A tokens not measured original MIT

PreToolUse

08

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.

53 6d ago A tokens not measured original MIT

rekal-hygiene

09

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…

53 6d ago A 77 tokens original MIT

rekal-init

10

janbjorge/rekal

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"…

53 6d ago A 83 tokens original MIT

rekal-save

11

janbjorge/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…

53 6d ago A 79 tokens original MIT

rekal-usage

12

janbjorge/rekal

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.

53 6d ago A 75 tokens original MIT