file_organization
SKILL.md
File Organization Skill
This skill provides file analysis, manipulation, and organization:
- Duplicate detection: Find and organize files with identical content
- File merging: Combine multiple small files into one
- File splitting: Split large files into smaller equal-sized parts
- Pattern matching: Find files containing specific substrings
- Text transformation: Convert files to uppercase and count words
- Size classification: Organize files by size thresholds
- Time classification: Organize files by creation time
1. Duplicate File Detection
Scans all files in a directory, identifies files with duplicate content, and moves them to a separate subdirectory.