Agent skill · AI & Agents

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.

opensquilla6,385★ · +160/wk · 1 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add opensquilla/opensquilla --skill memory --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: src/opensquilla/skills/bundled/memory/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 6,515 · +130 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Source Files
  2. Recall
  3. Remember Or Update
  4. Forget Or Correct
  5. Boundaries
More from opensquilla
All skills →
About this skill
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.

Keep going