cortex-remember — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cortex-remember (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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
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.
Determine the content worth storing. Good candidates:
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', 'architecture-decision', 'user-preference'>"
})Content guidelines:
The response includes:
stored: true/false — whether the gate accepted it (false means too similar to existing memory)memory_id — the stored memory's IDnovelty_score — how novel the content was vs existing memoriesmerged_with — if it was merged into an existing memory instead of creating newIf stored: false, the content was likely redundant. This is normal — the gate is working.
For memories that must survive context compaction and never decay:
cortex:anchor({
"memory_id": <id>,
"reason": "Critical architecture decision — must persist"
})Anchored memories maintain heat=1.0 permanently and are injected at every session start.
bug-fix, architecture, user-preference, lesson) for better recall filtering"force": true to bypass the novelty gate when you know something is important despite seeming similar to existing memoriescortex:rate_memory with useful: true/false to train the system's metamemory confidence scoring~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.