Nanofabrication metrology skill for process control with CD-SEM, ellipsometry, and profilometry
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill cleanroom-metrology-controller --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cleanroom Metrology Controller?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-cleanroom-metrology-controller-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: cleanroom-metrology-controller
description: Nanofabrication metrology skill for process control with CD-SEM, ellipsometry, and profilometry
allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
metadata:
specialization: nanotechnology
domain: science
category: fabrication
priority: high
phase: 6
tools-libraries:
- CDSEM recipe managers
- Ellipsometry fitting software
graph:
domains: [domain:nanotechnology]
skillAreas: [skill-area:mathematical-reasoning, skill-area:physics-simulation, skill-area:data-analysis]
workflows: [workflow:experiment-design]
roles: [role:research-engineer]
---
# Cleanroom Metrology Controller
## Purpose
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.
## Capabilities
- CD-SEM measurement recipes
- Spectroscopic ellipsometry analysis
- Film thickness mapping
- Surface profilometry
- Defect inspection
- Overlay measurement
## Usage Guidelines
### Metrology Control
1. **CD-SEM Measurements**
- Develop automated recipes
- Calibrate against reference
- Track process variation
2. **Ellipsometry**
- Select appropriate model
- Map thickness uniformity
- Characterize optical constants
3. **Defect Inspection**
- Set detection thresholds
- Classify defect types
- Track yield trends
## Process Integration
- All fabrication processes
- Analysis Pipeline Validation
## Input Schema
```json
{
"measurement_type": "cd_sem|ellipsometry|profilometry|defect",
"target_parameter": "string",
"wafer_map": {"sites": "number", "pattern": "string"},
"specification": {
"target": "number",
"tolerance": "number"
}
}
```
## Output Schema
```json
{
"measurements": [{
"site": "string",
"value": "number",
"unit": "string"
}],
"statistics": {
"mean": "number",
"std_dev": "number",
"range": "number"
},
"uniformity": "number (%)",
"pass_fail": "boolean",
"trending_data": {"dates": [], "values": []}
}
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!