CtrlK
BlogDocsLog inGet started
Tessl Logo

file-organizer

6. Reduces Clutter: Identifies old files you probably don't need anymore

44

Quality

46%

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

Fix and improve this skill with Tessl

tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills-claude/skills/file-organizer/SKILL.md

The canonical home for this skill is file-organizer in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

67%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 well-structured, largely actionable guide with a clear gated workflow that properly confirms before destructive file operations. Its main weaknesses are length/redundancy (the 'When to Use' section duplicates the description's job) and template placeholders that prevent the commands from being fully copy-paste ready.

Suggestions

Tighten or remove the 'When to Use This Skill' bullet list — trigger guidance belongs in the description, not duplicated in the body — to recover token budget.

Replace placeholder-only template lines (e.g. `[custom command for their setup]`, `[X]`, `[Y]`) with at least one concrete filled-in example so the summary block is executable as written.

Fix the duplicate-detection one-liner: `find ... -exec md5 {} \; | sort | uniq -d` compares whole 'hash filename' lines, so duplicates are rarely flagged — show a correct form (e.g. hash-only via `md5 -q` / `md5sum` then group) to avoid giving Claude a broken command.

DimensionReasoningScore

Conciseness

The body is mostly practical (commands, templates, lists) but runs ~250 lines with redundant framing — the 'When to Use This Skill' bullet list re-states triggers the description should carry, and several markdown template blocks could be trimmed — fitting 'mostly efficient but includes some unnecessary explanation or could be tightened' rather than the lean anchor above.

3 / 5

Actionability

It supplies concrete, mostly executable bash commands (ls, find, du, md5, mkdir, mv) and ready-to-use plan/summary templates, with only minor gaps — placeholder tokens like [target_directory], [custom command], and [X]/[Y] keep it just short of fully copy-paste ready.

4 / 5

Workflow Clarity

A clear seven-step sequence (scope → analyze → patterns → duplicates → propose plan → execute → summary) carries explicit validation checkpoints — 'Always ask for confirmation before deleting', 'Ready to proceed? (yes/no/modify)', 'Stop and ask if you encounter unexpected situations' — satisfying the destructive-operation feedback requirement, though undo/logging is described rather than scripted.

4 / 5

Progressive Disclosure

No bundle files exist (references/, scripts/, assets/ are absent), and the single SKILL.md is well-organized into clearly headed sections (When to Use, What This Skill Does, Instructions, Best Practices); at ~250 lines some templates/commands could be split into reference files, which keeps it just below the ideal one-level-deep structure.

4 / 5

Total

15

/

20

Passed

Description

25%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.

The description is malformed — it is a numbered list fragment ("6. Reduces Clutter:...") lifted from the body rather than a standalone summary, capturing only one of the skill's six functions and omitting any use-when trigger guidance. It is vague, narrow, and indistinct from generic cleanup utilities.

Suggestions

Rewrite the description as a standalone third-person summary covering the skill's full scope (analyze structure, find duplicates, propose and execute organization plans), e.g. "Organizes cluttered directories by analyzing structure, finding duplicates, and proposing folder layouts with approval-gated moves. Use when a user's Downloads/Documents folder is messy, files are scattered, or duplicates need cleanup."

Add an explicit 'Use when...' trigger clause with natural user phrasings ('messy folder', 'scattered files', 'find duplicates', 'organize Downloads') to raise completeness and trigger-term quality.

Remove the stray "6." numbering prefix and the colon-heading format so the description reads as a continuous capability statement rather than a list item.

DimensionReasoningScore

Specificity

The description only names one narrow action — "Identifies old files you probably don't need anymore" — covering a single sub-capability of an otherwise multi-function file organizer, matching the 'names the domain but actions are minimal or generic' anchor rather than the multi-action anchor above.

2 / 5

Completeness

It gives a vague, partial 'what' (one of six capabilities, prefixed by a stray "6." artifact) and entirely lacks any 'when' / use-when clause, matching 'has a vague what and no when'; the missing trigger guidance also caps it below the midpoint.

2 / 5

Trigger Term Quality

It offers only two generic keywords ("old files", "clutter") with no synonyms, file extensions, or natural user phrasings, fitting 'one or two generic keywords; missing the natural phrases users say'.

2 / 5

Distinctiveness Conflict Risk

"Identifies old files you probably don't need" is broad and overlaps heavily with disk-cleanup, archiving, and general file-management skills, fitting 'very broad; high overlap risk with many similar skills'.

2 / 5

Total

8

/

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
administrakt0r/AI-Agents-Safe-Coding-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.