file-organizer

Organizes files and folders by detecting duplicates and proposing directory structures.

Updated Aug 12, 2026
One-click install
npx skills add https://github.com/Barbaros911/As-mine --skill file-organizer-barbaros911
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: file-organizer
Source: https://github.com/Barbaros911/As-mine/tree/main/.claude/skills/file-organizer
Command: npx skills add https://github.com/Barbaros911/As-mine --skill file-organizer-barbaros911

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Messy Downloads folders, scattered files, duplicate copies wasting disk space, and inconsistent folder structures make it hard to find anything. This Skill analyzes a directory, proposes a logical structure, and executes the cleanup with your approval. ## Core Features & Use Cases - Directory Analysis: Scans target folders to summarize file counts, types, sizes, and date ranges using standard shell commands like find, du, and md5. - Duplicate Detection: Finds exact duplicates by hash, same-name files, and similar-sized files, then recommends which copy to keep. - Guided Reorganization: Proposes a folder plan (by type, purpose, or date), asks for confirmation, then moves and renames files with logged changes. - Use Case: Point it at a Downloads folder with 500+ files and get a proposed structure (Work, Personal, Installers, Archive) plus a step-by-step move plan before anything changes. ## Quick Start Ask the assistant to organize your Downloads folder by sorting files into proper folders and finding duplicates.

Frequently Asked Questions about file-organizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize a messy Downloads folder automatically?▼

The Skill scans the folder with commands like ls, find, and du to summarize file types and sizes, then proposes a structure grouped by type or purpose. After you approve the plan, it creates folders and moves files with logged changes.

How to find duplicate files on my computer?▼

Duplicate detection uses md5 hashing to find exact copies, plus name and size comparisons for near-duplicates. Each duplicate set is shown with paths, sizes, and dates, and a recommendation on which copy to keep.

Does file organization delete files without asking?▼

No. The Skill always asks for confirmation before deleting anything and presents a full organization plan for approval before moving files. All moves are logged so changes can be reviewed or undone.

Can I organize photos by date taken?▼

Yes. The Skill can build a year and month folder hierarchy and sort photos using EXIF data or file modification dates. Unsorted or ambiguous files are placed in a separate folder for your review.

What are the limitations of automated file organization?▼

The Skill relies on file names, types, and metadata, so ambiguous files may need manual decisions. It stops and asks when it encounters unexpected situations rather than guessing, and very large directories may require scoped, folder-by-folder passes.