From exomemory
Save a memory to the exomemory system. Classifies and stores the given information into the appropriate memory type.
How this skill is triggered — by the user, by Claude, or both
Slash command
/exomemory:rememberThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Save the user's input to the exomemory system at `~/.local/share/exomemory/`.
Save the user's input to the exomemory system at ~/.local/share/exomemory/.
Read ~/.local/share/exomemory/MEMORY.md to understand the current index.
Determine the best memory type based on the content of $ARGUMENTS:
| Content type | Memory type | File |
|---|---|---|
| Event, discussion, discovery, what happened today | Episodic | episodic/context-log.md |
| Decision and its reasoning, why something was chosen | Semantic (decision) | semantic/decisions.md |
| Reusable rule, pattern, framework, lesson learned | Semantic (framework) | semantic/frameworks.md |
| User preference, work style, behavioral pattern | Procedural | procedural/preferences.md |
If ambiguous, ask the user which type to use.
For episodic memory — append to episodic/context-log.md:
## YYYY-MM-DD: Title
<!-- refs: 0 | last_ref: YYYY-MM-DD -->
- Description
For semantic (decision) — append to semantic/decisions.md:
## YYYY-MM-DD: Decision Title
- **Context**: Why this decision was needed
- **Options considered**: What alternatives existed
- **Decision**: What was chosen
- **Reasoning**: Why
For semantic (framework) — append to semantic/frameworks.md under an appropriate heading.
For procedural — add to the appropriate category in procedural/preferences.md.
Add a line to MEMORY.md under the appropriate section. Format:
- [Title](path/to/file.md) — one-line summary [tags]
Tell the user:
npx claudepluginhub hananana/exomemory --plugin exomemoryProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.