CtrlK
BlogDocsLog inGet started
Tessl Logo

tour

Browses all stored memories grouped by category with full content display. Use when reviewing all memories, exploring stored knowledge, onboarding to a new session, or getting an overview of what the agent remembers.

68

Quality

83%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

82%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A tight, actionable skill body with concrete tool calls, display templates, and clear branching across modes. The main improvement areas are minor: tightening repeated display blocks and adding light validation/edge-case checkpoints where useful.

Suggestions

Consolidate the repeated display-format code blocks (cross-project vs. single-project) into a shared template to reduce redundancy.

Add a brief verification note for the >10-entry truncation and empty-state paths so the workflow has an explicit checkpoint.

Consider moving the category-to-display-name mapping table into a reference file to keep the core tour flow front and center.

DimensionReasoningScore

Conciseness

The body is lean with concrete tool calls and display templates and avoids explaining concepts Claude already knows, though the repeated display-format blocks across modes could be tightened slightly.

4 / 5

Actionability

It provides exact tool invocations (e.g., `mem0_memory` with `action="get_all"`, `scope="global"`), a concrete category-mapping table, and copy-ready display templates covering the common cases.

5 / 5

Workflow Clarity

Steps 1–5 are clearly sequenced with edge-case handling (empty state, >10-entry truncation), and the operation is read-only so destructive-validation caps do not apply, but no explicit validation checkpoints are present.

4 / 5

Progressive Disclosure

Content is well-organized into clearly signaled sections (Cross-project mode, Search mode, Execution) in a self-contained SKILL.md with no nested references, though at ~85 lines some material (e.g., the category table) could justify a reference file.

4 / 5

Total

17

/

20

Passed

Description

83%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A well-crafted description that answers both what and when with concrete, natural trigger phrases and third-person voice. Minor gains are possible by naming additional concrete sub-actions and tightening distinctiveness from sibling memory skills.

DimensionReasoningScore

Specificity

"Browses all stored memories grouped by category with full content display" names the domain and a concrete action with specific characteristics, but it is essentially a single core action rather than multiple distinct actions, so it falls just short of a 5.

4 / 5

Completeness

It clearly states what the skill does ("Browses all stored memories grouped by category with full content display") and explicitly gives concrete "Use when..." trigger phrases, matching the anchor for a complete description.

5 / 5

Trigger Term Quality

Natural trigger phrases like "reviewing all memories", "exploring stored knowledge", "onboarding to a new session", and "getting an overview of what the agent remembers" give good coverage, though a few common synonyms are absent.

4 / 5

Distinctiveness Conflict Risk

The tour/overview framing is a fairly distinct niche, but it shares the memory domain with sibling skills (search, remember) referenced in the body, leaving minor overlap risk.

4 / 5

Total

17

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
mem0ai/mem0
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.