CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-memory-mcp

A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).

61

Quality

52%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Critical

Do not install without reviewing

Optimize this skill with Tessl

npx tessl skill review --optimize ./.agent/skills/agent-memory-mcp/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

17%

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 identifies a domain (memory/knowledge management) but fails to provide concrete actions or usage triggers. It reads more like a product tagline than actionable guidance for skill selection. The technical framing ('hybrid memory system', 'AI agents') obscures rather than clarifies when Claude should use this skill.

Suggestions

Add a 'Use when...' clause with natural trigger terms like 'remember this', 'store for later', 'recall previous decisions', 'look up architecture patterns'

Replace abstract language with concrete actions: 'Store and retrieve architecture decisions, design patterns, and project knowledge' instead of 'provides persistent, searchable knowledge management'

Include natural user phrases that would trigger this skill: 'save this decision', 'what did we decide about X', 'document this pattern'

DimensionReasoningScore

Specificity

Names the domain ('hybrid memory system', 'knowledge management') and mentions some capabilities ('persistent, searchable') but lacks concrete actions. The parenthetical '(Architecture, Patterns, Decisions)' hints at content types but doesn't describe what actions can be performed.

2 / 3

Completeness

Partially answers 'what' (knowledge management) but completely missing 'when' - no 'Use when...' clause or explicit trigger guidance. Users cannot determine when this skill should be selected.

1 / 3

Trigger Term Quality

Uses technical jargon ('hybrid memory system', 'AI agents') that users wouldn't naturally say. Missing natural trigger terms like 'remember', 'store', 'recall', 'notes', 'save information', or 'look up'.

1 / 3

Distinctiveness Conflict Risk

'Knowledge management' and 'memory system' are somewhat specific to a niche, but could overlap with note-taking, documentation, or database skills. The parenthetical categories help narrow scope but aren't definitive.

2 / 3

Total

6

/

12

Passed

Implementation

87%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a well-structured skill with excellent conciseness and actionability. The setup instructions are clear and executable, and the progressive disclosure pattern effectively delegates detailed tool documentation to sub-skills. The main weakness is the lack of validation steps to confirm successful server startup.

Suggestions

Add a validation step after 'Start the MCP Server' to verify the server is running (e.g., expected output, health check command, or how to confirm connection)

Include brief troubleshooting guidance for common setup failures (e.g., port conflicts, missing Node.js version)

DimensionReasoningScore

Conciseness

The content is lean and efficient, providing only necessary setup steps and tool references without explaining concepts Claude already knows. No padding or unnecessary context.

3 / 3

Actionability

Provides fully executable bash commands for cloning, installing, compiling, and starting the server. Commands are copy-paste ready with clear examples including variable substitution.

3 / 3

Workflow Clarity

Setup steps are clearly sequenced (clone → install → compile → start), but lacks validation checkpoints. No verification that the server started successfully or troubleshooting guidance if steps fail.

2 / 3

Progressive Disclosure

Excellent structure with a concise overview and clear one-level-deep references to sub-skills for each capability. The four MCP tools are appropriately linked to separate detailed files.

3 / 3

Total

11

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
Dokhacgiakhoa/antigravity-ide
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.