Tracks CPU, memory, disk/network I/O, DB connections, and processes; generates monitoring code, dashboard configs, alerts, optimization strategies, and right-sizing recs.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin resource-usage-tracker# 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...
/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.
/analyze-capacityAnalyzes current capacity utilization and growth trends, projects future needs, and provides scaling recommendations, cost projections, and monitoring setup.
/add-performance-monitoringSets up application performance monitoring for Node.js apps with New Relic or Datadog APM, adding config files, instrumentation, middleware, and custom metrics.
Share bugs, ideas, or general feedback.
Implement comprehensive resource usage tracking and optimization.
Provide: