library/specializations/domains/science/mechanical-engineering/skills/hvac-design/SKILL.md
Skill for HVAC system design and analysis per ASHRAE standards including load calculations, equipment selection, and energy efficiency analysis
npx skillsauth add a5c-ai/babysitter hvac-designInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The HVAC System Design skill provides comprehensive capabilities for heating, ventilation, and air conditioning system design according to ASHRAE standards, enabling systematic load calculations, equipment selection, ductwork design, and energy efficiency analysis for commercial and industrial buildings.
External Loads
Internal Loads
Calculation Methods
Design Conditions
Load Components
Key Properties
Process Calculations | Process | Constant Property | |---------|------------------| | Sensible heating/cooling | Humidity ratio | | Humidification | Enthalpy (adiabatic) | | Dehumidification | Saturation curve | | Mixing | Mass-weighted average |
Coil Processes
Sensible Heat Ratio (SHR) = Qs / Qt
Bypass Factor (BF) = (T_leaving - T_ADP) / (T_entering - T_ADP)
Coil Sizing
Fan Selection
Types and Selection
Efficiency Metrics
Sizing Methods
Pressure Drop
Fitting Losses
ASHRAE 90.1 Compliance
Energy Conservation Measures
{
"building": {
"location": "string",
"type": "office|retail|healthcare|industrial",
"gross_area": "number (ft2)",
"floors": "number"
},
"design_criteria": {
"indoor_summer": {
"temp": "number (F)",
"rh": "number (%)"
},
"indoor_winter": {
"temp": "number (F)"
},
"ventilation_standard": "ASHRAE 62.1|local code"
},
"internal_loads": {
"occupancy": "number (people)",
"lighting": "number (W/ft2)",
"equipment": "number (W/ft2)"
}
}
{
"loads": {
"peak_cooling": "number (tons)",
"peak_heating": "number (MBH)",
"ventilation": "number (CFM)"
},
"equipment": {
"ahu": [{
"designation": "string",
"supply_cfm": "number",
"cooling_tons": "number",
"heating_mbh": "number"
}],
"chiller": {
"type": "string",
"capacity": "number (tons)",
"efficiency": "number (kW/ton)"
},
"boiler": {
"type": "string",
"capacity": "number (MBH)",
"efficiency": "number (%)"
}
},
"energy_analysis": {
"annual_cooling": "number (kWh)",
"annual_heating": "number (therms)",
"eui": "number (kBtu/ft2/yr)"
}
}
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.