com um clique
memory
Persist user-scoped behavior and notes through prompt-include memory files
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Persist user-scoped behavior and notes through prompt-include memory files
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação 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.