Nanofabrication metrology skill for process control with CD-SEM, ellipsometry, and profilometry
Controls nanofabrication processes by automating CD-SEM, ellipsometry, and profilometry measurements for precision metrology.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Cleanroom Metrology Controller skill provides comprehensive in-line metrology for nanofabrication process control, enabling precise measurement and monitoring of critical dimensions, film thicknesses, and pattern quality.
CD-SEM Measurements
Ellipsometry
Defect Inspection
{
"measurement_type": "cd_sem|ellipsometry|profilometry|defect",
"target_parameter": "string",
"wafer_map": {"sites": "number", "pattern": "string"},
"specification": {
"target": "number",
"tolerance": "number"
}
}
{
"measurements": [{
"site": "string",
"value": "number",
"unit": "string"
}],
"statistics": {
"mean": "number",
"std_dev": "number",
"range": "number"
},
"uniformity": "number (%)",
"pass_fail": "boolean",
"trending_data": {"dates": [], "values": []}
}
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.