Garbage Cleanup Master
Paste the following prompt into your AI chat to install this skill:
Please install @user_ab5ae6ee/unclecheng-garbage-cleanup-master according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Disk cleanup can easily delete project files, caches, or installers, while raw deletion lacks an auditable review step. Garbage Cleanup Master splits the task into scan, review, and execution: it asks for a target path and thresholds, then checks files older than 180 days and larger than 100MB by default. It writes a desktop trash list, 垃圾桶.md, with precise Windows absolute paths, grouped by project and use case, and only runs deletion after explicit user confirmation.
Core Workflow
- Safe defaults: no automatic deletion, Recycle Bin by default, stop on errors, and
--dry-runpreview support. - Editable review: generate
垃圾桶.md; users can remove lines or exclude keywords such ashfishandWPS. - Readable grouping: old files are grouped by project, large files by installer, test cache, or media cache, while system files are listed under an exclusion section.
Boundaries
This skill is best for Windows user directories, project folders, or specified local paths, not production servers. Cleanup decisions still depend on manual review, especially for databases, exported data, and test-environment caches.
Use Cases
- A Windows user has an accumulated home folder with old projects, installers, and caches, and needs a reviewable cleanup list before deletion.
- A dev machine contains multiple test directories and large files, and the goal is to group sizes by project while excluding specified keywords.
- Desktop junk and temporary caches need safe cleanup that defaults to the Recycle Bin and supports fail-fast stops and dry-run previews.
- Before cleanup, a desktop Markdown checklist is needed so unwanted paths can be removed line by line before confirmation.
Best For
- Engineers maintaining a personal Windows PC who want to clean old files and large caches from their home directory without accidental deletion.
- Developers managing project directories who need to review old files and test caches grouped by project.
- Ops staff handling endpoint cleanup who need an auditable trash list and Recycle Bin defaults.
- Data analysts cleaning local data who want keyword exclusions and fail-fast deletion behavior.
Related Skills
Creates themed learning sites by generating flashcards, lessons, quizzes, index, and progress pages into a deployable website.
End-to-end mathematical optimization modeling with Gurobi and Python, covering data validation, code generation, solving, result analysis, and iterative revision.
Executes an Eversheet Web CDP login using externally supplied baseUrl, username, and password, then verifies the page reaches a logged-in home state.
Clarify product goals, user flows, pages, data, and permissions, then output an implementation-ready development prompt and lightweight spec.