cortex-remember

Solid

Store important decisions, patterns, errors, lessons, and context into Cortex persistent memory. Use when the user says 'remember this', 'save this', 'store this for later', 'note this down', 'don't forget', 'this is important', 'bookmark this', or when a significant decision, bug fix, architecture choice, or lesson learned occurs during a session. Also use after resolving tricky bugs, making technology choices, or discovering important patterns.

AI & Automation 72 stars 11 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
62
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Remember — Store to Persistent Memory ## Keywords remember, save, store, note, bookmark, don't forget, important, keep this, record, persist, write down, save for later, remember this decision, store this pattern, note this lesson, save this fix ## Overview Store important information into Cortex's thermodynamic memory system. Memories pass through a predictive coding gate that automatically filters noise — only genuinely novel or important content gets stored. The system handles deduplication, entity extraction, and knowledge graph linking automatically. **Use this skill when:** A significant event happens during a session — a decision is made, a bug is fixed, a pattern is discovered, or the user explicitly asks to remember something. ## Workflow ### Step 1: Identify What to Remember Determine the content worth storing. Good candidates: - **Decisions**: "We chose PostgreSQL over SQLite because..." - **Bug fixes**: "The root cause was X, fixed by Y" - **Patterns**: "This codebase uses factory injection for all handlers" - **Lessons**: "Never use asyncio.get_event_loop() in Python 3.10+" - **Context**: "The user prefers minimal PRs with focused changes" ### Step 2: Store the Memory Call `cortex:remember` with structured content: ``` cortex:remember({ "content": "<clear, self-contained description of what to remember>", "tags": ["<category>", "<project>", "<topic>"], "directory": "<current working directory>", "source": "<context: e.g. 'bug-fix', 'architectu...

Details

Author
cdeust
Repository
cdeust/Cortex
Created
5 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category