CtrlK
BlogDocsLog inGet started
Tessl Logo

cache-cleanup

Clean up old cached plugin versions to free disk space. Use when the user says "clean cache", "cleanup plugins", "prune old versions", "free disk space", "plugin cache", "clear old plugins", or asks about plugin cache size.

76

Quality

95%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

100%

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

This is an excellent skill that demonstrates best practices for destructive operations: dry-run first, report to user, explicit confirmation via a specific tool, then execute. It's concise, fully actionable with executable commands, and has a clear safety-first workflow. The only minor note is that bundle files weren't provided to verify the referenced script path, but the skill content itself is exemplary.

DimensionReasoningScore

Conciseness

Every sentence serves a purpose. No unnecessary explanations of what caching is or how plugins work. The brief context line about Claude Code keeping every version is the minimum needed to justify the skill's existence.

3 / 3

Actionability

Provides exact executable commands with proper path variables, specifies which tool to use for confirmation (AskUserQuestion), and gives clear conditional logic (stop if cache is clean, only delete after confirmation).

3 / 3

Workflow Clarity

Excellent multi-step workflow with a dry-run validation step before any destructive action, an explicit user confirmation gate using a specific tool, and clear conditional branching (stop if nothing to clean). This is a textbook example of a safe destructive-operation workflow.

3 / 3

Progressive Disclosure

For a simple, focused skill under 50 lines with no need for external references, the content is well-organized with clear sections. The skill appropriately keeps everything in one file since there's no complexity warranting separate documents.

3 / 3

Total

12

/

12

Passed

Description

89%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a well-structured description with strong trigger term coverage and clear 'what/when' separation. Its main weakness is that the capability description is somewhat thin — it describes only one action (cleaning up) rather than listing multiple specific operations. Overall it would perform well in skill selection scenarios.

Suggestions

Add more specific concrete actions to the capability portion, e.g., 'Lists cached plugin versions, removes outdated entries, reports freed disk space' to improve specificity.

DimensionReasoningScore

Specificity

The description names the domain (cached plugin versions, disk space) and one action (clean up), but doesn't list multiple specific concrete actions like listing cache size, selecting specific versions, or dry-run previews.

2 / 3

Completeness

Clearly answers both 'what' (clean up old cached plugin versions to free disk space) and 'when' (explicit 'Use when...' clause with multiple trigger phrases).

3 / 3

Trigger Term Quality

Excellent coverage of natural trigger terms including 'clean cache', 'cleanup plugins', 'prune old versions', 'free disk space', 'plugin cache', 'clear old plugins', and 'plugin cache size' — these are phrases users would naturally say.

3 / 3

Distinctiveness Conflict Risk

Very specific niche — plugin cache cleanup is distinct and unlikely to conflict with other skills. The trigger terms are narrowly scoped to cache/plugin cleanup scenarios.

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
seanGSISG/claude-depot
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.