Agent skill · AI & Agents

thermal-analysis

Electronic system thermal modeling and analysis skill for junction temperature calculation, heat sink selection, thermal resistance networks, and safe operating area verification.

a5c-ai1,642★ · 1 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill thermal-analysis --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 13 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadGrepWriteBashEditGlob
Path: library/specializations/domains/science/electrical-engineering/skills/thermal-analysis/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

# Thermal Analysis Skill Electronic system thermal modeling and analysis for reliable component operation. ## Purpose This skill provides comprehensive capabilities for thermal analysis of electronic systems, from component-level junction temperature calculations to system-level thermal management design. It supports heat sink selection, thermal interface material evaluation, and safe operating area verification. ## Capabilities ### Junction-to-Ambient Thermal Resistance - Thermal resistance network modeling - Junction-to-case (theta_jc) calculations - Case-to-sink (theta_cs) with TIM analysis - Sink-to-ambient (theta_sa) characterization - Total thermal path analysis ### Heat Sink Selection and Optimization - Natural convection heat sink sizing - Forced convection performance estimation - Fin optimization for given constraints - Heat sink comparison and selection - Custom heat sink specification - Mounting and interface considerations ### Forced Convection Analysis - Fan airflow requirements calculation - Pressure drop through enclosures - Flow impedance matching - Thermal resistance vs airflow curves - Fan operating point determination ### PCB Thermal Analysis - Copper spreading

What's inside
Steps it walks through
  1. Purpose
  2. Capabilities
  3. Junction-to-Ambient Thermal Resistance
  4. Heat Sink Selection and Optimization
  5. Forced Convection Analysis
  6. PCB Thermal Analysis
  7. Thermal Interface Material Selection
  8. Transient Thermal Analysis
  9. Safe Operating Area Verification
  10. Derating Curve Application
  11. CFD Simulation Setup Guidance
  12. Prerequisites
  13. Installation
  14. Optional Dependencies
Commands it runs
pip install numpy scipy matplotlib pandas
For advanced thermal modeling
pip install CoolProp  # Fluid properties
For optimization
pip install scipy
For visualization
pip install plotly
More from babysitter
All skills →
About this skill
What does the thermal-analysis skill do?

Electronic system thermal modeling and analysis skill for junction temperature calculation, heat sink selection, thermal resistance networks, and safe operating area verification.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill thermal-analysis --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