CtrlK
BlogDocsLog inGet started
Tessl Logo

search

Search memories from earlier Antigravity sessions in this repository. Use it when earlier work may already explain the code, error, decision, or command you need, so you can avoid repeating file reads, searches, or experiments.

67

Quality

81%

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

The canonical home for this skill is search in mem0ai/mem0

SKILL.md
Quality
Evals
Security

Quality

Content

85%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 content is a lean, actionable instruction for a single tool call, scoring well across all dimensions with no wasted tokens or missing validation. The only improvement space is adding a one-line example of the tool call with arguments.

DimensionReasoningScore

Conciseness

The body is efficient and assumes Claude's competence, naming the tool and each argument's default in tight sentences; the one mild over-explanation ("a category is a best-effort label Mem0 assigned...") is justifiable as it supports the retry advice, leaving only minor trim opportunities.

4 / 5

Actionability

Gives concrete, executable guidance — "Call `search_memories` with the user's question" plus per-argument handling (omit top_k, scope variants, run_id filtering) — but stops short of an example call syntax, leaving a minor gap.

4 / 5

Workflow Clarity

A simple single-task skill whose single action (call search_memories, route flags as tool args) is unambiguous; the operation is read-only so no validation checkpoint is required, satisfying the simple-skill exception.

5 / 5

Progressive Disclosure

Under 50 lines with no external references needed and no bundle files present; the single titled section is well-organized for a simple skill, meeting the simple-skill exception for progressive disclosure.

5 / 5

Total

18

/

20

Passed

Description

77%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 on completeness and distinctiveness, clearly stating both what the skill does and when to use it with concrete triggers. Its main weakness is the singular action framing and the second-person "Use it when..." voice, which caps specificity.

Suggestions

Rewrite in third person (e.g., "Searches memories... Use when earlier work...") to avoid the second-person specificity penalty.

Lead with the concrete actions the skill performs rather than a single verb to lift specificity above anchor 3.

DimensionReasoningScore

Specificity

Names the domain ("Search memories from earlier Antigravity sessions") and enumerates searchable objects ("code, error, decision, or command"), but the action itself is singular rather than a list of distinct actions; without the second-person penalty this lands at anchor 3, reduced by 1 for the imperative "Use it when..." second-person voice.

2 / 5

Completeness

Explicitly answers both what ("Search memories from earlier Antigravity sessions in this repository") and when ("Use it when earlier work may already explain the code, error, decision, or command you need") with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural user-facing terms like "earlier work", "code", "error", "decision", "command", and "file reads, searches, or experiments", giving good keyword coverage, though common synonyms such as "previous session", "history", or "remember" are absent.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (searching memories from earlier Antigravity sessions in this repository) with distinct triggers and minimal overlap risk against general search skills.

5 / 5

Total

16

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

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.