Search Memory

Search Crabshell memory and archived session context. Use when the user asks what happened before or asks to find prior decisions.

ZipperBagCoffee Updated

File contents

Search Memory

Resolve {SKILL_DIR} to the directory containing this SKILL.md and {PROJECT_ROOT} to the active project root, then run:

node "{SKILL_DIR}/scripts/codex-memory.js" search "query" --project-dir="{PROJECT_ROOT}"

For detailed L1 session search:

node "{SKILL_DIR}/scripts/codex-memory.js" search "query" --deep --project-dir="{PROJECT_ROOT}"

Report matches with source names and line numbers when present. If there are no matches, say that the memory search found no matches.

ZipperBagCoffee/memory-keeper-plugin/tree/main/codex-skills/search-memory commit 3719ae8e25

Frequently asked questions

npx skillmds@latest add zipperbagcoffee/search-memory-2