home / skills / a5c-ai / babysitter / nanoimprint-process-controller
This skill helps you optimize nanoimprint lithography processes by managing templates, controlling temperature and pressure, and analyzing defects for
npx playbooks add skill a5c-ai/babysitter --skill nanoimprint-process-controllerReview the files below or copy the command above to add this skill to your agents.
---
name: nanoimprint-process-controller
description: Nanoimprint Lithography skill for high-throughput nanopatterning with template management and demolding optimization
allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
metadata:
specialization: nanotechnology
domain: science
category: fabrication
priority: medium
phase: 6
tools-libraries:
- NIL process simulation
- Template design tools
---
# Nanoimprint Process Controller
## Purpose
The Nanoimprint Process Controller skill provides comprehensive nanoimprint lithography process control, enabling high-throughput nanopatterning through template design, imprint optimization, and defect management.
## Capabilities
- Template design and fabrication
- Imprint pressure and temperature optimization
- UV-NIL and thermal NIL protocols
- Demolding force analysis
- Residual layer control
- Defect inspection and yield analysis
## Usage Guidelines
### NIL Process Control
1. **Template Preparation**
- Design with demolding in mind
- Apply anti-sticking treatment
- Verify pattern fidelity
2. **Imprint Optimization**
- Optimize pressure and temperature
- Control residual layer thickness
- Minimize defects
3. **Yield Improvement**
- Track defect types
- Optimize demolding conditions
- Implement cleaning protocols
## Process Integration
- Nanolithography Process Development
- Directed Self-Assembly Process Development
## Input Schema
```json
{
"template_id": "string",
"resist_type": "thermal|uv_curable",
"target_features": {
"min_cd": "number (nm)",
"pitch": "number (nm)",
"aspect_ratio": "number"
},
"substrate": "string"
}
```
## Output Schema
```json
{
"process_parameters": {
"temperature": "number (C)",
"pressure": "number (bar)",
"time": "number (s)",
"uv_dose": "number (mJ/cm2)"
},
"residual_layer": "number (nm)",
"demolding_force": "number (N)",
"defect_density": "number (defects/cm2)",
"yield": "number (%)"
}
```
This skill provides automated control for nanoimprint lithography workflows focused on high-throughput nanopatterning. It combines template management, imprint parameter optimization, and demolding analysis to maximize yield and minimize defects. The skill outputs actionable process parameters and key metrics for integration with production systems.
The controller takes template and substrate inputs plus target feature specs, then evaluates template readiness and recommends anti-sticking treatments. It runs an optimization loop over temperature, pressure, time and UV dose (for UV-NIL) to reach target residual layer and pattern fidelity. Finally it predicts demolding force, estimates defect density, and computes expected yield for use in process decisions.
What inputs are required to generate a process recipe?
Provide template_id, resist_type, target_features (min CD, pitch, aspect ratio) and substrate. The skill uses these to evaluate template readiness and compute parameters.
Does it support both UV-NIL and thermal NIL?
Yes. The skill optimizes UV dose and exposure timing for UV-curable resists and temperature profiles for thermal processes.