How this skill is triggered — by the user, by Claude, or both
Slash command
/memex:recallThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Quick reconnaissance of the `.vault/` vault. Gives the agent a working map of where things are and what the project cares about, without deep-diving into every file.
Quick reconnaissance of the .vault/ vault. Gives the agent a working map of where things are and what the project cares about, without deep-diving into every file.
Announce at start: "Running project reconnaissance..."
Execute these steps in order. Read files — do not edit anything.
Run a glob for .vault/**/*.md to get the file tree. Present it as a compact list grouped by folder.
Read .vault/constitution.md. Extract and list:
Read all files in .vault/_index/. For each MOC, list the entries it links to (just the note names, not full content).
Output a single structured summary:
What: Stack:
Keep the whole output under 40 lines. This is a map, not a book report.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub ribeirogab/memex --plugin memex