agentsclimarketplace

Iso nanotechnology compliance checker

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/iso-nanotechnology-compliance-checker

Regulatory compliance skill for ISO nanotechnology standards verification and documentationFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill iso-nanotechnology-compliance-checker

Assembled 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

  1. Standards Identification

    • Identify applicable standards
    • Determine requirements
    • Map to current practices
  2. Gap Analysis

    • Compare practices to requirements
    • Identify non-conformances
    • Prioritize remediation
  3. 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.

Keep looking

Skills are one crate of 325,949. 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.