Iso nanotechnology compliance checker
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill iso-nanotechnology-compliance-checkerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Regulatory compliance skill for ISO nanotechnology standards verification and documentation
SKILL.md
2.3 KB, as published. Nobody here has run it
ISO Nanotechnology Compliance Checker
Purpose
The ISO Nanotechnology Compliance Checker skill provides systematic verification of compliance with ISO nanotechnology standards, enabling proper documentation, terminology, and safety practices alignment.
Capabilities
- ISO/TS 80004 terminology compliance
- ISO/TR 13014 characterization guidance
- ISO/TR 12885 safety practices
- Documentation template generation
- Compliance audit checklists
- Gap analysis reports
Usage Guidelines
Compliance Verification
-
Standards Identification
- Identify applicable standards
- Determine requirements
- Map to current practices
-
Gap Analysis
- Compare practices to requirements
- Identify non-conformances
- Prioritize remediation
-
Documentation
- Generate compliant templates
- Create audit trails
- Prepare for certification
Process Integration
- Nanomaterial Safety Assessment Pipeline
- Nanomaterial Scale-Up and Process Transfer
Input Schema
{
"material_type": "string",
"application_area": "medical|electronics|cosmetics|industrial",
"standards_to_check": ["ISO/TS 80004", "ISO/TR 13014"],
"current_documentation": "string (path)"
}
Output Schema
{
"applicable_standards": [{
"standard": "string",
"title": "string",
"relevance": "mandatory|recommended"
}],
"compliance_status": {
"compliant": "number",
"non_compliant": "number",
"not_assessed": "number"
},
"gaps": [{
"requirement": "string",
"current_status": "string",
"remediation": "string"
}],
"overall_rating": "compliant|partially_compliant|non_compliant"
}