Agent skill

thermal-analysis

Skill for thermal characterization workflows including DSC, TGA, DTA, TMA, and DMA for phase transitions, decomposition, and viscoelastic property analysis

Stars 514
Forks 31

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)

  1. Baseline Correction

    • Select appropriate baseline type (linear, sigmoidal, spline)
    • Define integration limits for peak area calculation
    • Apply correction for instrument drift
  2. Glass Transition Analysis

    • Use midpoint, onset, or inflection method consistently
    • Report heating rate used for measurement
    • Note fictive temperature for aging studies
  3. Enthalpy Calculation

    • Integrate peak area with proper baseline
    • Apply calibration constant from standards
    • Report uncertainty based on baseline selection

Thermogravimetric Analysis (TGA)

  1. Decomposition Analysis

    • Identify mass loss steps and temperatures
    • Calculate derivative curves (DTG) for step resolution
    • Correlate with evolved gas analysis if available
  2. 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)

  1. Viscoelastic Properties

    • Extract storage modulus (E'), loss modulus (E'')
    • Calculate loss tangent (tan delta)
    • Identify glass transition from tan delta peak or E' onset
  2. 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

json
{
  "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

json
{
  "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

  1. Calibrate with certified standards (indium, sapphire) before measurements
  2. Use consistent sample mass and pan type within a study
  3. Report all experimental parameters for reproducibility
  4. Apply appropriate baseline corrections before integration
  5. Use multiple heating rates for kinetic reliability
  6. 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

Expand your agent's capabilities with these related and highly-rated skills.

a5c-ai/babysitter

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).

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results