CtrlK
BlogDocsLog inGet started
Tessl Logo

export

Exports all project memories to a portable Markdown file for backup or migration. Use when backing up memories, migrating to another project, sharing memory state with teammates, or archiving before cleanup.

72

Quality

88%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

90%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 skill body is an efficient, fully executable single-purpose workflow with concrete code blocks and clear sequencing. Its only weakness is a modest validation gap after batch pagination.

Suggestions

Add an explicit verification checkpoint after pagination (e.g., confirm the cumulative memory count equals the sum of page sizes before writing) to strengthen workflow_clarity for this batch operation.

Consider noting the expected maximum memory count or a sanity bound so the summary's <N> can be cross-checked against the retrieved total.

DimensionReasoningScore

Conciseness

The body is lean and operational with no padding or explanation of concepts Claude already knows; every line (filters, page_size, YAML template, filename pattern) earns its place.

5 / 5

Actionability

Provides copy-paste-ready guidance: exact filter dict, page_size, a complete YAML-frontmatter block format, filename pattern, and summary/error templates.

5 / 5

Workflow Clarity

A clearly sequenced 5-step workflow with a summary checkpoint and explicit error handling for zero-memory and write-failure cases; minor gap is the lack of an explicit verify step confirming the retrieved total against expectations after pagination.

4 / 5

Progressive Disclosure

Well-organized into Execution steps and Error Handling sections with no nested references and no content that belongs in a separate file, though the body slightly exceeds the under-50-line simple-skill threshold.

4 / 5

Total

18

/

20

Passed

Description

87%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 strong: it states a concrete capability and provides explicit, natural trigger guidance covering several real use cases. It is distinct from sibling skills and free of vague fluff.

DimensionReasoningScore

Specificity

Quotes a concrete action ("Exports all project memories to a portable Markdown file") with a specific output format, but the capability set is narrow (a single export action) so it stops short of comprehensive multi-action coverage.

4 / 5

Completeness

Clearly states the "what" (exports all memories to portable Markdown) and an explicit "Use when..." clause listing multiple concrete trigger scenarios.

5 / 5

Trigger Term Quality

Natural trigger phrases ("backing up memories", "migrating to another project", "sharing memory state", "archiving before cleanup") match what users would say, though synonym/file-extension variants are absent.

4 / 5

Distinctiveness Conflict Risk

Targets a distinct niche (project memory export) with triggers specific to backup/migration/archiving, giving it minimal overlap with other skills.

5 / 5

Total

18

/

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.