file-organizer

Organize local files with batch renaming, archiving, deduplication, and disk-space analysis.

171|4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/ntygod/ZhiWei --skill file-organizer-ntygod
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: file-organizer
Source: https://github.com/ntygod/ZhiWei/tree/main/src/main/resources/skills/file-organizer
Command: npx skills add https://github.com/ntygod/ZhiWei --skill file-organizer-ntygod

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

当用户需要整理海量文件、批量重命名、按类型/日期/项目归档、清理重复文件或分析磁盘空间时,该 Skill 提供一个自包含的解决方案,确保安全、可回溯的操作。

Core Features & Use Cases

  • 批量重命名与归档:按规则批量修改文件名并生成映射记录,方便回溯。
  • 按类型/日期/项目归档:将文件整理到结构化目录,便于快速检索与管理。
  • 重复文件检测与清理:通过哈希/大小筛选发现重复项,并可在预览后执行移动到回收/目标目录。
  • 磁盘空间分析与清理建议:识别大文件与高占用目录,给出清理策略。

Quick Start

在目标目录执行文件整理前,先查看预览并确认再应用改动。

Frequently Asked Questions about file-organizer

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

FAQPage Schema
How do I batch rename and organize files by type or date?▼

Batch rename and organize files by type or date by applying structured directory rules to a local path. The process generates mapping records during bulk renaming to ensure every modification remains traceable.

What is the safest way to clean up duplicate files on my disk?▼

Cleaning up duplicate files safely involves hashing and size filtering to identify matches, then previewing the proposed moves before execution. This non-destructive preview ensures no data is lost during deduplication.

How can I analyze disk space to find large files and high-usage directories?▼

Analyze disk space by auditing large files and high-occupancy directories to identify what consumes the most storage. The skill provides cleanup strategies based on the space analysis results.

Can I preview file organization changes before they are applied?▼

You can preview file organization changes before execution because the skill enforces a non-destructive validation step. You review bulk renaming and archiving actions and confirm them before any modifications occur.

Does file deduplication work for large project collections?▼

File deduplication works for large project collections by scanning directories and matching file hashes. It handles space auditing and duplicate cleanup for extensive file sets by moving duplicates to a target directory after preview.