agentsclimarketplace

Dsa process controller

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/dsa-process-controller

Directed Self-Assembly skill for block copolymer lithography and nanoparticle templatingFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill dsa-process-controller

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

SKILL.md

2.2 KB, 401 tokens by cl100k_base, as published. Nobody here has run it

DSA Process Controller

Purpose

The DSA Process Controller skill provides directed self-assembly process control for block copolymer lithography and nanoparticle templating, enabling sub-lithographic patterning through controlled polymer phase separation.

Capabilities

  • Block copolymer selection and design
  • Annealing protocol optimization
  • Defect density analysis
  • Pattern transfer protocols
  • Graphoepitaxy and chemoepitaxy
  • Long-range order characterization

Usage Guidelines

DSA Process Control

  1. BCP Selection

    • Match pitch to target
    • Consider chi-N product
    • Select morphology (lamellar, cylindrical)
  2. Annealing Optimization

    • Choose thermal vs solvent vapor
    • Optimize temperature/time
    • Achieve equilibrium morphology
  3. Defect Analysis

    • Classify defect types
    • Quantify defect density
    • Identify root causes

Process Integration

  • Directed Self-Assembly Process Development
  • Nanolithography Process Development

Input Schema

{
  "bcp_system": "string (e.g., PS-b-PMMA)",
  "target_pitch": "number (nm)",
  "morphology": "lamellar|cylindrical|spherical",
  "guiding_type": "graphoepitaxy|chemoepitaxy",
  "substrate_pattern": "string"
}

Output Schema

{
  "annealing_protocol": {
    "method": "thermal|svA",
    "temperature": "number (C)",
    "time": "number (hours)",
    "solvent": "string (optional)"
  },
  "achieved_pitch": "number (nm)",
  "defect_density": "number (defects/um2)",
  "correlation_length": "number (nm)",
  "pattern_quality": "string"
}

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.