Agent skill
remember
Quickly save a memory to the soul
Install this agent skill to your Project
npx add-skill https://github.com/genomewalker/cc-soul/tree/main/skills/remember
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.
kriya
Review soul discoveries (fixes, improvements, corrections) one by one, accept or discard each, implement accepted ones, build chitta, and optionally release.
cc-soul-daemon
Start, stop, or check the chittad daemon
ultrathink
First-principles deep thinking for significant problems
reawaken
Restore context and momentum via Pratyabhijñā (recognition)
long-task
Initialize or resume a long-running task session. Use when starting a complex multi-session task, resuming work from a previous session, or when the user mentions claude-progress.json or long-running work.
shepherd
Autonomous pipeline monitor using sense-think-act loop. Watches snakemake/nextflow jobs, detects errors, applies fixes from memory, restarts on failure.
Didn't find tool you were looking for?