跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Cortex Remember

技能 已验证 活跃
属于:Cortex

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.

目的

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.

功能

  • 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

使用场景

  • 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.

非目标

  • 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.

安装

请先添加 Marketplace

/plugin marketplace add cdeust/Cortex
/plugin install Cortex@cortex-plugins

质量评分

已验证
99 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标33
许可证NOASSERTION
状态
查看源代码

类似扩展

Orchestrate

100

Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.

技能
rohitg00

Memory Management

99

AgentDB 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.

技能
ruvnet

Cortex Remember Global

99

Store 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).

技能
cdeust

ARA Research Manager

100

Records 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.

技能
Orchestra-Research

Agent Teams

100

Coordinate 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.

技能
rohitg00

Domain Extract

100

Extract domain knowledge from existing project sources and generate domain rules. Also handles vault sync and domain listing.

技能
luiseiman