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 jarvis
Install
1
Run in your terminal
$
npx claudepluginhub rsprudencio/jarvis --plugin jarvis
Tool 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
cache-components

Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.

138.5k
Stats
Parent Repo Stars3
Parent Repo Forks0
Last CommitMar 2, 2026