CtrlK
BlogDocsLog inGet started
Tessl Logo

memory-navigation

记忆系统三入口路由(search_evidence / graph_resolve / list_recent)决策树 + 噪音控制 + 加载时机。F188 Phase F (AC-F6) 配套 skill。 Use when: 没先验、压缩后回顾、"我记得最近讨论过 X"、search_evidence 反复 low-hit。 Not for: 已有精确 anchor 直接 Read;代码符号查 Grep/LSP。 Output: 选定入口 + 噪音控制参数 + 进入对应 MCP 工具。

76

Quality

96%

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

92%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 concise, highly actionable routing skill with a clear decision tree and concrete MCP parameters. Its main weakness is progressive disclosure: it cites a partial reference file that is not bundled and keeps all detail inline.

Suggestions

Resolve the dangling reference: either bundle cat-cafe-skills/refs/memory-routing-partial.md under references/ and link to it one level deep, or remove the 'single source of truth' pointer to avoid a dead path.

Move the 7-tool cross-reference list and detailed noise-control tables into a separate reference file, keeping SKILL.md as a concise overview that links out.

Formalize the low-hit feedback loop as an explicit validate/retry checklist (e.g., 'after search_evidence low-hit → switch to graph_resolve or list_recent') rather than a prose nudge.

DimensionReasoningScore

Conciseness

Lean and dense — assumes Claude knows the tools, with no padding explaining what search_evidence or graph_resolve are; internal refs (F186, ADR-019, KD-7) are terse tags rather than verbose prose.

3 / 3

Actionability

Decision tree yields exact, copy-paste-ready MCP calls with concrete parameters (graph_resolve(anchor, depth=1), search_evidence(query, mode='hybrid'), list_recent(scope='all', since='7d')) and specific noise-control values.

3 / 3

Workflow Clarity

Clear sequenced branch tree with terminal actions and a low-hit feedback nudge (KD-7) plus retry discipline in '关键纪律'; no destructive/batch ops so the strict validation cap does not apply.

3 / 3

Progressive Disclosure

Sections are well organized, but no bundle files exist and the declared 'single source of truth' (cat-cafe-skills/refs/memory-routing-partial.md) is a dangling external path while all detail stays inline — content that could be split remains in one monolithic file.

2 / 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 tight, specific description that covers concrete actions, natural trigger terms, both what/when, and clear conflict boundaries via a Not-for clause. Third-person voice is maintained throughout.

DimensionReasoningScore

Specificity

Names three concrete entry points (search_evidence / graph_resolve / list_recent) plus decision tree, noise control, and load timing — multiple specific concrete actions rather than vague language.

3 / 3

Completeness

Explicitly answers what (three-entry routing + noise control + load timing), when (Use when clause), and even not-for and output — both what and when are clearly present.

3 / 3

Trigger Term Quality

Includes natural phrases a user would actually say — '没先验', '压缩后回顾', '我记得最近讨论过 X', '扫一眼最近' — giving good coverage of natural trigger terms.

3 / 3

Distinctiveness Conflict Risk

Clear niche (memory-system routing among three specific MCP entry points) with an explicit 'Not for' clause disambiguating from Read/Grep/LSP, making wrong-skill triggering unlikely.

3 / 3

Total

12

/

12

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
zts212653/clowder-ai
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.