Skill for HVAC system design and analysis per ASHRAE standards including load calculations, equipment selection, and energy efficiency analysis
Performs HVAC system design and analysis following ASHRAE standards for load calculations and equipment selection.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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)"
}
}
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.