organize-files

Classifies and relocates files by topic within a library.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/enantiomer-h/DotfilePub --skill organize-files-enantiomer-h
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: organize-files
Source: https://github.com/enantiomer-h/DotfilePub/tree/main/claude-code/.claude/skills/organize-files
Command: npx skills add https://github.com/enantiomer-h/DotfilePub --skill organize-files-enantiomer-h

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates topic-based file organization for a Library-style filesystem. It analyzes file contents to classify by topic/domain (not by file type), moves files safely using only mv, keeps projects intact, and logs every operation to support auditing and rollback.

Core Features & Use Cases

  • Topic-based classification across documents, code, PDFs, and media
  • Safe moves with project integrity: never split a project, never delete files, and log backups before moving
  • Logs actions and supports a pre-scan survey to assess directory contents; optional duplicate detection can be invoked

Quick Start

Run the organize-files skill in your target directory to generate a classification plan and begin safe, topic-based organization

Frequently Asked Questions about organize-files

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

FAQPage Schema
How do I organize files by topic instead of file type?

Organize files by topic using AI-driven classification that analyzes contents to route documents, code, PDFs, and media into knowledge, docs, or code archives based on their domain.

How do I automate moving files without breaking project integrity?

Automate file moves with safe-move rules that never split projects, never delete files, and log backups before moving, ensuring your project structure remains fully intact.

What is the best way to classify large collections of documents and code archives?

Classify large collections by running a pre-scan survey to assess directory contents, then apply topic-based classification to route markdown versus non-markdown content to appropriate archives.

Does file organization support rollback and logging for auditing?

File organization supports rollback and auditing by logging every operation and keeping backups of files before moving them, ensuring a safe and traceable relocation process.

Can I detect duplicates when organizing a knowledge library?

You can invoke optional duplicate detection when organizing a knowledge library, which works alongside the classification plan to manage redundant files safely.

What are the limitations of automated file relocation?

Automated file relocation uses only mv operations, meaning it enforces non-overwrites and never deletes files, which may require manual intervention if existing destination files conflict.