Use when the user asks to remember, recall, forget, update, search, or inspect durable OpenSquilla memory, including profile facts in USER.md and long-term notes in MEMORY.md or memory/**/*.md.
68
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use only tools that are visible in the current tool list. This skill explains OpenSquilla's memory source files; it does not make hidden tools available.
USER.md: stable user profile fields such as name, preferred address,
pronouns, timezone, and durable profile notes. Edit it with visible
filesystem tools, not memory_save.MEMORY.md: curated long-term non-profile facts, preferences, decisions,
and constraints.memory/YYYY-MM-DD.md and memory/**/*.md: daily, session, or named memory
notes.turns/**/*.md: private auto-captured turn state. These files are for
audit/future processing and are not indexed or returned by ordinary
memory_search.The Markdown files are the source of truth. The memory index/database is derived
from curated MEMORY.md and memory/**/*.md files only.
USER.md first for current user identity/profile questions.memory_search for historical or non-profile recall that is not already
in injected context.memory_get after search when exact lines or more context are needed.USER.md with visible filesystem tools.memory/YYYY-MM-DD.md or another
appropriate memory/**/*.md source.MEMORY.md, read the current file first and
write the full updated content. If memory_save is available, use
mode='replace' for MEMORY.md; do not append to it.memory_save is available, use it only for MEMORY.md or
memory/**/*.md, never for USER.md.memory_save is not available but filesystem tools are visible, edit or
create the same source files directly.memory_delete is available, use it only when the user wants to delete a
whole memory source file.94ac35e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.