CtrlK
BlogDocsLog inGet started
Tessl Logo

knowledge-graph

Three-Layer Memory System — automatic fact extraction, entity-based knowledge graph, and weekly synthesis. Manages life/areas/ entities with atomic facts and living summaries.

64

Quality

77%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Fix and improve this skill with Tessl

tessl review fix ./clawdbot/knowledge-graph/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

85%

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

The content is concise, concrete, and well-structured with actionable data models and executable setup, performing strongly on actionability and conciseness. The main gap is the absence of explicit validation/feedback checkpoints in the append-based workflows.

Suggestions

Add an explicit dedup/validation step to Fact Extraction, e.g. 'Before appending, check facts.jsonl for an existing identical or superseding fact; skip if present.'

Add a verify checkpoint to Weekly Synthesis, e.g. 'Confirm no active fact contradicts the new summary before overwriting summary.md.'

Consider a one-line note on how to recover from a malformed facts.jsonl entry, giving the batch append a small feedback loop.

DimensionReasoningScore

Conciseness

The body is lean and efficient with tight lists, a compact data-model spec, and minimal prose; it avoids explaining concepts Claude already knows and every section earns its place, matching the 'lean and efficient' anchor.

3 / 3

Actionability

It provides a concrete JSONL data model with a full example object, exact filesystem paths, an executable 'mkdir -p life/areas/...' setup command, and specific step-by-step workflows — concrete and copy-paste ready.

3 / 3

Workflow Clarity

The three workflows are clearly sequenced, but fact extraction and weekly synthesis are append/batch write operations with no explicit validation checkpoint (e.g. checking for duplicates before appending or verifying JSON), which caps workflow clarity at 2 per the rubric's batch-operations guidance.

2 / 3

Progressive Disclosure

The file is a single self-contained, well-organized document with clear sections and no nested or external references, which suits this self-contained skill and meets the well-organized-sections bar for progressive disclosure.

3 / 3

Total

11

/

12

Passed

Description

70%

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 specific and action-oriented about what the skill does, but lacks explicit 'when to use' trigger guidance and leans on domain jargon rather than natural user phrasing. Adding a 'Use when...' clause with everyday trigger terms would raise completeness and trigger-term quality.

Suggestions

Append an explicit trigger clause, e.g. 'Use when the user mentions tracking people/companies/projects, asks what you know about an entity, or wants to recall prior context.'

Add natural-language keywords users would actually say (e.g. 'remember this', 'what do we know about', 'people and projects') alongside the technical terms.

Sharpen distinctiveness by naming the workspace entity store explicitly so it is less likely to collide with general memory skills.

DimensionReasoningScore

Specificity

Names several concrete actions — 'automatic fact extraction, entity-based knowledge graph, and weekly synthesis' and 'Manages life/areas/ entities with atomic facts and living summaries' — matching the anchor that lists multiple specific concrete actions.

3 / 3

Completeness

The description clearly states what the skill does but contains no 'Use when...' clause or equivalent explicit trigger guidance, so 'when' is only implied — capping completeness at 2 per the rubric guideline.

2 / 3

Trigger Term Quality

Terms like 'fact extraction', 'knowledge graph', and 'weekly synthesis' are domain-internal phrasing rather than phrases a user would naturally say, so coverage of natural keywords is partial; it is not the bare-technical-jargon level (1) but lacks common variations.

2 / 3

Distinctiveness Conflict Risk

It has a clear niche (a workspace entity memory graph) but the 'memory'/'knowledge graph' framing could overlap with general memory skills, and natural-language triggers are weak, so it is somewhat specific rather than a clean distinct niche.

2 / 3

Total

9

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
jdrhyne/agent-skills
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.