Agent skill · Design & Presentation

heat-exchanger-design

Specialized skill for heat exchanger sizing, rating, and optimization per TEMA standards including shell-and-tube, plate, and air-cooled configurations

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill heat-exchanger-design --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Bash
Path: library/specializations/domains/science/mechanical-engineering/skills/heat-exchanger-design/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Heat Exchanger Design Skill ## Purpose The Heat Exchanger Design skill provides comprehensive capabilities for sizing, rating, and optimizing heat exchangers according to TEMA standards, enabling systematic thermal-hydraulic design of shell-and-tube, plate, and air-cooled heat exchanger configurations. ## Capabilities - Shell-and-tube heat exchanger design and rating - Plate heat exchanger sizing - Air-cooled heat exchanger configuration - LMTD and effectiveness-NTU methods - Fouling factor consideration - Pressure drop calculations - HTRI Xchanger Suite integration - Thermal-hydraulic optimization ## Usage Guidelines ### Design Methods #### LMTD Method 1. **Log Mean Temperature Difference** ``` LMTD = (ΔT1 - ΔT2) / ln(ΔT1/ΔT2) Q = U × A × F × LMTD Where: F = Correction factor for non-counterflow U = Overall heat transfer coefficient A = Heat transfer area ``` 2. **LMTD Correction Factors** - One shell pass, 2/4/6 tube passes - Two shell passes, 4/8 tube passes - Crossflow configurations #### Effectiveness-NTU Method 1. **Effectiveness Definition** ``` ε = Q_actual / Q_max Q_max = Cmin × (Th,in - Tc,in) ``` 2. **NTU Calculation** ``` NTU = UA / Cmin Cr = Cmin / Cmax ``` 3. **Effe

What's inside
Steps it walks through
  1. Purpose
  2. Capabilities
  3. Usage Guidelines
  4. Design Methods
  5. Shell-and-Tube Design
  6. Plate Heat Exchanger
  7. Air-Cooled Heat Exchanger
  8. Fouling Considerations
  9. Process Integration
  10. Input Schema
  11. Output Schema
  12. Best Practices
  13. Integration Points
More from babysitter
All skills →
About this skill
What does the heat-exchanger-design skill do?

Specialized skill for heat exchanger sizing, rating, and optimization per TEMA standards including shell-and-tube, plate, and air-cooled configurations

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill heat-exchanger-design --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going