What problem does it solve? Agent memories accumulate over time and can become stale or contradictory, but there is no easy way to see what the agent remembers or whether those memories still match reality. This Skill lets you browse, search, and verify db0 agent memories so you can trust what your agent knows. ## Core Features & Use Cases - Memory Browsing and Search: List all memories or filter by scope, and run semantic search queries via the db0 MCP tools, displayed as a table with ID, scope, status, age, and staleness indicators. - Memory Statistics: Show memory counts grouped by scope and status using db0_memory_stats. - Codebase Verification: Cross-reference memories against the actual codebase by checking that referenced files, functions, classes, and package versions still exist, then flag memories as verified, stale, or unverifiable. - Use Case: After weeks of agent sessions, run the inspector to find memories referencing deleted files or renamed functions, then delete or update the stale entries. ## Quick Start Ask the agent to show what it remembers about the current project and verify those memories against the codebase.