cortex-explore-memory

Solid

Explore the memory system's state, find gaps in knowledge, assess coverage, and get diagnostic information. Use when the user asks 'what does my memory look like', 'show me memory stats', 'what am I missing', 'how good is my knowledge', 'memory health', 'show coverage', 'find gaps', 'what topics are weak', or when you need to understand the state of stored knowledge before a task.

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

# Explore Memory — Diagnostics, Gaps, and Coverage ## Keywords memory stats, diagnostics, coverage, gaps, what am I missing, memory health, knowledge gaps, weak areas, isolated entities, sparse domains, how much do I know, memory overview, system status, knowledge assessment ## Overview Understand the state of your memory system — what's stored, what's missing, what's decaying, and where knowledge is strong or weak. This skill combines multiple diagnostic tools to give you a complete picture. **Use this skill when:** Starting a new project phase, after a long break, or when you want to understand what Cortex knows and doesn't know about a topic. ## Workflow ### Step 1: Quick Health Check Get system-level diagnostics: ``` cortex:memory_stats({}) ``` Returns: total memories, heat distribution, store type breakdown (episodic vs semantic), entity count, relationship count, average confidence, and decay statistics. ### Step 2: Assess Knowledge Coverage Score how well a topic or project is covered: ``` cortex:assess_coverage({ "domain": "<project or topic>", "query": "<specific area to assess>" }) ``` Returns a 0-100 coverage score with specific recommendations on what to document or remember next. ### Step 3: Detect Knowledge Gaps Find isolated entities, sparse domains, and temporal drift: ``` cortex:detect_gaps({ "domain": "<optional domain filter>" }) ``` Returns: - **Isolated entities** — entities mentioned but not connected to memories - **Sparse domains...

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