From pc-optimizer
1-shot silent Windows 11 performance optimizer. Runs full pipeline (audit, web research, revert snapshot, all batches) without prompts. Full revert available via /pc-revert.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pc-optimizer:pc-optimizerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Apply ALL performance optimizations silently. No prompts. Full revert snapshot is created first.
Apply ALL performance optimizations silently. No prompts. Full revert snapshot is created first.
Check C:\ProgramData\pc-optimizer\scripts\audit.ps1. If missing, deploy all scripts from skills/pc-optimizer/scripts/ to C:\ProgramData\pc-optimizer\scripts\.
powershell -ExecutionPolicy Bypass -File "C:\ProgramData\pc-optimizer\scripts\audit.ps1" "C:\Temp\pc-optimizer-profile.json"
Invoke data-scraper-agent with the system profile JSON.
powershell -ExecutionPolicy Bypass -File "C:\ProgramData\pc-optimizer\scripts\restore-point.ps1"
$timestamp = Get-Date -Format "yyyyMMdd-HHmm"
$revertDir = "C:\ProgramData\pc-optimizer\revert\$timestamp"
New-Item -ItemType Directory -Path $revertDir -Force
powershell -ExecutionPolicy Bypass -File "C:\ProgramData\pc-optimizer\scripts\apply.ps1" -Batch All -RevertDir $revertDir
Show a compact summary:
PC OPTIMIZER - COMPLETE
----------------------------------------
[+] Power & Thermal
[+] Bloat & Services
[+] Registry & Scheduler
[+] Network Stack
[+] Memory & Storage
[+] Visual & UI
[SKIPPED in VM: CPU parking, HPET, ASUS fan, Spectre/Meltdown]
Revert session: C:\ProgramData\pc-optimizer\revert\[timestamp]\
To undo everything: /pc-revert
Reboot recommended.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub marshal-rizky/pc-optimizer --plugin pc-optimizer