Автоматическая сортировка файлов на рабочем столе

★ 7.2 · vibe-coding

tidymydesktop is a Claude Code skill that automatically organizes the desktop or any specified directory on command. It uses two Node.js scripts — scan.js to inventory all files and organize.js to execute the plan — sorting items into structured categories: Applications (with subfolders for Development, Design, Office, Communication, and more), Documents, Images, Videos, Audio, Archives, CodeProjects, and Uncategorized. Duplicate software versions are detected and removed using semver comparison, while unknown apps are researched via web search through classify.js and flagged for manual review if their purpose remains unclear. Every run starts in dry-run mode, showing the full reorganization plan before any files are touched, and all deletions require explicit user confirmation. A detailed Markdown report is saved to the target folder upon completion.