From agentdb-core
Show AgentDB health — pattern count, embedder status, cache hit rate, learning gain since init. Use when the user asks "is agentdb working?", "how many memories?", "show agentdb stats", or after long-running sessions to confirm state.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentdb-core:agentdb-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reports the live state of the AgentDB Cognitive Container backing this session.
Reports the live state of the AgentDB Cognitive Container backing this session.
agentdb_pattern_stats to get pattern count, hit rate, recent insert/search latencies.agentdb_reflexion_stats for episode count and per-task win rates.agentdb_bandit_stats (if agentdb-learning is installed) for arm reward summaries.patterns 12,847
episodes 384
skills 22
hit rate 94.2%
avg search 0.83 ms
learning gain +18% since init
storage 38 MB (.rvf)
npx claudepluginhub ruvnet/agentdb --plugin agentdb-coreShows agent runtime status including identity, model, context usage, memory stats, crons, and voice configuration. Triggers on /status or natural language requests.
Displays statistics and recent entries from Claude Code's persistent memory database, showing session counts, knowledge areas, facts, and activity. Invoke via /memory-stats with optional flags for facts, knowledge, or search.
Retrieve relevant memories for the current task from AgentDB. Use at the start of a task to load prior knowledge, when stuck to surface what worked before, or when the user asks "what do we know about X" / "have we done this before?"