Cleanroom operations skill for managing protocols, contamination control, and process flows
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill cleanroom-protocol-manager --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cleanroom Protocol Manager?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-cleanroom-protocol-manager-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: cleanroom-protocol-manager
description: Cleanroom operations skill for managing protocols, contamination control, and process flows
allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
metadata:
specialization: nanotechnology
domain: science
category: infrastructure-quality
priority: high
phase: 6
tools-libraries:
- Cleanroom management systems
- Protocol databases
graph:
domains: [domain:nanotechnology]
skillAreas: [skill-area:mathematical-reasoning, skill-area:physics-simulation, skill-area:data-analysis]
workflows: [workflow:experiment-design]
roles: [role:research-engineer]
---
# 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
```json
{
"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
```json
{
"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"
}
}
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!