agentsclimarketplace

Cleanroom protocol manager

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/cleanroom-protocol-manager

Cleanroom operations skill for managing protocols, contamination control, and process flowsFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill cleanroom-protocol-manager

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, 381 tokens by cl100k_base, as published. Nobody here has run it

Cleanroom Protocol Manager

Purpose

The Cleanroom Protocol Manager skill provides comprehensive management of cleanroom operations for nanofabrication, ensuring protocol compliance, contamination control, and efficient process flows.

Capabilities

  • Protocol version control
  • Equipment qualification tracking
  • Contamination monitoring
  • Process flow documentation
  • Training record management
  • Maintenance scheduling

Usage Guidelines

Protocol Management

  1. Protocol Development

    • Create step-by-step procedures
    • Define critical parameters
    • Include safety requirements
  2. Process Control

    • Track process execution
    • Monitor contamination levels
    • Manage equipment status
  3. Documentation

    • Maintain revision history
    • Track operator training
    • Generate reports

Process Integration

  • All fabrication processes
  • Nanomaterial Scale-Up and Process Transfer

Input Schema

{
  "operation": "create_protocol|update_protocol|track_execution|query_status",
  "protocol_id": "string",
  "process_type": "lithography|deposition|etch|characterization",
  "cleanroom_class": "1|10|100|1000|10000"
}

Output Schema

{
  "protocol": {
    "id": "string",
    "version": "string",
    "status": "active|draft|deprecated",
    "steps": [{
      "step_number": "number",
      "description": "string",
      "equipment": "string",
      "parameters": {}
    }]
  },
  "execution_log": {
    "total_runs": "number",
    "success_rate": "number (%)",
    "last_run": "string"
  },
  "contamination_status": {
    "particle_count": "number",
    "classification_met": "boolean"
  }
}

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.