From billy-milligan
Optimizes performance: audits frontend Core Web Vitals with Lighthouse, profiles backends (Node/Python/Go), tunes databases (EXPLAIN ANALYZE/indexing), load tests with k6/Gatling.
How this skill is triggered — by the user, by Claude, or both
Slash command
/billy-milligan:performanceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **Measure before optimizing**: Guessing is expensive; profiling is cheap.
references/frontend-performance.md — Core Web Vitals, bundle optimization, lazy loadingreferences/backend-performance.md — Profiling Node/Python/Go, N+1, connection poolingreferences/database-performance.md — EXPLAIN ANALYZE, indexing strategies, query optimization, partitioningreferences/connection-performance.md — Connection pooling, prepared statements, batch operations, read replicasreferences/load-testing-reference.md — k6, Gatling, interpreting results, bottlenecksscripts/run-lighthouse.sh — Runs Lighthouse audit against a URLnpx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganAnalyzes performance bottlenecks in web pages, APIs, builds and delivers prioritized fixes with baselines from Lighthouse, Chrome DevTools, cProfile, py-spy, clinic.js, EXPLAIN ANALYZE.
Analyzes and optimizes performance across frontend, backend, and database layers: CPU, memory, I/O, bundle size, queries, images, and rendering.
Diagnoses frontend and backend performance bottlenecks including bundle size, N+1 queries, memory leaks, and Core Web Vitals. Prioritizes fixes by impact.