cleanroom-metrology-controller
SolidNanofabrication metrology skill for process control with CD-SEM, ellipsometry, and profilometry
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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": []}
...
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
cleanroom-protocol-manager
Cleanroom operations skill for managing protocols, contamination control, and process flows
1,160 Updated today
a5c-ai AI & Automation Solid
nanoimprint-process-controller
Nanoimprint Lithography skill for high-throughput nanopatterning with template management and demolding optimization
1,160 Updated today
a5c-ai AI & Automation Solid
ebl-process-controller
Electron Beam Lithography skill for high-resolution nanopatterning with dose optimization and proximity effect correction
1,160 Updated today
a5c-ai AI & Automation Solid
nanosensor-calibration-manager
Nanosensor characterization skill for calibration, sensitivity analysis, and selectivity validation
1,160 Updated today
a5c-ai AI & Automation Solid
afm-spm-analyzer
Atomic Force Microscopy and Scanning Probe Microscopy skill for nanoscale topography, mechanical, and electrical property mapping
1,160 Updated today
a5c-ai