CtrlK
BlogDocsLog inGet started
Tessl Logo

memory-dream

Memory consolidation protocol. Reviews all stored memories, merges duplicates, removes noise and credentials, rewrites unclear entries, and enforces TTL expiration. Use when the user asks to clean up, consolidate, or review their memories. Also triggers automatically after sufficient activity (configurable).

68

Quality

84%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

76%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.

The body is highly actionable and well-structured, with concrete tool usage and clear sequencing. Its main weakness is the absence of explicit validation/feedback loops for destructive bulk operations, which the rubric caps at 3 for workflow clarity.

Suggestions

Add an explicit validation checkpoint in Phase 3 before destructive deletes — e.g., 'After identifying DELETE targets, re-confirm each contains credentials/noise before calling memory_delete, and re-scan with memory_search to verify none were missed.'

Insert a validate->fix->retry loop for the merge step — e.g., after `memory_update`, call `memory_get` to confirm the merged text is self-contained and under 50 words before deleting the redundant entries.

Trim the opening framing sentences ('Think of this as compressing raw observations...') and consolidate the duplicated voice/temporal-anchor guidance between Phase 3c and Quality Targets to tighten token efficiency.

DimensionReasoningScore

Conciseness

Mostly efficient with concise tool docs and specific rules, but the opening framing ('Think of this as compressing raw observations into clean, durable knowledge') and a few redundant phrasings could be trimmed.

4 / 5

Actionability

Provides fully executable guidance: named tool calls with required parameters, a priority order, concrete rewrite examples ('User prefers Python for backend development'), and explicit word/category rules.

5 / 5

Workflow Clarity

Four phases are clearly sequenced with a final Quality Targets checklist, but this is a destructive/batch operation (bulk delete, `all: confirm: true`) lacking an explicit validate-then-retry feedback loop, which caps the score per the rubric.

3 / 5

Progressive Disclosure

Well-organized with clear phase and section headers in a self-contained single file (no bundle files present); the inline tool-reference block is sizable but appropriate for a protocol that needs exact tool signatures.

4 / 5

Total

16

/

20

Passed

Description

92%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.

The description is specific, complete, and clearly distinct, with concrete actions and an explicit 'Use when...' trigger clause. Its only minor gap is trigger-term synonym coverage.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Reviews all stored memories, merges duplicates, removes noise and credentials, rewrites unclear entries, and enforces TTL expiration' — with comprehensive coverage of the consolidation task.

5 / 5

Completeness

Explicitly answers both 'what' (the consolidation actions) and 'when' ('Use when the user asks to clean up, consolidate, or review their memories') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural user phrasings ('clean up, consolidate, or review their memories') but misses common synonyms like 'organize', 'tidy', or 'audit', so it falls just short of comprehensive keyword coverage.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (memory consolidation) with distinct triggers unlikely to overlap with other skills.

5 / 5

Total

19

/

20

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

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.