Agent skill
thermal-analysis
Skill for thermal characterization workflows including DSC, TGA, DTA, TMA, and DMA for phase transitions, decomposition, and viscoelastic property analysis
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/science/materials-science/skills/thermal-analysis
Metadata
Additional technical details for this skill
- phase
- 6
- domain
- science
- category
- materials-characterization
- priority
- high
- specialization
- materials-science
- tools libraries
-
[ "TA Universal Analysis", "Netzsch Proteus", "STARe Software", "TRIOS" ]
SKILL.md
Thermal Analysis Skill
Purpose
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.
Capabilities
- DSC baseline correction and peak integration
- Glass transition temperature (Tg) determination
- Crystallization and melting enthalpy calculation
- TGA decomposition kinetics analysis (Kissinger, FWO methods)
- DTA phase transformation identification
- TMA expansion coefficient calculation
- DMA viscoelastic property extraction (E', E'', tan delta)
- Multi-heating rate kinetic analysis
Usage Guidelines
Differential Scanning Calorimetry (DSC)
-
Baseline Correction
- Select appropriate baseline type (linear, sigmoidal, spline)
- Define integration limits for peak area calculation
- Apply correction for instrument drift
-
Glass Transition Analysis
- Use midpoint, onset, or inflection method consistently
- Report heating rate used for measurement
- Note fictive temperature for aging studies
-
Enthalpy Calculation
- Integrate peak area with proper baseline
- Apply calibration constant from standards
- Report uncertainty based on baseline selection
Thermogravimetric Analysis (TGA)
-
Decomposition Analysis
- Identify mass loss steps and temperatures
- Calculate derivative curves (DTG) for step resolution
- Correlate with evolved gas analysis if available
-
Kinetic Analysis
- Apply isoconversional methods (Kissinger, FWO, KAS)
- Use multiple heating rates (5, 10, 20 K/min minimum)
- Report activation energy with confidence intervals
Dynamic Mechanical Analysis (DMA)
-
Viscoelastic Properties
- Extract storage modulus (E'), loss modulus (E'')
- Calculate loss tangent (tan delta)
- Identify glass transition from tan delta peak or E' onset
-
Frequency Dependence
- Perform temperature-frequency sweeps
- Apply time-temperature superposition
- Generate master curves for long-term prediction
Process Integration
- MS-004: Thermal Analysis Protocol (all phases)
- MS-003: Spectroscopic Analysis Suite (thermal-spectroscopy correlation)
Input Schema
{
"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"
}
Output Schema
{
"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)"
}
}
}
Best Practices
- Calibrate with certified standards (indium, sapphire) before measurements
- Use consistent sample mass and pan type within a study
- Report all experimental parameters for reproducibility
- Apply appropriate baseline corrections before integration
- Use multiple heating rates for kinetic reliability
- Consider thermal lag at high heating rates
Integration Points
- Connects with Spectroscopy Analysis for coupled TGA-FTIR/MS
- Feeds into Polymer Characterization for comprehensive analysis
- Supports Mechanical Testing for property correlation
- Integrates with Materials Database for data archival
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?