con un clic
memex-recall
Search the vault for context on a topic
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Search the vault for context on a topic
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Scaffold or audit the memex (vault + AGENTS.md + spec templates + bundled skills) in any repo — an externalized, navigable project memory for agents (Claude Code, Codex, Cursor, OpenCode, etc.). Agent-agnostic. Idempotent — safe to run repeatedly. Use when the user wants to set up, verify, or fix the memex in a project.
Sync an installed memex with upstream — reconcile the scaffolded files against the current upstream memex: auto-apply changes to files you never touched, agent-merge the ones you edited, and never touch living vault content. Use when upstream memex changed scaffolded content (a renamed term, a reworded skill) and you want it pulled in without clobbering local edits.
Sync an installed memex with upstream — reconcile the scaffolded files against the current upstream memex: auto-apply changes to files you never touched, agent-merge the ones you edited, and never touch living vault content. Use when upstream memex changed scaffolded content (a renamed term, a reworded skill) and you want it pulled in without clobbering local edits.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when you have an approved design (design.md) for a multi-step task — produces the fused technical spec.md + tasks.md, before touching code.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
| name | memex-recall |
| description | Search the vault for context on a topic |
Quick reconnaissance of the .memex/ 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 .memex/**/*.md to get the file tree. Present it as a compact list grouped by folder.
Read .memex/constitution.md. Extract and list:
Read all files in .memex/_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.