Specialized skill for polymer materials analysis including molecular weight distribution, thermal transitions, crystallinity, and rheological properties
Analyzes polymer materials for molecular weight distribution, thermal transitions, crystallinity, and rheological properties.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Polymer Characterization skill provides comprehensive analysis capabilities for polymeric materials, enabling systematic evaluation of molecular weight, thermal behavior, crystallinity, mechanical properties, and chemical structure essential for polymer science and engineering applications.
Sample Preparation
Calibration
Data Analysis
Glass Transition (Tg)
Melting Behavior
Crystallinity Calculation
Crystallinity (%) = (ΔHm / ΔHm°) × 100
Where ΔHm° is the enthalpy of 100% crystalline polymer
Viscosity Measurements
Viscoelastic Properties
Temperature Dependence
FTIR Spectroscopy
NMR Spectroscopy
{
"sample_id": "string",
"polymer_type": "string",
"analysis_methods": ["GPC", "DSC", "rheology", "FTIR", "NMR"],
"solvent": "string (for GPC)",
"temperature_range": {
"start": "number (C)",
"end": "number (C)"
}
}
{
"sample_id": "string",
"molecular_weight": {
"Mn": "number (g/mol)",
"Mw": "number (g/mol)",
"PDI": "number"
},
"thermal_properties": {
"Tg": "number (C)",
"Tm": "number (C)",
"Tc": "number (C)",
"crystallinity": "number (percent)"
},
"rheological_properties": {
"zero_shear_viscosity": "number (Pa.s)",
"crossover_frequency": "number (rad/s)",
"flow_activation_energy": "number (kJ/mol)"
},
"chemical_structure": {
"functional_groups": ["string"],
"degradation_indicators": "string"
}
}
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.