con un clic
memory
Persist user-scoped behavior and notes through prompt-include memory files
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ú
Persist user-scoped behavior and notes through prompt-include memory files
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
Read the supplemental project documentation module
Frontend development router. Load deeper skills before editing
Use the frontend API surface correctly for app files, discovery, identity, and permission-aware browser data access.
Inspect, navigate, and interact with open browser surfaces through space.browser
Open or close stand-alone browser windows
Editable frontend runtime rules for framework pages, stores, shared runtime namespaces, and reusable visual patterns.
| name | Memory |
| description | Persist user-scoped behavior and notes through prompt-include memory files |
| metadata | {"loaded":true,"placement":"system"} |
Use prompt-include files as persistent memory.
paths
~/memory/behavior.system.include.md: stable behavior, user preferences, standing instructions, durable workflow rules~/memory/memories.transient.include.md: rolling notes worth keeping across conversations~/memory/*.transient.include.md: extra focused memory files when one topic deserves its own evolving noterules
*.system.include.md becomes system-prompt instruction. Use it for slow-changing behavior.*.transient.include.md becomes transient context. Use it for notes, facts, project context, reminders, and other frequently updated memory.~/memory/...include.md file instead of only acknowledging it in chat.~/memory/behavior.system.include.md.space.api.fileWrite({ path, content, operation: "append" }) or operation: "insert" over rereading and rewriting the whole memory file. Rewrite the full file only when you need cleanup, dedupe, or structural edits.