mem0-tour

Browses and groups all stored mem0 memories by category for a project.

1|Updated Jan 13, 2022
One-click install
npx skills add https://github.com/jayho-k/TIL --skill mem0-tour-jayho-k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mem0-tour
Source: https://github.com/jayho-k/TIL/tree/main/AI/mem0/code/mem0_code_analize/mem0/integrations/mem0-plugin/.opencode-plugin/opencode-skills/mem0-tour
Command: npx skills add https://github.com/jayho-k/TIL --skill mem0-tour-jayho-k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When mem0 accumulates hundreds of memories across a project, it becomes hard to know what has been captured. This Skill gives you a complete, categorized overview of all stored memories so you can review decisions, conventions, and learnings without guessing what exists. ## Core Features & Use Cases - Full Project Tour: Fetches all memories for the current project, groups them by platform category or metadata type, and displays counts with top entries per group. - Peek Mode Search: Runs parallel broad and targeted semantic searches to return compact one-liner results for a query like "auth middleware". - Cross-Project Mode: With the --all-projects flag, aggregates memories across every project grouped by app_id, marking the current project. - Use Case: Onboarding onto an existing codebase, run the tour to instantly see all captured architecture decisions, anti-patterns, and coding conventions before writing any code. ## Quick Start Ask the assistant to show a mem0 tour of all stored memories for the current project.

Frequently Asked Questions about mem0-tour

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I see all memories mem0 has stored for my project?

Invoke the mem0-tour skill with no arguments. It calls get_memories with your user_id and app_id filters, groups results by category, and displays counts plus the top five memories per group.

How to search mem0 memories for a specific topic?

Pass a query argument such as "/mem0-tour auth middleware" to run peek mode. It executes parallel broad and targeted search_memories calls, deduplicates results, and shows compact one-line entries with type, date, and memory ID.

Can I view mem0 memories across all my projects at once?

Yes, use the --all-projects flag. The skill fetches memories filtered only by user_id without an app_id, groups them by project first and then by category, and marks your current project in the output.

Why are some memories missing when filtering by metadata type?

Mem0 auto-assigns categories that may not have an explicit metadata.type, so filtering on metadata.type misses them. The skill groups by the platform categories field first and only falls back to metadata.type when categories are absent.

What happens if no memories exist for a project?

The skill prints an empty-state message telling you no memories are stored yet for that project. It suggests continuing to work so mem0 captures learnings automatically or using /mem0-remember to save something manually.