remember

Store preferences, patterns, gotchas, decisions, and notes in persistent memory.

3|3|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/genomewalker/cc-soul --skill remember-genomewalker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/genomewalker/cc-soul/tree/main/skills/remember
Command: npx skills add https://github.com/genomewalker/cc-soul --skill remember-genomewalker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to quickly and easily store information in the CC-Soul's persistent memory, ensuring that important details are not forgotten across sessions.

Core Features & Use Cases

  • Save Preferences: Store personal preferences or desired behaviors.
  • Record Patterns: Capture "if X, then Y" type rules.
  • Log Gotchas: Document potential pitfalls or tricky aspects of a project.
  • Store Decisions: Keep a record of choices made.
  • General Notes: Save any other relevant information.

Quick Start

Use the remember skill to save the fact that tests should always be run before committing.

Frequently Asked Questions about remember

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save preferences and notes to persistent memory in a conversational AI?

You can save preferences and notes to persistent memory by storing them as distinct information types, which ensures important details like personal settings are retained across conversational AI sessions.

What is the best way to record project gotchas and decisions for future recall?

Recording project gotchas and decisions is best handled by logging them into a persistent knowledge base, which automatically applies domain tagging to keep rules and choices organized for later recall.

How do I store if-then coding patterns so they are not forgotten across sessions?

You can store if-then coding patterns by capturing them as structured rules in a persistent memory system, ensuring these development patterns remain accessible across future conversational sessions.

Can I automatically organize saved notes and memories by domain?

Yes, you can automatically organize saved notes and memories by domain because the knowledge capture process includes automatic domain tagging for better structure and retrieval.

What types of information can I persist in a conversational AI knowledge base?

You can persist various types of information in a conversational AI knowledge base, including user preferences, project patterns, gotchas, technical decisions, and general notes.

Does storing general notes in persistent memory require any external dependencies?

Storing general notes in persistent memory requires no external dependencies, allowing you to directly capture and retain information within the conversational AI environment seamlessly.