Optimize system performance across platforms
ops-speedupskillsetup L2★3,035
davepoon/buildwithclaude ↗What it does
Scan and optimize system performance
Best for
Cross-platform system optimization that auto-detects OS and hardware to apply targeted cleanup without manual selection.
Inputs
- · CLI argument: [scan|clean|deep|auto]
Outputs
- · Health score and disk reclaimable estimate in GB
- · Per-category cleanup summary (caches, tmp, DerivedData, etc.)
- · Telemetry logged to ~/.ops-speedup/history.jsonl
Requires
- · Bash
- · Read
- · Glob
Preconditions
- · OS-specific cleanup tools must be available (macOS/Linux/WSL)
- · Bash execution with filesystem access
Failure modes
- · --aggressive mode with incompatible systemd can break startup
- · Protected processes whitelist prevents cleanup of stuck daemons
Trust signals
- · Multi-phase deterministic workflow
- · Structured JSON output format
- · Parallel execution of independent probes