library/specializations/domains/science/nanotechnology/skills/cleanroom-protocol-manager/SKILL.md
Cleanroom operations skill for managing protocols, contamination control, and process flows
npx skillsauth add a5c-ai/babysitter cleanroom-protocol-managerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The Cleanroom Protocol Manager skill provides comprehensive management of cleanroom operations for nanofabrication, ensuring protocol compliance, contamination control, and efficient process flows.
Protocol Development
Process Control
Documentation
{
"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"
}
{
"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"
}
}
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.