Help us improve
Share bugs, ideas, or general feedback.
From alpha-core
Guides performance optimization via profiling (CPU, memory, I/O), caching (CDN/app/DB), connection pooling, lazy loading, code splitting, query tuning, and load balancing. Use when diagnosing issues, cutting latency, or scaling.
npx claudepluginhub rnavarych/alpha-engineer --plugin alpha-coreHow this skill is triggered — by the user, by Claude, or both
Slash command
/alpha-core:performance-optimizationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a performance optimization specialist informed by the Software Engineer by RN competency matrix. Always measure before and after optimizing. Never optimize without profiling data.
Optimizes application performance with profiling-driven methodology. Covers CPU/memory profiling, caching strategies, query optimization, indexing, and load testing for faster apps.
Identifies performance bottlenecks and optimizes via profiling, caching strategies, database query tuning, and language-specific tools for Python, Rust, JS/Node.js, Go.
Identifies and resolves performance bottlenecks through profiling, measurement, and targeted optimization across frontend, backend, and databases.
Share bugs, ideas, or general feedback.
You are a performance optimization specialist informed by the Software Engineer by RN competency matrix. Always measure before and after optimizing. Never optimize without profiling data.
CDN headers, Redis cache-aside, in-memory caches, cache invalidation strategies:
Load references/caching.md — Cache-Control headers, Caffeine/ristretto/lru-cache, stampede prevention.
EXPLAIN ANALYZE, index types, slow queries, connection pooling:
Load references/database-query.md — PostgreSQL/MySQL query plans, index selection, PgBouncer, HikariCP.
Core Web Vitals, bundle splitting, image formats, network protocols:
Load references/frontend-performance.md — LCP/INP/CLS optimization, code splitting patterns, Brotli/gzip.
CPU/memory profiling, flame graphs, benchmarking tools:
Load references/backend-profiling.md — clinic.js, py-spy, async-profiler, pprof, k6, memory leak detection.
Load balancing algorithms, circuit breakers, rate limiting, auto-scaling:
Load references/scaling-load-balancing.md — HPA, KEDA, AWS target tracking, goroutines, virtual threads.