agentsclimarketplace

Fib mill controller

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/fib-mill-controller

Focused Ion Beam milling skill for site-specific nanofabrication and cross-section preparationFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill fib-mill-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

FIB Mill Controller

Purpose

The FIB Mill Controller skill provides focused ion beam process control for site-specific nanofabrication and sample preparation, enabling precise material removal and deposition at the nanoscale.

Capabilities

  • TEM lamella preparation
  • Nanoscale milling and deposition
  • Pattern writing and editing
  • Cross-section imaging
  • Gas-assisted etching/deposition
  • Damage minimization protocols

Usage Guidelines

FIB Processing

  1. TEM Lamella Preparation

    • Deposit protective cap
    • Rough mill with high current
    • Fine polish to target thickness
  2. Nanofabrication

    • Define pattern geometry
    • Optimize beam parameters
    • Minimize gallium implantation
  3. Circuit Editing

    • Navigate to target location
    • Selective material removal
    • Metal deposition for reconnection

Process Integration

  • Nanodevice Integration Process Flow
  • Multi-Modal Nanomaterial Characterization Pipeline

Input Schema

{
  "operation": "lamella|milling|deposition|cross_section",
  "material": "string",
  "target_thickness": "number (nm, for lamella)",
  "pattern_file": "string (for milling)",
  "beam_voltage": "number (kV)"
}

Output Schema

{
  "process_parameters": {
    "beam_current": "number (pA)",
    "dwell_time": "number (us)",
    "overlap": "number (%)"
  },
  "milling_depth": "number (nm)",
  "lamella_thickness": "number (nm)",
  "damage_layer": "number (nm)",
  "processing_time": "number (minutes)"
}

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.