Agent Skills: Remember

Quickly save a memory to the soul

UncategorizedID: genomewalker/cc-soul/remember

Install this agent skill to your local

pnpm dlx add-skill https://github.com/genomewalker/cc-soul/tree/HEAD/skills/remember

Skill Files

Browse the full folder contents for remember.

Download Skill

Loading file tree…

skills/remember/SKILL.md

Skill Metadata

Name
remember
Description
Quickly save a memory to the soul

Remember

Quickly store something in soul memory.

Usage

/remember <what to remember>

Process

  1. Parse input - Extract the content after /remember
  2. Format as SSL - Wrap in appropriate domain tag if not already formatted
  3. Store - Call remember tool
  4. 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