From bottleneck-detector
Scans application architecture and code to identify CPU, memory, I/O, database, and lock-contention bottlenecks, then generates a prioritized remediation plan with severity ratings and code examples.
How this command is triggered — by the user, by Claude, or both
Slash command
/bottleneck-detector:detect-bottlenecksThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Bottleneck Detector Identify and resolve performance bottlenecks across the application stack. ## Detection Areas 1. **CPU Bottlenecks**: Computation-heavy operations 2. **Memory Bottlenecks**: Memory allocation/deallocation issues 3. **I/O Bottlenecks**: Disk and network operations 4. **Database Bottlenecks**: Query performance issues 5. **Lock Contention**: Synchronization overhead 6. **Resource Exhaustion**: Connection pools, file descriptors ## Process 1. Analyze application architecture and data flow 2. Identify potential bottleneck locations 3. Review code for common bottleneck...
Identify and resolve performance bottlenecks across the application stack.
Provide comprehensive report with:
14plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 14 plugins
npx claudepluginhub luxdevnet/claude-plus-lux --plugin bottleneck-detector/detect-bottlenecksDetects performance bottlenecks across the application stack — CPU, memory, I/O, database, lock contention, resource exhaustion — and generates a prioritized remediation plan with root cause analysis.
/profileProfiles application performance by analyzing CPU, memory, execution time, and bottlenecks, then generates a markdown report with optimization recommendations.
/profileAnalyzes codebase for performance bottlenecks, resource inefficiencies, and scalability concerns across database, memory, concurrency, frontend, and network layers.
/perf-profileProfiles a slow code path to identify top bottlenecks by self-time, categorizes them (CPU, I/O, memory, lock contention), and suggests targeted fixes ordered by impact.
/optimize-performanceProfiles application performance, identifies bottlenecks, implements optimizations (caching, indexing, code improvements), and validates improvements with benchmarks.
/optimizeAnalyzes application architecture, code, and infrastructure to generate prioritized performance optimization recommendations with an implementation roadmap.