cvd-pvd-process-controller
SolidChemical/Physical Vapor Deposition skill for thin film and nanostructure deposition optimization
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
# CVD-PVD Process Controller
## Purpose
The CVD-PVD Process Controller skill provides comprehensive vapor deposition process control for thin film and nanostructure fabrication, enabling optimized growth conditions for various material systems.
## Capabilities
- CVD precursor chemistry selection
- Temperature and pressure optimization
- Plasma-enhanced CVD protocols
- PVD sputtering/evaporation control
- Film stress management
- Rate and uniformity optimization
## Usage Guidelines
### Deposition Process Control
1. **CVD Optimization**
- Select precursor chemistry
- Optimize flow rates
- Control temperature profile
2. **PVD Control**
- Optimize sputter power
- Control deposition rate
- Manage film stress
3. **Quality Assurance**
- Monitor thickness in-situ
- Characterize composition
- Verify stoichiometry
## Process Integration
- Thin Film Deposition Process Optimization
- Nanodevice Integration Process Flow
## Input Schema
```json
{
"deposition_type": "cvd|pecvd|sputtering|evaporation",
"material": "string",
"target_thickness": "number (nm)",
"substrate": "string",
"quality_requirements": {
"uniformity": "number (%)",
"stress": "string (tensile|compressive|neutral)"
}
}
```
## Output Schema
```json
{
"process_parameters": {
"temperature": "number (C)",
"pressure": "number (mTorr)",
"power": "number (W)",
"gas_flows": [{"gas": "string", "flow": "number (sccm)"}]
},
"deposition_rate": "number (n...
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
ald-process-controller
Atomic Layer Deposition skill for conformal thin film deposition with atomic-level thickness control
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
dsa-process-controller
Directed Self-Assembly skill for block copolymer lithography and nanoparticle templating
1,160 Updated today
a5c-ai AI & Automation Solid
plasma-etch-controller
Plasma etching skill for anisotropic nanostructure patterning with selectivity and profile control
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