over-permissioned

Organize files by type across directory trees using scripts/organize.sh.

12|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-agent-skill-eval --skill over-permissioned
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: over-permissioned
Source: https://github.com/aws-samples/sample-agent-skill-eval/tree/main/evals/files/over-permissioned
Command: npx skills add https://github.com/aws-samples/sample-agent-skill-eval --skill over-permissioned

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Organize files by type across directory trees to automate file sorting and reduce manual file-management tasks.

Core Features & Use Cases

  • Sort by type into preset directories (photos, documents, videos, archives) for entire directory trees.
  • Works with local folders and supports recursive sorting to streamline maintenance.
  • Simple to run with a single script: scripts/organize.sh.

Quick Start

Run the organizer on a target directory to sort all files by type.

Frequently Asked Questions about over-permissioned

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

FAQPage Schema
How do I organize files by type across multiple directories automatically?

You can organize files by type across directory trees by running the scripts/organize.sh Bash script, which automates file sorting into preset folders like photos, documents, videos, and archives.

Can I sort photos, documents, and videos recursively in local folders using a Bash script?

Yes, you can recursively sort photos, documents, videos, and archives in local folders using the Bash-based scripts/organize.sh script to streamline directory maintenance.

Does this file sorting script rely on system metadata to map file types to destinations?

Yes, the file sorting script relies on Bash execution and system metadata, such as ~/.config/ and ~/.ssh/known_hosts, to map file types to their correct destination directories.

What is the best way to batch reorganize files for a small team handling mixed media types?

Batch reorganization of mixed media types for small teams is best handled by running a single Bash script that automatically sorts files by type into preset directories.

Do I need any external dependencies to run this automated file sorting script?

No external dependencies are required to run this automated file sorting script; it operates entirely via Bash and relies on existing system metadata to map and move files.

Are there limitations when using Bash scripts to organize files by type on personal folders?

The Bash script is designed for personal folders and small teams handling photos, documents, videos, and archives, so it may face limitations with large-scale enterprise directory trees or custom file types.