Cortex
Skill Verifiziert AktivSearch and retrieve memories from Cortex persistent memory. Use when the user asks 'what did we decide about X', 'do you remember', 'what was the fix for', 'find that thing about', 'search memories', 'what do we know about', 'have we seen this before', or when you need context about past decisions, patterns, bugs, or architecture choices. Also use proactively when working on something that likely has relevant historical context.
To provide AI agents with a persistent, intelligent memory that reconstructs relevant context from past interactions and decisions, enhancing continuity and understanding across sessions.
Funktionen
- Intelligent memory retrieval using WRRF engine
- Structured context assembly for long-horizon conversations
- Neuroscience-inspired memory mechanisms (forgetting, gating, reconsolidation)
- Local execution with PostgreSQL and pgvector backend
- Tools for hierarchical recall, causal chain tracing, and knowledge graph navigation
Anwendungsfälle
- Use when needing context about past decisions, patterns, or fixes.
- Use proactively when starting work on a topic with likely historical context.
- Use to reconstruct agent context after session compaction or restarts.
- Use to explore project history and relationships via the knowledge graph.
Nicht-Ziele
- Storing memories in a proprietary format or external cloud service.
- Replacing the core LLM's reasoning capabilities; it augments them with memory.
- Providing general-purpose database functionality beyond memory management.
Workflow
- Formulate a natural language query for memory retrieval.
- Optionally, specify filters like domain, tags, time range, or store type.
- Execute retrieval using `cortex:recall` or `cortex:recall_hierarchical`.
- Navigate related memories using `cortex:navigate_memory`.
- Trace causal chains using `cortex:get_causal_chain`.
Praktiken
- Memory Management
- Context Reconstruction
- AI Agent Augmentation
- Local Data Processing
Voraussetzungen
- PostgreSQL 15+ with pgvector extension
- Python 3.10+
- Local execution environment
Errors
- info:Actionable error messagesWhile the SKILL.md outlines error paths conceptually, specific actionable error messages with remediation steps are not explicitly detailed.
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.
Rag Architect
100Use when the user asks to design RAG pipelines, optimize retrieval strategies, choose embedding models, implement vector search, or build knowledge retrieval systems.
Cortex Debug Memory
100Debug and fix memory system issues — validate memories, rate quality, manage protection, forget bad memories, and restore from checkpoints. Use when the user says 'fix memory', 'bad memory', 'wrong memory', 'delete this', 'protect this', 'this memory is wrong', 'memory quality', 'rate this memory', 'restore checkpoint', 'undo', or when memories are returning incorrect or stale results.
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).
Lean Ctx
100Context Runtime für KI-Agenten — 59 MCP-Tools, 10 Lesemodi, über 95 Shell-Muster, Tree-sitter AST für 18 Sprachen. Komprimiert LLM-Kontext um bis zu 99%. Verwenden Sie es beim Lesen von Dateien, Ausführen von Shell-Befehlen, Suchen von Code oder Erkunden von Verzeichnissen. Automatische Installation, falls nicht vorhanden.