file_organizer

Organize files into extension-based subfolders using a PowerShell script.

375|38|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/CraftOS-dev/CraftBot --skill file-organizer-craftos-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file_organizer
Source: https://github.com/CraftOS-dev/CraftBot/tree/main/skills/file-organizer
Command: npx skills add https://github.com/CraftOS-dev/CraftBot --skill file-organizer-craftos-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the common issue of cluttered directories, such as Downloads or Desktop, by automatically sorting files into organized subfolders based on their types.

Core Features & Use Cases

  • Automated Sorting: Moves files into subdirectories named after their extensions (e.g., .jpg files go into an Images folder, .pdf files into a Documents folder).
  • Directory Cleanup: Ideal for quickly tidying up large, unorganized folders.

Quick Start

Run the file organizer script on your Downloads folder.

Frequently Asked Questions about file_organizer

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

FAQPage Schema
How do I automatically sort files by extension in a cluttered directory?

To automatically sort files by extension, this skill executes a PowerShell script that moves files into categorized subfolders based on their extensions. It is designed to quickly tidy up unorganized locations like your Downloads folder.

What is the best way to clean up a Downloads folder full of mixed file types?

The best way to clean up a Downloads folder with mixed file types is automated directory cleanup. This script moves files into organized subdirectories named after their extensions, such as placing .jpg files into an Images folder.

Do I need PowerShell to organize files into subfolders based on their extensions?

Yes, you need PowerShell to organize files into subfolders with this approach. The skill requires the execution of a PowerShell script to perform the necessary file system operations and move files into categorized directories.

Can I use this file organization script for directories other than Downloads?

Yes, you can use this file organization script for directories other than Downloads. It organizes files within any specified directory by moving them into subfolders categorized by their file extensions to maintain a structured file system.

How does automated file sorting handle files without extensions?

The metadata does not specify how automated file sorting handles files without extensions. It targets files with recognized extensions, moving them into categorized subdirectories to maintain clean and structured file systems.