Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Cortex

Skill Verifiziert Aktiv
Teil von:Cortex

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

Zweck

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

  1. Formulate a natural language query for memory retrieval.
  2. Optionally, specify filters like domain, tags, time range, or store type.
  3. Execute retrieval using `cortex:recall` or `cortex:recall_hierarchical`.
  4. Navigate related memories using `cortex:navigate_memory`.
  5. 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-plugins

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne33
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Orchestrate

100

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

Skill
rohitg00

Rag Architect

100

Use when the user asks to design RAG pipelines, optimize retrieval strategies, choose embedding models, implement vector search, or build knowledge retrieval systems.

Skill
alirezarezvani

Cortex Debug Memory

100

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

Skill
cdeust

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.

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

Skill
cdeust

Lean Ctx

100

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

Skill
yvgude