Skill
jarvis-memory-stats
Show memory system health and statistics. Use when user says "/jarvis-memory-stats", "Jarvis, memory status", "how many files indexed", or "memory health".
From jarvisInstall
1
Run in your terminal$
npx claudepluginhub rsprudencio/jarvis --plugin jarvisTool Access
This skill uses the workspace's default tool permissions.
Skill Content
/jarvis-memory-stats - Memory System Status
Shows the health and statistics of Jarvis's semantic memory system.
Execution Flow
1. Get stats
Call mcp__plugin_jarvis_core__jarvis_memory_stats with:
{
"sample_size": 5
}
2. Present status
Memory System Status
Collection: vault
Documents indexed: 142
Database: PostgreSQL pgvector (configurable via memory.postgres_url in ~/.jarvis/config.json)
Sample entries:
- notes/projects/jarvis-plugin.md (type: note)
- journal/jarvis/2026/01/20260124-entry.md (type: journal)
- notes/career/goals.md (type: note)
- work/kubernetes-setup.md (type: work)
- journal/jarvis/2026/02/20260206-entry.md (type: journal)
Commands:
/jarvis-recall <query> - Search your vault semantically
/jarvis-memory-stats - This status view
/jarvis-settings - Configuration (includes reindexing)
3. Handle empty state
If total_documents is 0:
Memory System Status
No documents indexed yet.
Ask Jarvis to index your vault, or run /jarvis-settings to configure and index.
Key Rules
- Read-only — only queries the database, never modifies
- Quick — single API call, no heavy processing
Similar Skills
Stats
Parent Repo Stars3
Parent Repo Forks0
Last CommitMar 2, 2026