Optimize Mac Skill
Description
Claude Code skill: Full-system macOS performance audit and optimization. Kills memory hogs, installs watchdog, optimizes DNS and animations.
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
Optimize My MacBook for Speed
A Claude Code skill that audits and optimizes your Mac's performance. Born from a real debugging session where a single Chrome tab was eating 15 GB of RAM.
What it does
- System Snapshot — audits memory, swap, processes, DNS, and startup items
- Kills Runaway Processes — safely terminates Chrome tabs leaking memory (>6 GB)
- DNS Optimization — switches from slow ISP DNS to Cloudflare 1.1.1.1
- Animation Tweaks — disables 7 macOS animations for instant UI response
- Memory Watchdog — installs a persistent background monitor that auto-kills leaked Chrome tabs and warns about memory hogs
- Login Item Audit — identifies unnecessary startup apps consuming resources
- Full Report — presents before/after metrics with reversal instructions
Safety
- Never kills system processes or non-Chrome apps without asking
- All changes are reversible with documented undo commands
- Never uses
memory_pressure(a stress-testing tool that makes things worse) - Lets macOS manage its own VM subsystem — only intervenes for clear runaways
Install
git clone https://github.com/Casper0301/optimize-mac-skill.git ~/.claude/skills/optimize-mac
Then restart Claude Code and say "optimize my Mac" or run `/optimize-mac`.
Requirements
- macOS (any version with Apple Silicon or Intel)
- Claude Code with Max subscription
What you get
- Full system performance audit
- Automatic Chrome memory leak cleanup
- Persistent watchdog (runs every 5 minutes via launchd)
- DNS optimization (Cloudflare 1.1.1.1)
- 7 animation performance tweaks
- Startup item audit
- Before/after report with undo instructions
License
MIT
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,