From helloagents
Enforces performance best practices for database queries (no N+1, pagination), Redis caching, frontend optimizations (lazy loading, virtual scrolling), algorithms (O(1) lookups, batch ops), and concurrency (debounce). Use for I/O, compute, memory bottlenecks.
npx claudepluginhub hellowind777/helloagents --plugin helloagentsThis skill uses the workspace's default tool permissions.
性能相关代码必须遵循以下规范。
Identifies and fixes performance bottlenecks in code, databases, and APIs. Measures before/after execution times, profiles with DevTools/Node, optimizes queries/indexes/caching. Use for slow apps, APIs, or DB queries.
Optimizes application performance using profiling-driven methodology: CPU/memory profiling, caching strategies, query optimization, indexing, lazy loading, connection pooling, and load testing.
Identifies and resolves performance bottlenecks through profiling, measurement, and targeted optimization across frontend, backend, and databases.
Share bugs, ideas, or general feedback.
性能相关代码必须遵循以下规范。
先定位性能瓶颈(I/O / 计算 / 内存),再写代码。