Agent skill
contact-angle-analyzer
Wettability analysis skill for surface energy characterization and hydrophobicity/hydrophilicity assessment
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/science/nanotechnology/skills/contact-angle-analyzer
Metadata
Additional technical details for this skill
- phase
- 6
- domain
- science
- category
- surface-analysis
- priority
- medium
- specialization
- nanotechnology
- tools libraries
-
[ "Contact angle goniometers", "Surface energy calculators" ]
SKILL.md
Contact Angle Analyzer
Purpose
The Contact Angle Analyzer skill provides comprehensive wettability analysis for nanomaterial surfaces, enabling determination of surface energy components and characterization of hydrophobic/hydrophilic properties.
Capabilities
- Static contact angle measurement
- Dynamic advancing/receding angles
- Surface energy calculation (Owens-Wendt, van Oss)
- Wilhelmy plate analysis
- Surface roughness correlation
- Superhydrophobic/superhydrophilic assessment
Usage Guidelines
Wettability Analysis
-
Contact Angle Measurement
- Use consistent droplet volume (2-5 uL)
- Allow equilibration before measurement
- Report average of multiple measurements
-
Surface Energy Calculation
- Use multiple probe liquids
- Apply Owens-Wendt for dispersive/polar
- Use van Oss for acid-base analysis
-
Surface Classification
- Hydrophilic: theta < 90 degrees
- Hydrophobic: theta > 90 degrees
- Superhydrophobic: theta > 150 degrees
Process Integration
- Nanomaterial Surface Functionalization Pipeline
- Thin Film Deposition Process Optimization
Input Schema
{
"sample_id": "string",
"probe_liquids": ["water", "diiodomethane", "formamide"],
"measurement_type": "static|dynamic|wilhelmy",
"surface_roughness": "number (nm, optional)"
}
Output Schema
{
"contact_angles": [{
"liquid": "string",
"angle": "number (degrees)",
"std_dev": "number"
}],
"surface_energy": {
"total": "number (mJ/m2)",
"dispersive": "number (mJ/m2)",
"polar": "number (mJ/m2)"
},
"wettability_class": "string"
}
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?