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.

73

Quality

90%

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

86%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-call specs, a useful classification table, and a validation checkpoint on the async write. The only slack is a couple of inferable rationale lines and a non-retrying PENDING fallback.

Suggestions

Drop or compress the two trailing 'because' rationale lines under Step 3; the infer=False and confidence=1.0 choices are self-evident from the explicit-user-input context.

For the PENDING/processing case in Step 4, add a brief retry-or-poll instruction instead of only printing a fallback, to close the validation feedback loop.

DimensionReasoningScore

Conciseness

The body is lean with no padded concept explanations, but the two trailing rationale lines ('infer=False because...', 'confidence=1.0 because...') are minor over-explanation Claude could infer, fitting 'efficient; minor instances that could be trimmed' rather than a 5.

4 / 5

Actionability

Fully executable guidance: exact add_memory call with all parameters, exact get_event_status call, and a copy-paste output template covering both SUCCEEDED and PENDING cases.

5 / 5

Workflow Clarity

Four clearly sequenced steps with an explicit validation checkpoint (event-status check and branching), but the PENDING branch merely prints a fallback rather than retrying, leaving a minor validation gap that falls short of the feedback-loop anchor of 5.

4 / 5

Progressive Disclosure

Under 50 lines with no need for external references, yet well-organized into clearly headed sections and a classification table — meeting the simple-skill exception for a 5.

5 / 5

Total

18

/

20

Passed

Description

95%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 strong, third-person description that clearly states what the skill does and gives concrete, natural trigger phrases for when to use it. Coverage of synonyms and explicit 'Use when' guidance make it highly complete and distinctive.

DimensionReasoningScore

Specificity

Names the domain and three concrete actions — 'Stores a memory verbatim', 'type classification', and 'metadata' — matching the 'several specific actions; minor gaps' anchor rather than the 1-2 actions of a 3.

4 / 5

Completeness

Explicitly answers both what ('Stores a memory verbatim from user input with appropriate type classification and metadata') and when ('Use when the user says remember this...') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Comprehensive natural trigger phrases ('remember this', 'save this', 'store this', 'note that') plus synonyms (decision, preference, convention, learning); file extensions are not applicable to this skill.

5 / 5

Distinctiveness Conflict Risk

The combined trigger set (remember/save/store/note + record decision/preference/convention/learning) carves a clear memory-recording niche with minimal overlap with file-saving skills.

5 / 5

Total

19

/

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.