mori
01Plugin Claude Code
Plugin marketplace listing 1 plugin: mori.
Plugin Claude Code
Plugin marketplace listing 1 plugin: mori.
Plugin Claude Code
Persistent, cross-device memory for your AI coding agents — self-hosted and AGPL, so your knowledge never leaves your own infrastructure. Connect to a Mori server you run; every session distils into durable, searchable memory, so agents start informed, not cold. /brief loads context, /pensieve searches it.
Hook
Runs when a session starts, executing mori-context-hook.mjs via node. From fjwood69/mori.
Hook
Runs after a tool call finishes, executing mori-ship-event.mjs via node with --mode. From fjwood69/mori.
Hook
Runs when a tool call fails, executing mori-ship-event.mjs via node with --mode. From fjwood69/mori.
Hook
Runs when you submit a prompt, before the agent sees it, executing mori-ship-event.mjs via node with --mode. From fjwood69/mori.
Hook
Runs when the agent finishes a response, executing mori-ship-event.mjs via node with --mode. From fjwood69/mori.
Hook
Runs before the context is compacted, executing mori-ship-event.mjs via node with --mode. From fjwood69/mori.
Skill Claude CodeCodex
Session bootstrap — loads shared memories and team standards from the Mori server. Use at session start, or after a context compaction with --post-compact.
Skill Claude CodeCodex
Strategic guidance from the advisor model on a question, with optional focus area and depth. Use before consequential decisions or to review a plan.
Skill Claude CodeCodex
Runs the dream pipeline that distils session events into durable memories. Use to flush undreamed events or check dream status.
Skill Claude CodeCodex
Bundle the canonical memory set into one structured Markdown document for external-LLM review, audit, or dashboard download.
Skill Claude CodeCodex
Bootstraps the memory store from existing material (repos, PDFs, transcripts). Use to seed memory from a project or document.
Skill Claude CodeCodex
Inter-agent messaging — send tasks, questions, and decisions to other Mori agents over NATS.
Skill Claude CodeCodex
Cross-device messaging over the NATS bus — ping, publish, subscribe. Use to broadcast status or catch up on what other devices are doing.
Skill Claude CodeCodex
Ranked full-text search and browse over the shared memory store. Use to recall past decisions, patterns, or project context.
Skill Claude CodeCodex
Lightweight project requirements checklist surfaced via /brief. Use to track or update outstanding project tasks.
Skill Claude CodeCodex
Session wrap — summarise session, publish to cc-share and NATS, then dream.