Cortex Remember
Skill Verifiziert AktivStore 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.
To provide a persistent memory for AI agents, ensuring that important information, decisions, and lessons learned during a session are not lost and can be recalled later, significantly improving context retention and agent effectiveness.
Funktionen
- Stores important decisions, patterns, and lessons
- Utilizes a predictive coding gate to filter noise
- Handles deduplication and knowledge graph linking
- Offers optional anchoring for critical memories
- Provides feedback on storage success, novelty, and merging
Anwendungsfälle
- When a significant decision is made during a session.
- After resolving a tricky bug or discovering an important pattern.
- When the user explicitly asks to remember or save information.
- To store context about user preferences or architectural choices.
Nicht-Ziele
- Storing trivial or redundant information that is automatically filtered.
- Replacing core LLM context management entirely; it enhances it.
- Interacting with external services for memory storage or retrieval.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add cdeust/Cortex/plugin install Cortex@cortex-pluginsQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Orchestrate
100Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.
Memory Management
99AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management. Use when: need to store successful patterns, searching for similar solutions, semantic lookup of past work, learning from previous tasks, sharing knowledge between agents, building knowledge base. Skip when: no learning needed, ephemeral one-off tasks, external data sources available, read-only exploration.
Cortex Remember Global
99Store a global memory that is visible across all projects. Use when the user shares architecture rules, coding conventions, infrastructure facts, security policies, team agreements, or any knowledge that applies beyond a single project. Triggers on 'remember this everywhere', 'this applies to all projects', 'global rule', 'shared convention', 'infrastructure note', 'cross-project', or when the content is clearly universal (clean architecture, SOLID, deployment configs, server addresses).
ARA Research Manager
100Records research provenance as a post-task epilogue, scanning conversation history at the end of a coding or research session to extract decisions, experiments, dead ends, claims, heuristics, and pivots, and writing them into the ara/ directory with user-vs-AI provenance tags. Use as a session epilogue — never during execution — to maintain a faithful, auditable trace of how a research project actually evolved.
Agent Teams
100Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.
Domain Extract
100Extract domain knowledge from existing project sources and generate domain rules. Also handles vault sync and domain listing.