agentsclimarketplace

Cleanroom metrology controller

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/cleanroom-metrology-controller

Nanofabrication metrology skill for process control with CD-SEM, ellipsometry, and profilometryFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill cleanroom-metrology-controller

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.1 KB, 372 tokens by cl100k_base, as published. Nobody here has run it

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

{
  "measurement_type": "cd_sem|ellipsometry|profilometry|defect",
  "target_parameter": "string",
  "wafer_map": {"sites": "number", "pattern": "string"},
  "specification": {
    "target": "number",
    "tolerance": "number"
  }
}

Output Schema

{
  "measurements": [{
    "site": "string",
    "value": "number",
    "unit": "string"
  }],
  "statistics": {
    "mean": "number",
    "std_dev": "number",
    "range": "number"
  },
  "uniformity": "number (%)",
  "pass_fail": "boolean",
  "trending_data": {"dates": [], "values": []}
}

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.