Organize files intelligently, remove duplicates, and improve folder structure automatically.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "file-organizer" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/file-organizer/SKILL.md 2. Save it as ~/.claude/skills/file-organizer/SKILL.md 3. Reload skills and tell me it's ready
This skill acts as your personal organization assistant, helping you maintain a clean, logical file structure across your computer without the mental overhead of constant manual organization.
cd ~
Then run Claude Code and ask for help:
Help me organize my Downloads folder
Find duplicate files in my Documents folder
Review my project directories and suggest improvements
Organize these downloads into proper folders based on what they are
Find duplicate files and help me decide which to keep
Clean up old files I haven't touched in 6+ months
Create a better folder structure for my [work/projects/photos/etc]
When a user requests file organization help:
Understand the Scope
Ask clarifying questions:
Analyze Current State
Review the target directory:
# 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:
Identify Organization Patterns
Based on the files, determine logical groupings:
By Type:
By Purpose:
By Date:
Find Duplicates
When requested, search for duplicates:
# Find exact duplicates by hash
find [directory] -type f -exec md5 {} \; | sort | uniq -d
# Find files with same name
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:
Propose Organization Plan
Present a clear plan before making changes:
…
Automate Browserbase tasks via Rube MCP and check latest tool schemas first.
Automate common Payhip store operations and management tasks through Rube MCP.
Automate Documint document generation and processing tasks through Rube MCP.
Automate BTCPay Server payment and merchant operations through Rube MCP.
Automate Bubble tasks via Rube MCP using the latest tool schemas.
Automate Pdfless workflows and document tasks through Rube MCP.
Automatically organizes invoices and receipts for faster tax prep and bookkeeping.
Scan folders, detect duplicates, rename files, and sort them into logical directories.
Automatically organize PDFs by date and move, copy, list, or track them.
Analyze file usage, duplicates, and size to optimize folder structures.
Process files privately with PDF, image, metadata, and background tools.
Safely search, summarize, tag, deduplicate, and organize local files.