Windows PC optimization toolkit. Full diagnostic + fix with /optimize, or targeted sub-commands: /optimize:storage, /optimize:memory, /optimize:startup, /optimize:drivers
Audit Windows drivers, hardware health, and BIOS/firmware status. Use when the user wants to check if their drivers are up to date, has Device Manager errors, suspects hardware issues, or wants to know if their RAM is running at rated speed. Trigger for: "check my drivers", "Device Manager errors", "RAM not running at full speed", "is my GPU driver outdated", "hardware issues", "yellow triangles in Device Manager", "XMP not working", "update drivers".
Reduce Windows RAM usage at idle by auditing and cleaning up startup programs and unnecessary background services. Use when the user has high memory usage with nothing open, slow performance due to RAM pressure, or wants to know what's eating their RAM. Trigger for: "too much RAM used", "15GB used at idle", "RAM always full", "what's using my memory", "reduce background processes", "too many things running".
Full Windows PC optimization: diagnoses the system, interviews the user about their use case, builds a custom plan, and executes it with approval. Use for broad optimization requests like "my PC is slow", "optimize my Windows", "my SSD is full and RAM is high", or when the user wants a complete tune-up. For targeted fixes, sub-commands exist: /optimize:storage, /optimize:memory, /optimize:startup, /optimize:drivers.
Audit and clean up Windows startup programs to speed up boot time and reduce idle RAM. Use when the user wants faster boot, fewer things loading at startup, or wants to know what runs automatically. Trigger for: "too many startup programs", "slow boot", "too many things open at startup", "disable startup apps", "what runs at boot", "my PC takes forever to start".
Targeted disk space cleanup for Windows. Use when the user only wants to free up space on their drives without touching startup, services, or system settings. Trigger for: "free up disk space", "my C: is full", "clean up my SSD", "delete temp files", "what's eating my disk", "recover space on Windows".
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code skill that acts as a systematic Windows PC optimization consultant. It diagnoses your specific system first, builds a custom plan based on your use case, and executes it with your approval — without assuming what software you run or how you use your machine.
Read this before installing.
This skill operates with Administrator privileges and can modify core system settings, disable services, remove software, and change registry keys. That is by design — deep optimization requires deep access. But you should understand the implications:
An LLM is making decisions about your system. It reads diagnostic output, reasons about what to change, and executes PowerShell scripts as Administrator. It is not a deterministic script — it makes judgment calls.
Mistakes are possible. The skill is designed to be conservative and ask for approval before acting, but LLMs can misread output, make wrong inferences, or generate code with bugs. Always review the proposed plan before approving.
Some changes are not easily reversible. Uninstalling software, removing startup items, and changing services can break things that are hard to restore without knowing exactly what was changed. This is why the skill creates a restore point and registry backups first — but those are not a guarantee.
The skill does not have access to your files or personal data beyond what diagnostic scripts explicitly collect (process names, installed software names, folder sizes). It does not read documents, emails, or credentials.
In those cases: make a backup first, then run it on a day where you can afford a few hours of troubleshooting if something goes wrong.
The skill follows a 6-phase workflow:
| Phase | What happens |
|---|---|
| 0 — Safety | Restore point + registry backup + baseline snapshot |
| 1 — Interview | Captures your use case and what must be preserved |
| 2 — Diagnosis | Full system scan (hardware, disk, RAM, startup, services, drivers) |
| 3 — Analysis | Builds a custom optimization plan for your specific profile |
| 4 — Proposal | Presents the complete plan — nothing runs until you approve |
| 5 — Execution | Runs approved steps with logging and checkpoints |
| 6 — Report | Before/after benchmark, pending manual actions documented |
git clone https://github.com/YOUR_USERNAME/windows-pc-optimizer
In Claude Code, run:
/plugin marketplace add C:\path\to\windows-pc-optimizer
Example:
/plugin marketplace add C:\Users\YourName\Documents\windows-pc-optimizer
You should see: Successfully added marketplace: windows-pc-optimizer
npx claudepluginhub julianprincipe/windows-pc-optimizer --plugin optimizeWindows system diagnostics and troubleshooting. Analyzes Event Viewer, disk health, memory, hardware errors, system stability, and performance to diagnose crashes, freezes, and reboots.
Detect and resolve performance bottlenecks
Connect Claude to your Windows PC's AppControl monitor — query running processes, tracked binaries, resource usage history, security events, and idle/uptime intervals.
AI-powered performance optimization - Interactive performance audit skill and automated agent with comprehensive bottleneck detection and optimization
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation