Install any skill in seconds. Free to start, no credit card required.
Get Started Free →6. Reduces Clutter: Identifies old files you probably don't need anymore
.claude/skills/file-organizer/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-13 | ✗→✓ | ▲ Improved | — | — |
| case-21 | ✓→✓ | = Same ✓ | — | — |
| case-11 | ✓→✓ | = Same ✓ | — | — |
| case-17 | ✓→✓ | = Same ✓ | — | — |
| case-01 | ✗→✗ | = Same ✗ | — | — |
When a user requests file organization help:
Ask clarifying questions:
Review the target directory:
bash # Get overview of current structure ls -la target_directory]
# Check file types and sizes find target_directory] -type f -exec file {} \; | head -20
# Identify largest files du -sh target_directory]/ | sort -rh | head -20
# Count file types find target_directory] -type f | sed 's/.\.//' | sort | uniq -c | sort -rn
Summarize findings:
Based on the files, determine logical groupings:
By Type:
By Purpose:
By Date:
When requested, search for duplicates:
bash # Find exact duplicates by hash find directory] -type f -exec md5 {} \; | sort | uniq -d
# Find files with similar names find directory] -type f -printf '%f\n' | sort | uniq -d
# Find similar-sized files find directory] -type f -printf '%s %p\n' | sort -n
For each set of duplicates:
Present a clear plan before making changes:
markdown # Organization Plan for Directory]
## Current State
## Proposed Structure
Directory]/ ├── Work/ │ ├── Projects/ │ ├── Documents/ │ └── Archive/ ├── Personal/ │ ├── Photos/ │ ├── Documents/ │ └── Media/ └── Downloads/ ├── To-Sort/ └── Archive/
## Changes I'll Make
## Files Needing Your Decision
Ready to proceed? (yes/no/modify)
After approval, organize systematically:
bash # Create folder structure mkdir -p "path/to/new/folders"
# Move files with clear logging mv "old/path/file.pdf" "new/path/file.pdf"
# Rename files with consistent patterns # Example: "YYYY-MM-DD - Description.ext"
Important Rules:
After organizing:
markdown # Organization Complete! ✨
## What Changed
## New Structure
Show the new folder tree]
## Maintenance Tips
To keep this organized:
## Quick Commands for You
# Find files modified this week
find . -type f -mtime -7
# Sort downloads by type
custom command for their setup]
# Find duplicates
custom command]
Want to organize another folder?
User request:
> Organize my Downloads folder into a predictable structure, show the proposed moves first, and avoid deleting files.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-14 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-13 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-21 | pass→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-18 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-19 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-09 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-02 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-12 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-20 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-22 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-15 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-05 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-08 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-07 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-04 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-03 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-06 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-10 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-11 | pass→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-16 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-17 | pass→pass | — | — | — | — | — | — | — | — | — | — | — | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +5 percentage points is the difference between those two pass rates over the 22 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
The publisher has shipped newer versions since this run, so these numbers describe v1, not the version currently listed.
The per-case answers from this run were removed by the retention sweep, so the case table below shows the verdicts without the text either arm produced. The counts above were recorded at the time and are unaffected. Answers are now kept for 180 days.
Other measured skills in the registry, with their headline benchmark lift.