
Data Center Compute Supply Efficiency
- 29 installs
- 7 repo stars
- Updated May 20, 2026
- daemon-blockint-tech/agentic-enteprises-skill
Optimizes data center compute supply and efficiency: capacity and utilization planning, stranded power, hardware refresh, and PUE/carbon reporting.
About
An agent skill for data center compute supply and resource efficiency, covering capacity and utilization planning, stranded power and rack space, hardware refresh, power-aware placement, and sustainability reporting. An operator uses it when optimizing on-prem or colo compute footprint, forecasting GPU/CPU supply, or reducing idle capacity.
- kW-per-useful-compute metrics and stranded-power reduction
- GPU/CPU supply alignment with workload demand and PUE/carbon reporting
Data Center Compute Supply Efficiency by the numbers
- 29 all-time installs (skills.sh)
- Ranked #788 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daemon-blockint-tech/agentic-enteprises-skill --skill data-center-compute-supply-efficiencyAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 29 |
|---|---|
| repo stars | ★ 7 |
| Last updated | May 20, 2026 |
| Repository | daemon-blockint-tech/agentic-enteprises-skill ↗ |
What it does
Optimizes data center compute supply and efficiency: capacity and utilization planning, stranded power, hardware refresh, and PUE/carbon reporting.
Files
Data Center Engineer — Resource Efficiency (Compute Supply)
When to Use
- Measure and improve utilization of racks, kW, and compute (CPU/GPU/memory)
- Forecast compute supply: how many nodes/GPUs needed by quarter
- Find stranded capacity (power allocated but unused, empty U, low CPU%)
- Plan hardware refresh, standard builds, and end-of-life decommission
- Consolidate workloads to free racks or defer capex
- Set power caps and placement rules for efficiency without breaching SLAs
- Report efficiency KPIs to finance, sustainability, and engineering leadership
- Compare efficiency of keeping workloads on-prem vs shifting burst to cloud
When NOT to Use
- New hall design, MEP, commissioning →
data-center-design-execution-lead - Helm, cluster upgrades, pod debug →
cluster-deployment-engineer - VPC, Terraform, managed cloud architecture →
infrastructure-engineer - AI inference token/cost roadmap →
ai-token-improvement-plan-engineer - AI production ops cadence →
ai-lead-ops - Multi-vendor DC construction program →
technical-program-manager - Multi-site DC roadmap and capex prioritization →
data-center-portfolio-planning-execution-lead
Related skills
| Need | Skill |
|---|---|
| Facility design and build | data-center-design-execution-lead |
| K8s scheduling and workloads on clusters | cluster-deployment-engineer |
| Hybrid cloud and virtualization | infrastructure-engineer |
| Large efficiency program coordination | technical-program-manager |
| Enterprise DC portfolio and steering | data-center-portfolio-planning-execution-lead |
| Rack-ready / MW delivery execution | senior-data-center-capacity-delivery-manager |
| Server/GPU sourcing and supplier SCM | supply-chain-manager |
| On-site install, asset/serial capture | field-services-engineer |
| Executive/sustainability messaging | communication-lead |
| Compliance evidence for facilities | compliance-engineer |
| Compute capex, depreciation, cloud GL | compute-accounting-manager |
| RL training GPU utilization patterns | ml-systems-engineer-rl-engineering |
Core Workflows
1. Baseline efficiency metrics
Establish dashboards for:
- Facility: PUE, total IT kW, cooling kW
- Supply: rack count, kW committed vs kW used, GPU/CPU inventory
- Demand: avg/peak utilization, useful work per kW (define numerator per org)
- Waste: idle hosts, powered empty U, oversubscribed cooling margin
See `references/efficiency_metrics.md`.
2. Compute supply planning
1. Demand — workload growth, new products, GPU training vs inference mix 2. Supply — on-hand, on-order, lead times, standard SKUs 3. Gap — quarter-by-quarter surplus or deficit 4. Actions — buy, refresh, cloud burst, or defer
See `references/compute_capacity_supply.md`.
3. Utilization and consolidation
- Inventory hosts below utilization threshold for 30+ days
- Plan migration windows; validate performance tests post-move
- Target: raise average utilization without violating HA or latency SLOs
- Virtualization or K8s density changes → coordinate with
cluster-deployment-engineer
See `references/utilization_optimization.md`.
4. Power and thermal efficiency
- Align rack kW nameplate with actual draw; recover stranded breaker capacity
- Power capping policies (OS/firmware/IPMI) where SLA allows
- Match GPU trays to cooling class (air vs liquid)
See `references/power_thermal_management.md`.
5. Hardware lifecycle
| Stage | Efficiency focus |
|---|---|
| Standardize | Few SKUs → spare pool efficiency |
| Deploy | Fill racks to target kW; avoid one-off configs |
| Operate | Monitor age, warranty, power draw drift |
| Refresh | TCO: new gen perf per watt vs extend |
| Decommission | Power down, wipe, reclaim U and kW |
See `references/hardware_lifecycle.md`.
6. Reporting and targets
- Monthly: utilization, PUE trend, supply vs demand
- Quarterly: refresh plan, capex avoidance from consolidation
- Tie narratives to sustainability goals without greenwashing
See `references/reporting_targets.md`.
Output standards
- Supply/demand table by quarter (nodes, kW, GPUs)
- Top 10 stranded assets with recommended action and risk
- Efficiency initiative backlog with estimated kW or capex saved
- Assumptions explicit (utilization window, SLA exclusions)
When to load references
- KPIs and formulas →
references/efficiency_metrics.md - Forecast and procurement →
references/compute_capacity_supply.md - Consolidation and right-size →
references/utilization_optimization.md - Power caps and cooling fit →
references/power_thermal_management.md - Refresh and decomm →
references/hardware_lifecycle.md - Dashboards and targets →
references/reporting_targets.md
Compute Capacity and Supply Planning
Supply chain view
Demand forecast → Required capacity → Supply plan → Deploy → Measure → AdjustDemand inputs
| Source | Horizon |
|---|---|
| Product roadmaps (new GPU workloads) | 6–18 mo |
| Engineering growth (headcount, env count) | 3–12 mo |
| Contractual SLAs (reserved capacity) | Fixed |
| Seasonality (batch, year-end jobs) | Recurring |
| Cloud burst policy | Elastic overflow |
Supply inputs
| Source | Lead time |
|---|---|
| On-hand inventory | Immediate |
| PO in flight | Weeks–months |
| Vendor allocation (GPU) | Highly variable |
| Refresh pool (returns from decomm) | After wipe/QA |
| Colo additional kW / racks | Months (facility) |
Standard builds
Reduce supply fragmentation:
- 2–4 server SKUs (general, storage, GPU tier)
- Document: CPU, RAM, NIC, GPU, PSU kW, form factor
- Spare parts aligned to SKUs
Forecast template (quarterly)
| Quarter | Demand (nodes/GPUs/kW) | Supply on hand | Gap | Action |
|---|---|---|---|---|
| Q1 | Buy / refresh / cloud / defer | |||
| Q2 | ||||
| Q3 | ||||
| Q4 |
GPU / accelerator supply
- Separate training (burst, high power) vs inference (steady, latency-sensitive)
- Track allocation queue — projects waiting for GPUs
- Model:
effective GPUs = physical × utilization × scheduling efficiency
Capex vs efficiency tradeoffs
| Decision | Efficiency angle |
|---|---|
| Buy now vs cloud burst | Avoid powered idle metal |
| Higher density GPU rack | Needs cooling class match |
| Extend warranty vs refresh | Perf/watt and power draw |
| Buy fewer larger nodes vs many small | Utilization and failure blast radius |
Handoffs
- New kW or halls →
data-center-design-execution-lead - Workload placement on K8s →
cluster-deployment-engineer - Hybrid cloud capacity →
infrastructure-engineer
Efficiency Metrics
Facility layer
| Metric | Definition | Notes |
|---|---|---|
| PUE | Total facility power / IT equipment power | Industry benchmark ~1.2–1.5; site-specific |
| WUE | Water / IT kW | Relevant for liquid cooling sites |
| kW committed | Breaker or contract allocation per rack/row | May exceed actual draw |
| kW actual | Measured IT load | PDU, intelligent rack PDU, DCIM |
Compute supply layer
| Metric | Definition |
|---|---|
| Rack utilization | Occupied U / total U |
| kW utilization | Actual IT kW / committed kW |
| Host count | Physical servers, GPU nodes, blades |
| GPU/CPU inventory | Units by SKU and generation |
| Stranded kW | Committed − used, above policy threshold |
| Stranded U | Empty rack space with power still reserved |
Demand / usefulness layer
Define useful work per organization—examples:
- vCPU-hours consumed (virtualization)
- GPU-hours scheduled (training/inference)
- Completed batch jobs per kW
- Inference requests per watt (requires app telemetry)
| Metric | Purpose |
|---|---|
| CPU avg / p95 utilization | Host or cluster |
| GPU SM / memory utilization | Accelerator efficiency |
| Idle host % | Below threshold N days |
| Oversized host % | Peak < X% of capacity |
Derived efficiency KPIs
- kW per useful GPU-hour — lower is better (same SLA)
- Servers per rack at target kW — density efficiency
- Capex per unit useful capacity — supply efficiency
- Refresh gain — perf/watt delta gen-over-gen
Data sources
- DCIM, PDU, environmental sensors
- vCenter, hypervisor, bare-metal inventory
- Kubernetes metrics (node allocatable vs requests) — coordinate with cluster team
- CMDB / asset tags (owner, environment, criticality)
- Cloud billing for hybrid comparison (not primary for this skill)
Anti-patterns
- Optimizing average CPU% alone while latency SLOs fail
- Ignoring committed kW when colo charges by allocation
- Mixing dev idle hosts with production peaks in one average
Hardware Lifecycle
Stages
| Stage | Efficiency goals |
|---|---|
| Standardize | Few SKUs; predictable kW per unit |
| Procure | Align to forecast; avoid speculative GPU hoard |
| Receive | Asset tag, kW nameplate in CMDB |
| Deploy | Fill to target rack kW; cable once |
| Operate | Monitor age, drift, firmware power profiles |
| Refresh | Improve perf/watt; reduce node count |
| Decommission | Power off, wipe, reclaim U and kW |
Refresh decision matrix
| Factor | Refresh favor | Extend favor |
|---|---|---|
| Perf/watt gain | Large (new GPU gen) | Marginal |
| Power per unit | New unit uses less kW for same work | — |
| Warranty / failure rate | High RMA | Stable |
| Software support | EOL OS/driver | Supported |
| Utilization | Can't consolidate further | Still headroom |
Decommission checklist
- [ ] Workloads migrated or retired
- [ ] Data destroyed per policy
- [ ] Licenses reclaimed
- [ ] Removed from monitoring and CMDB
- [ ] Powered off; PDU port documented free
- [ ] Spares or resale disposition
- [ ] kW and U added back to supply pool
Spares and inventory
- Spares are insurance, not efficiency — cap % of fleet
- Rotate spares through test lab to avoid stale firmware
GPU-specific
- Track firmware, driver, and CUDA stacks per generation
- Pool allocation: shared vs dedicated per team
- End-of-life: resale market, donation policy, destruction certs
E-waste and compliance
- Vendor takeback or certified recycler
- Chain of custody for storage media
- Environmental reporting →
compliance-engineerif regulated
Power and Thermal Management
Power hierarchy
Utility → UPS/PDU → Rack PDU → Server PSU → ComponentsEfficiency work focuses on matching IT load to committed capacity and perf per watt.
Stranded power recovery
1. Measure actual draw per rack (not nameplate alone) 2. Compare to breaker / colo contract kW 3. Identify racks below policy (e.g. < 40% of committed) 4. Options:
- Add workloads (consolidation)
- Lower committed allocation with colo (contract change)
- Rebalance across rows
Power capping
| Mechanism | Use when |
|---|---|
| OS/firmware power limits | Batch acceptable; save kW |
| GPU power limit | Training not latency-critical |
| Dynamic voltage/frequency | General compute |
Document SLA exclusions where caps are forbidden.
Thermal and density
| Workload | Cooling consideration |
|---|---|
| Air-cooled GPU (≤700W class) | CFM per rack, hot aisle containment |
| Liquid direct-to-chip | Manifold, leak detection, maintenance |
| High-density CPU | Per-U kW limits |
Mismatch → throttling, reduced useful work per kW.
Coordination with facility
- Cooling setpoints — don't lower PUE on paper while IT throttles
- Row balance — avoid hot spots from uneven load
- New density →
data-center-design-execution-leadif beyond existing class
Tariff and carbon (optional)
- Time-of-use: shift batch to off-peak
- Carbon intensity by grid hour — report separately from PUE
- On-site renewables or PPAs — sustainability narrative
Reporting and Targets
Audience matrix
| Audience | Cares about | Format |
|---|---|---|
| Engineering | Utilization, queue time, migration backlog | Dashboard + backlog |
| Finance | Capex deferral, colo kW charges, TCO | Quarterly summary |
| Sustainability | PUE, carbon, refresh gains | Annual + trends |
| Executives | Risk, supply gaps, major wins | One-page |
Monthly operational pack
1. Supply — inventory, incoming POs, GPU queue depth 2. Demand — utilization trends, new requests 3. Gap — surplus/deficit next 2 quarters 4. Actions — consolidations completed, kW reclaimed 5. Risks — lead times, cooling limits, SLA conflicts
Target setting
| Target type | Example |
|---|---|
| Utilization floor | Prod compute avg CPU > 40% (excl. dedicated) |
| Stranded kW cap | < 5% of committed IT kW |
| PUE | Site-specific YoY improvement |
| Refresh | % fleet on current gen by year-end |
| Decomm SLA | Powered-off within 30d of approval |
Targets must be achievable and excluded where SLAs forbid consolidation.
Initiative backlog fields
| Field | Purpose |
|---|---|
| Initiative | Short name |
| kW / capex impact | Estimated |
| Effort | T-shirt |
| Owner | Team |
| Dependency | K8s, app, facility |
| Status | Proposed / in progress / done |
Narrative quality
- Lead with business outcome (deferred rack purchase, shorter GPU wait)
- Quantify uncertainty (± range on savings)
- Separate one-time reclaim vs run-rate efficiency
Related comms
- Major sustainability claims →
communication-leadfor review - Multi-site program →
technical-program-manager
Utilization and Optimization
Identify candidates
| Signal | Typical action |
|---|---|
| Avg CPU < 15% for 30d (non-prod) | Consolidate or power off |
| GPU idle > 50% scheduled window | Reschedule or share pool |
| Single-tenant host, low load | Move to shared cluster |
| Oversized RAM vs working set | Right-size VM or host |
| Powered, no workload | Decommission or reassign |
Always exclude hosts with:
- HA pairs where split would violate policy
- Latency-sensitive dedicated inference
- Regulatory isolation requirements
Consolidation workflow
1. Inventory — CMDB + monitoring + owner tag 2. Classify — prod / staging / lab / unknown 3. Model target — destination host or cluster capacity 4. Test — load test or canary migration 5. Migrate — maintenance window, rollback plan 6. Verify — SLO, power draw, license compliance 7. Decomm or repurpose — free kW and U
Virtualization and containers
- VM density — vCPU:pCPU ratios; avoid extreme oversubscription on latency workloads
- K8s — requests/limits vs node allocatable; bin-packing efficiency
- Bare metal — often lowest utilization; justify with performance or compliance
Coordinate implementation with cluster-deployment-engineer or virtualization admins.
Scheduling for efficiency (DC-aware)
- Batch jobs in off-peak power windows (if tariff or PUE varies)
- GPU time-slicing or MIG where applicable
- Queue training jobs to fill idle accelerators
Risk controls
| Risk | Mitigation |
|---|---|
| Noisy neighbor after consolidate | Separate pools or quotas |
| Single point of failure | Maintain N+1 at service level |
| Migration failure | Snapshot, rollback runbook |
| License violation | Audit per-socket / per-core terms |
Success metrics
- kW reclaimed
- Racks deferred (capex avoidance)
- Utilization p50/p95 improved
- No increase in incident rate post-change