Tracks CPU, memory, disk/network I/O, DB connections, and processes; generates monitoring code, dashboard configs, alerts, optimization strategies, and right-sizing recs.
How this command is triggered — by the user, by Claude, or both
Slash command
/resource-usage-tracker:track-resourcesThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Resource Usage Tracker Implement comprehensive resource usage tracking and optimization. ## Resources to Track 1. **CPU Usage**: Process and thread-level CPU consumption 2. **Memory Usage**: Heap, stack, and RSS memory 3. **Disk I/O**: Read/write operations and throughput 4. **Network I/O**: Bandwidth and connection usage 5. **File Descriptors**: Open file and socket counts 6. **Database Connections**: Connection pool utilization 7. **Thread/Process Counts**: Concurrency resource usage ## Process 1. Identify all resource consumption points 2. Design monitoring instrumentation strateg...
Implement comprehensive resource usage tracking and optimization.
Provide:
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin resource-usage-tracker/costAnalyzes cloud resource utilization for cost optimization, detects waste, recommends right-sizing and pricing changes, audits tags, configures budgets. Outputs Markdown report with projected savings and risks.
/collect-metricsSets up infrastructure metrics collection for compute, storage, network, containers, load balancers, and databases. Outputs agent configs, inventory, dashboards, alerts, and integrations.
/flow-performance-optimizationOrchestrates performance optimization workflow: establishes baselines, identifies bottlenecks, implements tunings, conducts load tests, and validates SLOs in project directories.
/track-response-timesImplements response time tracking for APIs, DB queries, external services, frontend, and jobs. Provides instrumentation code, monitoring configs, dashboards, SLOs, alerts, and optimization strategies.
/observabilitySets up observability for services — instrument with logs/metrics/traces, create Grafana dashboards, write Prometheus alerts, define SLOs, run k6 load tests, and plan capacity. Supports multiple subcommands.