Agent skill
remember
Quickly save a memory to the soul
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/remember-genomewalker-cc-soul
SKILL.md
Remember
Quickly store something in soul memory.
Usage
/remember <what to remember>
Process
- Parse input - Extract the content after
/remember - Format as SSL - Wrap in appropriate domain tag if not already formatted
- Store - Call
remembertool - Confirm - Show what was stored
SSL Formatting
If input doesn't start with [domain], auto-detect and wrap:
| Pattern | Domain |
|---|---|
| "prefer..." / "always..." / "never..." | [preference] |
| "when X, do Y" | [pattern] |
| "watch out..." / "gotcha..." | [gotcha] |
| "decided..." / "chose..." | [decision] |
| Other | [note] |
Tool Call
{
"tool": "remember",
"args": {
"content": "[domain] formatted content here",
"tags": ["user-added"]
}
}
Examples
/remember always run tests before committing
→ [preference] always run tests before committing
/remember when debugging, check logs first
→ [pattern] when debugging → check logs first
/remember gotcha: the API returns 200 even on errors
→ [gotcha] the API returns 200 even on errors
Output
Remembered: [domain] content
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?