niuhainiuhaiCommunityยท1 Agent Skills Included

skill-c-cleaner

Windows C drive space diagnosis and safe cleanup guidance

Scans Windows C drives across 16 categories to find hidden space usage, large files, dev caches, and duplicate runtimes. Explains why space keeps growing and why previous cleanups failed, instead of blindly deleting files. Generates risk-rated reports with preview mode, rollback guides, and migration scripts for Docker, WSL, and app caches.
npx skills add niuhai/skill-c-cleaner --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install skill-c-cleaner?โ–ผ

Run `npx skills add niuhai/skill-c-cleaner --all -g -y` in your terminal to install it globally. It requires Windows 10/11 with PowerShell 5.1 or later.

How to find what is filling up my C drive?โ–ผ

Run analyze.ps1 to scan 16 categories including temp files, browser data, dev caches, large files, and hidden system usage. You get a health score and a ranked action plan showing exactly what can be safely freed.

Is it safe to clean my C drive with this skill?โ–ผ

Yes. All scanners are read-only, cleanup scripts support -WhatIf preview mode, and dangerous operations require explicit -ReallyDelete confirmation. System files, restore points, and user documents are never touched.

Why does my C drive fill up again after cleaning?โ–ผ

The growth tracking scripts record snapshots and measure daily growth per path, so you can see which apps regenerate caches. It then suggests permanent fixes like moving npm or Docker caches to another drive.

Can I move Docker or WSL data off the C drive?โ–ผ

Yes. The migrators folder includes scripts to relocate WSL, Docker, AppData, and dev caches to other drives, with rollback guides included for safety.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’