windows-disk-cleanup

Solid

Free space on a full Windows drive without losing user data - find what is consuming the system drive, delete only regenerable caches, and relocate the rest to another drive via NTFS junctions or environment variables. Use whenever the user mentions a full or nearly full C drive, low disk space on Windows, a huge AppData folder, "C盘满了", "C盘爆红", "C盘清理", "磁盘空间不足"; wants to move any cache, AppData folder, package cache, or app data directory to another drive (NuGet, npm, pip, Playwright, Cargo, Unreal Engine DDC, Feishu/Lark, Slack, Discord, NVIDIA shader cache, Claude transcripts); asks whether a cache or app folder is safe to delete, or whether deleting it will log them out, lose chat history, or break the app; or asks what is taking up space on their system drive - even if they never say "cleanup". Also use when a Windows disk is near full and apps behave strangely, since a full volume silently corrupts SQLite databases.

AI & Automation 2 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Windows Disk Cleanup & Relocation Recover space on a full Windows system drive **without losing a single piece of user data**, and make the space stay recovered. ## Deleting is the easy half; the space comes back A cleanup that only deletes is undone in about two weeks. Measured on one workstation 13 days after a run: - Deleted-only locations regrew **11.25 GB** on C: (`%LOCALAPPDATA%\Temp` 10.94 GB, NVIDIA `DXCache` 0.31 GB) - roughly **0.87 GB/day**. - Relocated applications produced **5.32 GB** of new data over the same period, and **none of it landed on C:** - including 5.76 GB of new chat-client cache. That difference is the point of this skill. A junction is a filesystem-level redirect resolved below the application layer, so the app keeps opening the path it always used and never learns its data moved - which means its *future* growth follows the link automatically. **So wherever something is too valuable to delete or certain to regrow, relocate it rather than just clearing it.** Deleting alone means doing this again next month. The second reason to act, and to act early: a Windows volume that runs to zero bytes does not fail loudly. It silently corrupts whatever was mid-write. In the incident this skill was built from, a full C: drive truncated Chrome's `History` SQLite database into an empty shell, and Chrome kept running without recording anything until it was restarted - the loss was discovered days later, and the pre-incident history was unrecoverable ...

Details

Author
linad3d
Repository
linad3d/drivekeeper
Created
2 days ago
Last Updated
yesterday
Language
PowerShell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

windows-c-disk-cleaner

Windows C/E disk cleanup and disk-space governance for requests such as C盘满了, C盘清理, Windows disk cleanup, C/E drive cleanup, large files, duplicate files, Downloads, installers, repair backups, or a deletion manifest. Audit, explain, and clean using a recovery-cost-first rule: recommend delete, keep, or move, then execute only after confirmation of exact paths.

0 Updated 4 days ago
swei99386-alt
AI & Automation Listed

disk-space-audit

Scan and analyze disk space usage on Windows and macOS (with Linux references), then produce a categorized cleanup report — and, only when the user explicitly asks, execute cleanup with per-item confirmation. Use this skill whenever the user asks to "scan C drive", "analyze disk space", "find what's eating my storage", "clean up system drive", "磁盘空间分析", "清理 C 盘", "扫描磁盘占用", "找重复文件", "find duplicates", or wants a breakdown of where disk space went. Also trigger when user mentions disk full, low space warnings, or wants to know what can be safely deleted. The audit phase is always read-only. The cleanup phase requires explicit, per-item user confirmation and never proceeds on ambiguous intent.

0 Updated 5 days ago
Haaaiawd
AI & Automation Solid

computer-clean

Audit and reclaim disk space on macOS. Discovers cache hogs, dev caches, dead app data, old Downloads, dup installers, and obsolete container/VM images. Use when user says 'clean disk', 'free up space', 'computer-clean', 'cleanup mac', 'disk full', or shows ≥85% disk usage.

2 Updated today
vanducng