All authors
kalinbogatzevski avatar

Claude Skills by kalinbogatzevski

github.com/kalinbogatzevski
7 skillsA× 70 installs3 views
DoctorA

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.

ai-agentsshellbash
0
3
ObservationsA

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.

ai-agentsbashapi
0
3
RecallA

Print the full content of a single Captain Memo hit by its doc_id. Used after /captain-memo:search to expand a snippet into the full source.

ai-agentsphpbash
0
3
SearchA

Hybrid search across Captain Memo's local memory + skills + observations. Use when the user types /captain-memo:search <query> to retrieve top hits without the model having to decide whether to call search_all on its own.

ai-agentsshellbash
0
3
StatsA

Show Captain Memo's corpus statistics (chunks per channel, observation counts, indexing progress, embedder info). Use when the user types /captain-memo:stats.

ai-agentsbashbackend
0
3
Captain MemoA

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 observations, curated project memory, skills) through the captain-memo MCP tools. Works across AI tools (Claude Code, Codex, Cursor, Gemini CLI) pointed at the same captain-memo worker.

ai-agents
0
3
example-skillA

A test skill with multiple sections and code blocks

ai-agentstypescript
0
3