Windows Pc Optimizer
Description
Windows PC optimization plugin for Claude Code — adaptive diagnostic + fix for gaming, audio production, dev and office setups
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
windows-pc-optimizer
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.
⚠️ Security and risk warnings
**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:
What this means in practice
**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.
How risk is mitigated
- System Restore Point is created before any changes.
- Registry is backed up (Run keys, Services) before any modifications.
- Plan is proposed and requires explicit approval before execution.
- Logs are written to a timestamped directory so you can see exactly what ran.
- **Use case
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11