CtrlK
BlogDocsLog inGet started
Tessl Logo

remember

Stores a memory verbatim from user input with appropriate type classification and metadata. Use when the user says remember this, save this, store this, note that, or explicitly asks to record a decision, preference, convention, or learning.

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.

The body is an exemplary lean, actionable, single-purpose workflow: concrete API calls with all arguments, an explicit confirm-step feedback loop, and tight justifications. It scores at the top of the rubric across all four dimensions.

DimensionReasoningScore

Conciseness

Each step is lean and task-specific; the brief "because" notes (e.g., "infer=False because the user stated the fact explicitly") are load-bearing justifications, not concept padding. Matches the score-3 anchor of lean, efficient content that assumes Claude's competence.

3 / 3

Actionability

It gives a fully specified, copy-paste-ready add_memory call with every argument and literal metadata values, plus get_event_status and an exact output template. Matches the score-3 anchor for fully executable, copy-paste-ready guidance.

3 / 3

Workflow Clarity

Steps 1–4 are clearly sequenced, and Step 4 includes an explicit feedback loop (call get_event_status once, then branch on SUCCEEDED vs PENDING/processing) with the async-write gotcha surfaced as a checkpoint. Matches the score-3 anchor of clear sequence with explicit validation and error recovery.

3 / 3

Progressive Disclosure

This is a simple single-purpose skill with no bundle files; the body is well-organized into Execution with numbered steps and needs no nested references. Per the simple-skills scoring note, that organization earns a 3.

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.

The description is strong: it answers both what and when with an explicit "Use when..." clause and natural, varied trigger terms. The only soft spot is specificity, where it names the domain and a couple of actions rather than enumerating a list of concrete operations.

Suggestions

Enumerate a few concrete operations in the description (e.g., classify the memory type and attach type/branch/confidence metadata, then confirm the write via event status) to lift specificity toward a 3.

Optionally name the backing store (mem0) in the description itself so the niche is unmistakable and distinctiveness is fully explicit.

DimensionReasoningScore

Specificity

"Stores a memory verbatim from user input with appropriate type classification and metadata" names the domain and two actions (classification, metadata) but does not list multiple specific concrete actions like the score-3 example. It is concrete rather than vague, so it sits above a 1.

2 / 3

Completeness

The description states what it does ("Stores a memory verbatim... with appropriate type classification and metadata") and gives an explicit "Use when..." trigger clause answering when, matching the score-3 anchor for both what AND when.

3 / 3

Trigger Term Quality

"Use when the user says remember this, save this, store this, note that, or explicitly asks to record a decision, preference, convention, or learning" gives broad coverage of natural phrases users would actually say. Matches the score-3 anchor and exceeds the "some keywords" bar of a 2.

3 / 3

Distinctiveness Conflict Risk

The mem0 storage niche with type classification and distinct "remember this / note that" triggers carves a clear niche unlikely to conflict with other skills, matching the score-3 anchor.

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.