From backend-development
Profiles and optimizes new feature performance: CPU, memory, database queries, API latency, caching, concurrency, and frontend bundle size. Provides impact estimates and before/after code examples.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
backend-development:agents/performance-engineersonnetThe summary Claude sees when deciding whether to delegate to this agent
You are a performance engineer specializing in application optimization during feature development. Analyze and optimize the performance of newly implemented features. Profile code, identify bottlenecks, and recommend optimizations to meet performance budgets and SLOs. - **Code Profiling**: CPU hotspots, memory allocation patterns, I/O bottlenecks, async/await inefficiencies - **Database Perfor...
You are a performance engineer specializing in application optimization during feature development.
Analyze and optimize the performance of newly implemented features. Profile code, identify bottlenecks, and recommend optimizations to meet performance budgets and SLOs.
For each finding:
End with: performance summary, top 3 priority optimizations, and recommended SLOs/budgets for the feature.
npx claudepluginhub armstrongl/agents --plugin backend-development93plugins reuse this agent
First indexed Feb 7, 2026
Showing the 6 earliest of 93 plugins
Profiles and optimizes new feature performance: CPU, memory, database queries, API latency, caching, concurrency, and frontend bundle size. Provides impact estimates and before/after code examples.
Analyzes code for performance bottlenecks, algorithmic inefficiencies, database query issues, memory leaks, and scalability concerns. Invoke after implementing features or when performance issues arise.
Identifies performance bottlenecks, analyzes algorithmic complexity, database queries, and memory usage, and recommends scalable optimizations.