captain-memo
01Plugin Claude Code
Plugin marketplace listing 1 plugin: captain-memo.
Plugin Claude Code
Plugin marketplace listing 1 plugin: captain-memo.
Instructions file CodexOpenCode
Instructions for kalinbogatzevski/captain-memo, covering agents.md, what this project is, runtime, commands and layout.
Plugin Claude Code
Cross-AI local memory layer (Claude Code, Codex, Gemini, Cursor) — hybrid search, three summarizer providers, self-hosted embedder. Replaces claude-mem.
Hook
Runs when you submit a prompt, before the agent sees it, executing captain-memo-hook.js via bun. From kalinbogatzevski/captain-memo.
Hook
Runs when a session starts on startup, clear and compact, executing captain-memo-hook.js via bun. From kalinbogatzevski/captain-memo.
Hook
Runs before the agent uses a tool for Edit, Write, MultiEdit, NotebookEdit and Bash tool calls, executing captain-memo-hook.js via bun (2 commands). From kalinbogatzevski/captain-memo.
Hook
Runs after a tool call finishes, executing captain-memo-hook.js via bun. From kalinbogatzevski/captain-memo.
Hook
Runs when the agent finishes a response, executing captain-memo-hook.js via bun. From kalinbogatzevski/captain-memo.
Hook
Runs before the context is compacted, executing captain-memo-hook.js via bun. From kalinbogatzevski/captain-memo.
Skill Claude CodeCodex
Health probe across Captain Memo's components — embedder service, worker service, config, plugin registration, plugin manifest. Use when the user types /captain-memo:doctor or when something seems wrong.
Skill Claude CodeCodex
List recent captured session observations (the Haiku-summarized voyage logs). Use when the user wants to see what Captain Memo has logged from past sessions.
Skill Claude CodeCodex
Print the full content of a single Captain Memo hit by its docid. Used after /captain-memo:search to expand a snippet into the full source.
Skill Claude CodeCodex
Hybrid search across Captain Memo's local memory + skills + observations. Use when the user types /captain-memo:search to retrieve top hits without the model having to decide whether to call searchall on its own.
Skill Claude CodeCodex
Show Captain Memo's corpus statistics (chunks per channel, observation counts, indexing progress, embedder info). Use when the user types /captain-memo:stats.
Skill Claude CodeCodex
Persistent cross-session, cross-tool memory for this project via captain-memo. Use at the START of any non-trivial task to recall prior context, decisions, conventions, and past bugs/fixes, and whenever you'd ask "have we done / decided / hit this before?". Searches a shared local memory corpus (past session…