CtrlK
BlogDocsLog inGet started
Tessl Logo

remember

Stores a memory verbatim from user input with appropriate category classification. Use when the user says remember this, save this, store this, note that, or explicitly asks to record a preference, decision, goal, or lesson.

76

Quality

95%

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

100%Weight 40%Scale 1-3

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

A concise, fully actionable, well-sequenced skill body for a simple single-task operation. It provides concrete tool usage, an input-validation guard, and clean organization with no unnecessary explanation.

DimensionReasoningScore

Conciseness

The body is lean, assumes Claude's competence (no explanation of what memory or Mem0 is), and every section earns its place; the only near-redundant line is a useful guard against over-inference.

3 / 3

Actionability

It specifies the exact tool and parameters ('mem0_memory' tool with action="add" and content="<the user's text>") plus a concrete confirm-output format, giving copy-paste-ready executable guidance.

3 / 3

Workflow Clarity

Four clearly sequenced steps (extract, classify, store, confirm) with an explicit input-validation checkpoint in Step 1 ('If no text was provided, ask…'); the non-destructive add operation needs no validate-fix-retry loop.

3 / 3

Progressive Disclosure

Under 50 lines, single-task, no external references needed, and well-organized into clearly labeled Execution steps — meeting the simple-skill threshold for a top score on sections alone.

3 / 3

Total

12

/

12

Passed

Description

90%Weight 40%Scale 1-3

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 strong, third-person description that clearly states its purpose and provides explicit, natural-language triggers. Its only weakness is specificity: it conveys a single core action rather than a list of multiple concrete capabilities.

Suggestions

Broaden the capability list beyond a single store-and-classify action, e.g. 'Stores a memory verbatim, classifies it into a category, and confirms what was saved.'

Optionally name the storage destination (e.g. 'into Mem0') so the what-it-does claim is more concrete and distinguishable from generic note-taking.

DimensionReasoningScore

Specificity

It names the domain and concrete actions ('Stores a memory verbatim from user input with appropriate category classification'), but describes one core action with a sub-step rather than listing multiple discrete concrete actions like the level-3 anchor.

2 / 3

Completeness

It explicitly states what it does ('Stores a memory verbatim…classification') and when to use it via an explicit 'Use when…' clause with concrete triggers, satisfying both what and when.

3 / 3

Trigger Term Quality

'remember this, save this, store this, note that' are exactly the natural phrases a user would say, giving strong coverage of trigger terms users actually use.

3 / 3

Distinctiveness Conflict Risk

Memory storage with explicit verbal intent triggers ('remember this', 'save this') is a clear niche unlikely to fire for unrelated skills.

3 / 3

Total

11

/

12

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.