CtrlK
BlogDocsLog inGet started
Tessl Logo

forget

Delete specific observations from agentmemory after showing them and getting explicit confirmation. Use when the user says "forget this", "delete memory", "remove that note", or wants to scrub specific data for privacy.

76

Quality

95%

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

96%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 a tight, executable, destructive-operation skill with explicit validation checkpoints and a confirming checklist. Its only weakness is a troubleshooting reference whose target file does not exist in the bundle.

Suggestions

Verify or inline the troubleshooting guidance: the body references '../_shared/TROUBLESHOOTING.md', but no such file ships with the skill, so the pointer may dead-end.

Consider showing the exact confirmation prompt format and the delete-by-session memory-id collection as a short inline example, since it is the most error-prone path.

DimensionReasoningScore

Conciseness

Lean and efficient throughout — no concept explanations Claude already knows, every section (Quick start, Why, Workflow, Anti-patterns, Checklist) earns its place.

5 / 5

Actionability

Fully executable MCP calls with concrete parameters ('memory_smart_search { "query": …, "limit": 20 }', 'memory_governance_delete { "memoryIds": […], "reason": … }') plus expected output, covering the common cases.

5 / 5

Workflow Clarity

A numbered destructive-operation workflow with an explicit confirmation checkpoint ('Ask for explicit confirmation. Do not proceed on silence…') and a feedback loop ('A count of 0 means the ids did not exist; say so…'), reinforced by a checklist.

5 / 5

Progressive Disclosure

Well-organized sections and clear navigation, but the 'See ../_shared/TROUBLESHOOTING.md' reference points to a file that is not present in the skill bundle, a minor broken-link gap.

4 / 5

Total

19

/

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 states concrete capabilities and gives explicit trigger guidance with natural user phrases. It cleanly answers both what and when with minimal conflict risk.

DimensionReasoningScore

Specificity

Names the domain and concrete actions ('Delete specific observations', 'showing them and getting explicit confirmation'), with only minor gaps in coverage compared to the multi-action 5 anchor.

4 / 5

Completeness

Explicitly answers both what ('Delete specific observations…after showing them and getting explicit confirmation') and when ('Use when the user says…') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Comprehensive natural trigger phrases quoted directly — 'forget this', 'delete memory', 'remove that note', and 'scrub specific data for privacy' — covering synonyms users would actually say.

5 / 5

Distinctiveness Conflict Risk

A clear niche (memory deletion as the undo of 'remember') with distinct, specific triggers and minimal overlap with other skills.

5 / 5

Total

19

/

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
rohitg00/agentmemory
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.