memory
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.
npx skills add opensquilla/opensquilla --skill memory --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# OpenSquilla Memory 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. ## Source Files - `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. ## Recall - Use injected `USER.md` first for current user identity/profile questions. - Use `memory_search` for historical or non-profile recall that is not already in injected context. - Use `memory_get` after search when exact lines or more context are needed. ## Remember Or Update - If the user specifies a memory path, use that exact path if it is a
- Source Files
- Recall
- Remember Or Update
- Forget Or Correct
- Boundaries
What does the memory skill do?
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.
How do I install it?
Run `npx skills add opensquilla/opensquilla --skill memory --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From opensquilla/opensquilla, a repository with 6,515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.