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:
29plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 29 plugins
npx claudepluginhub bitbarrelllc/claude-code-plugins-plus-skills --plugin bottleneck-detector/detect-bottlenecksScans 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.
/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.
/optimizeAnalyzes application architecture, code, and infrastructure to produce a prioritized performance optimization roadmap with quick wins and long-term improvements.
/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.