What problem does it solve?
When working on a project with mem0, stored memories accumulate over time and become hard to review. This Skill gives you a structured overview of everything mem0 has captured for your project, so you can onboard quickly, audit stored knowledge, or find past decisions.
Core Features & Use Cases
- Full Project Tour: Fetches all memories for the current project and groups them by category such as architecture decisions, anti-patterns, coding conventions, and tooling setup.
- Peek Mode Search: Pass a query like "/mem0-tour auth middleware" to get compact, deduplicated one-line search results ranked by relevance.
- Cross-Project Mode: Use the --all-projects flag to browse memories across every project, grouped by app_id with the current project marked.
- Use Case: After returning to a project you have not touched in weeks, run the tour to see the 349 stored memories summarized by category, including the top 5 most recent entries per group.
Quick Start
Ask the assistant to show a tour of all mem0 memories stored for the current project, grouped by category.