Skill for thermal characterization workflows including DSC, TGA, DTA, TMA, and DMA for phase transitions, decomposition, and viscoelastic property analysis
Performs thermal analysis using DSC, TGA, DMA, and other techniques to characterize phase transitions and material properties.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Thermal Analysis skill provides comprehensive thermal characterization workflows for materials science applications, enabling systematic analysis of phase transitions, thermal stability, decomposition kinetics, and viscoelastic properties through DSC, TGA, DTA, TMA, and DMA techniques.
Baseline Correction
Glass Transition Analysis
Enthalpy Calculation
Decomposition Analysis
Kinetic Analysis
Viscoelastic Properties
Frequency Dependence
{
"sample_id": "string",
"technique": "DSC|TGA|DTA|TMA|DMA",
"temperature_range": {
"start": "number (C)",
"end": "number (C)"
},
"heating_rate": "number (K/min) or array",
"atmosphere": "nitrogen|air|argon|oxygen",
"analysis_type": "transition|kinetics|modulus|expansion"
}
{
"sample_id": "string",
"technique": "string",
"results": {
"transitions": [
{
"type": "Tg|Tm|Tc|Td",
"temperature": "number (C)",
"enthalpy": "number (J/g)",
"method": "string"
}
],
"kinetics": {
"activation_energy": "number (kJ/mol)",
"pre_exponential": "number",
"method": "string"
},
"mechanical": {
"storage_modulus": "number (Pa)",
"loss_modulus": "number (Pa)",
"tan_delta_peak": "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.