Back to Skills
    🦞

    file-organizer

    Automatically organize files in a specified directory by moving

    By @lkz4203
    View on GitHub
    SKILL.md
    ---
    name: file_organizer
    description: Automatically organize files in a specified directory by moving them into subfolders based on their file extensions. Use for cleaning up messy folders like Downloads or Desktop.
    ---
    
    # File Organizer
    
    Keep your directories tidy.
    
    ## Usage
    Run `scripts/organize.ps1` with the target path.
    Example: `powershell.exe -File scripts/organize.ps1 C:\Users\L\Downloads`