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.
npx claudepluginhub ruvnet/agentdb --plugin agentdb-coreThis skill uses the workspace's default tool permissions.
Reports the live state of the AgentDB Cognitive Container backing this session.
Runs diagnostic checks on agent workspace: config, identity, memory, SQLite index, QMD, crons, hooks, HTTP bridge, messaging plugins, dreaming. Auto-fixes with --fix.
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?"
Share bugs, ideas, or general feedback.
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)