file-organization

Analyze directories, detect duplicate files by hash, and organize folders.

7|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/eyadsibai/ltk --skill file-organization-eyadsibai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-organization
Source: https://github.com/eyadsibai/ltk/tree/main/plugins/ltk-product/skills/file-organization
Command: npx skills add https://github.com/eyadsibai/ltk --skill file-organization-eyadsibai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill tackles the chaos of disorganized files and folders, helping you maintain clean structures, find duplicates, and manage your digital space efficiently.

Core Features & Use Cases

  • Directory Analysis: Provides commands to list files, count types, find largest files, and identify recently modified files.
  • Duplicate Detection: Offers methods to find exact duplicates by hash, by name, or by size.
  • Structure Planning: Suggests organizational patterns like sorting by type, purpose, or date.
  • Execution Assistance: Includes commands for creating new directory structures and moving files, including batch operations.
  • Use Case: You have a Downloads folder that has become unmanageable. This Skill can help you analyze its contents, identify duplicate files, and then systematically move files into organized subfolders like 'Documents', 'Images', or 'Archives'.

Quick Start

Use the file-organization skill to find all duplicate PDF files in your Downloads folder.

Frequently Asked Questions about file-organization

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

FAQPage Schema
How do I clean up and organize a messy Downloads folder?

You can organize a messy Downloads folder by analyzing its contents, identifying duplicates by hash or size, and systematically moving files into structured subfolders like Documents or Images.

What is the best way to find and remove duplicate files on my computer?

Finding duplicate files is best handled by calculating file hashes to identify exact matches, or by comparing file names and sizes to systematically remove redundancies and free up digital space.

How do I analyze directory structure and find the largest files?

You can analyze directory structure by running shell commands to list files, count file types, identify the largest files, and locate recently modified files to maintain a clean digital environment.

Can I batch move files into a new folder structure automatically?

Yes, you can batch move files by using shell commands to create new directory structures and relocate files in bulk, sorting them systematically by type, purpose, or date.

Does this file management approach work for project-based file systems?

Yes, this file management approach applies to both personal and project-based file systems, utilizing shell commands for directory analysis and file manipulation to maintain clean digital environments.