Skill for surface composition, chemical state, and topography analysis including XPS depth profiling, AFM imaging, and contact angle measurements
Analyzes surface composition, topography, and wettability using XPS, AFM, and contact angle measurements.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Surface Analysis skill provides comprehensive capabilities for characterizing material surfaces, enabling detailed analysis of surface composition, chemical bonding states, topography, and interfacial properties critical for understanding surface-sensitive phenomena.
Survey Spectra
High-Resolution Spectra
Peak Fitting
Depth Profiling
Imaging Mode Selection
Image Analysis
Force Spectroscopy
Measurement Methods
Surface Energy Calculation
Interpretation
{
"sample_id": "string",
"technique": "XPS|AFM|contact_angle|profilometry",
"analysis_type": "survey|depth_profile|imaging|force_spectroscopy|wettability",
"parameters": {
"scan_area": "number (um x um for AFM)",
"sputter_depth": "number (nm for XPS)",
"probe_liquids": ["string (for contact angle)"]
}
}
{
"sample_id": "string",
"xps_results": {
"elemental_composition": [
{
"element": "string",
"concentration": "number (at%)",
"chemical_states": [
{
"state": "string",
"binding_energy": "number (eV)",
"fraction": "number (percent)"
}
]
}
],
"depth_profile": {
"depth": ["number (nm)"],
"composition": {}
}
},
"afm_results": {
"roughness": {
"Ra": "number (nm)",
"RMS": "number (nm)",
"Rmax": "number (nm)"
},
"features": ["string"]
},
"surface_energy": {
"total": "number (mJ/m2)",
"dispersive": "number (mJ/m2)",
"polar": "number (mJ/m2)"
}
}
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 a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.