cortex-recall

Solid

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.

AI & Automation 68 stars 11 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
61
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Recall — Retrieve from Persistent Memory ## Keywords recall, remember, search, find, what did we, do you remember, what was, have we seen, look up, retrieve, past decision, previous fix, history, what do we know, search memory, find memory, related memories ## Overview Retrieve relevant memories using Cortex's 6-signal WRRF (Weighted Reciprocal Rank Fusion) retrieval engine. The system automatically classifies your query intent and adjusts retrieval weights — semantic queries emphasize vector similarity, temporal queries emphasize recency, causal queries traverse the knowledge graph. **Use this skill when:** You need context about past work, decisions, patterns, or fixes. Also use proactively when starting work on a topic that likely has stored context. ## Workflow ### Step 1: Formulate the Query Write a natural language query. The intent classifier handles routing: - **Semantic**: "How does the authentication system work?" - **Temporal**: "What did we work on last week?" - **Causal**: "What caused the deployment failure?" - **Entity**: "Everything about PostgreSQL in this project" - **Multi-hop**: "How does the memory gate relate to consolidation?" ### Step 2: Basic Recall ``` cortex:recall({ "query": "<natural language question or topic>", "limit": 10 }) ``` **Optional filters:** - `"domain"`: Filter to specific project domain - `"tags"`: Filter by tags (e.g. `["bug-fix", "authentication"]`) - `"min_heat"`: Only hot/active memories (0.0-1.0) - `"time_range"...

Details

Author
cdeust
Repository
cdeust/Cortex
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category