Iso nanotechnology compliance checker
Regulatory compliance skill for ISO nanotechnology standards verification and documentationFrom its SKILL.md
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.
SKILL.md
2.3 KB, 393 tokens by cl100k_base, 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"
}
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.