library/specializations/domains/science/mechanical-engineering/skills/thermal-analysis/SKILL.md
Skill for thermal management design and heat transfer analysis across conduction, convection, and radiation including heat sink sizing and electronic cooling
npx skillsauth add a5c-ai/babysitter thermal-analysisInstall 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 Thermal Analysis skill provides comprehensive capabilities for thermal management design and heat transfer analysis in mechanical engineering applications, enabling systematic evaluation of temperature distributions, thermal gradients, and heat dissipation across conduction, convection, and radiation heat transfer modes.
Thermal Conductivity
Conduction Path Modeling
Contact Resistance
Natural Convection
Forced Convection
Coefficient Estimation
h_forced ≈ 5-25 W/m²K (natural air)
h_forced ≈ 25-250 W/m²K (forced air)
h_forced ≈ 500-10000 W/m²K (liquid)
View Factor Calculation
Radiative Exchange
Thermal Resistance
R_total = R_jc + R_TIM + R_hs + R_sa
Where:
R_jc = Junction to case
R_TIM = Thermal interface material
R_hs = Heat sink spreading
R_sa = Sink to ambient
Fin Optimization
Selection Criteria
Component Modeling
PCB Thermal Analysis
System-Level Analysis
{
"component": "string",
"power_dissipation": "number (W)",
"ambient_temperature": "number (C)",
"max_junction_temperature": "number (C)",
"cooling_method": "natural|forced_air|liquid",
"airflow_velocity": "number (m/s, if forced)",
"constraints": {
"max_volume": "number (mm^3)",
"max_weight": "number (g)",
"max_height": "number (mm)"
}
}
{
"thermal_solution": {
"required_thermal_resistance": "number (C/W)",
"heat_sink_recommendation": {
"type": "string",
"dimensions": "object",
"thermal_resistance": "number (C/W)"
},
"tim_selection": "string",
"predicted_temperatures": {
"junction": "number (C)",
"case": "number (C)",
"heat_sink": "number (C)"
}
},
"airflow_requirements": {
"minimum_velocity": "number (m/s)",
"volumetric_flow": "number (CFM)"
},
"thermal_margin": "number (C)"
}
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.