Skill for thermal management design and heat transfer analysis across conduction, convection, and radiation including heat sink sizing and electronic cooling
Performs thermal management design and heat transfer analysis for electronic cooling and heat sink sizing.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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)"
}
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.