From application-profiler
Profiles application performance metrics (CPU, memory, execution time) and identifies bottlenecks. Generates a markdown report with optimization recommendations.
How this command is triggered — by the user, by Claude, or both
Slash command
/application-profiler:profileThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Application Profiler Analyze application performance including CPU usage, memory consumption, execution time, and identify bottlenecks. ## Analysis Steps 1. Identify the application technology stack (Node.js, Python, Java, etc.) 2. Locate main application entry points and critical paths 3. Analyze: - CPU-intensive operations and hot paths - Memory allocation patterns and potential leaks - Synchronous vs asynchronous operations - Database query patterns - External API calls and network operations 4. Generate profiling report with recommendations ## Output Format Provide...
Analyze application performance including CPU usage, memory consumption, execution time, and identify bottlenecks.
Provide a markdown report with:
npx claudepluginhub aiminnovations/claude-code-plugins-plus --plugin application-profiler24plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 24 plugins
/profileProfiles application performance metrics (CPU, memory, execution time) and identifies bottlenecks. Generates a markdown report with optimization recommendations.
/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.
/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.
/optimizeAnalyzes application architecture, code, and infrastructure to produce a prioritized performance optimization roadmap with quick wins and long-term improvements.
/performance-auditAudits application performance across code, database, frontend, network, and build. Produces prioritized optimization recommendations with specific file paths and metrics.
/profileAnalyzes codebase for performance bottlenecks, resource inefficiencies, and scalability concerns across database, memory, concurrency, frontend, and network layers.