CtrlK
BlogDocsLog inGet started
Tessl Logo

list-projects

Lists all projects with stored memories for the current user, showing memory counts and last activity dates. Use when checking which projects have memories, comparing memory distribution across repos, or finding a specific project scope.

76

Quality

93%

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

87%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 tight, actionable workflow with exact API calls and output templates. The only gap is the absence of an explicit error-recovery loop and handling for the pagination cap, which leaves workflow clarity just short of full marks.

Suggestions

Add an explicit feedback/checkpoint for the pagination cap, e.g. note what to do when 1000 memories are reached (truncation warning or continue-paging guidance).

Include a brief error-recovery step for failed get_memories calls (retry/merge handling) to close the workflow-clarity gap.

Optionally add a one-line verification that the merged, deduplicated result is internally consistent before display.

DimensionReasoningScore

Conciseness

The body is lean: exact filter calls, a terse display template, and an empty-state string, with every token earning its place and no explaining of concepts Claude already knows.

3 / 3

Actionability

It provides copy-paste-ready filter syntax (e.g. filters={"AND": [{"user_id": ...}]} with page_size=200), a four-rule project-resolution fallback, and an exact output template — fully executable guidance.

3 / 3

Workflow Clarity

Steps 1–4 are clearly sequenced with checkpoints (parallel fetch, pagination, dedup by id, empty-state fallback), but there is no explicit error-recovery feedback loop and the 1000-memory pagination cap lacks a truncation/verification note.

2 / 3

Progressive Disclosure

A single self-contained ~55-line file with no need for external references, organized into clear Execution/Step sections — appropriate for a skill this size with no bundle files.

3 / 3

Total

11

/

12

Passed

Description

100%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 textbook description: third-person voice, concrete capabilities, and an explicit "Use when" clause with natural trigger phrases. It cleanly answers what the skill does and when to invoke it.

DimensionReasoningScore

Specificity

"Lists all projects... showing memory counts and last activity dates" names multiple concrete actions (list projects, show counts, show dates), matching the anchor for listing several specific concrete actions.

3 / 3

Completeness

It clearly answers both what ("Lists all projects with stored memories... showing memory counts and last activity dates") and when ("Use when checking which projects have memories..."), with an explicit trigger clause.

3 / 3

Trigger Term Quality

Triggers like "checking which projects have memories", "comparing memory distribution across repos", and "finding a specific project scope" are natural phrases a user would say, with good coverage of variations.

3 / 3

Distinctiveness Conflict Risk

The mem0 project/memory-scope niche with project-specific triggers is clearly distinguishable and unlikely to fire for unrelated skills.

3 / 3

Total

12

/

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.