agentsclimarketplace

Nanomaterial lims manager

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/nanomaterial-lims-manager

Laboratory Information Management System skill for nanomaterial sample tracking and data managementFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill nanomaterial-lims-manager

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, 400 tokens by cl100k_base, as published. Nobody here has run it

Nanomaterial LIMS Manager

Purpose

The Nanomaterial LIMS Manager skill provides comprehensive laboratory information management for nanomaterial research, enabling systematic sample tracking, data linking, and quality assurance throughout the development lifecycle.

Capabilities

  • Sample tracking and chain of custody
  • Synthesis parameter logging
  • Characterization data linking
  • Batch genealogy tracking
  • Quality control checkpoints
  • Regulatory documentation

Usage Guidelines

LIMS Operations

  1. Sample Management

    • Register new samples
    • Track sample locations
    • Maintain chain of custody
  2. Data Integration

    • Link synthesis records
    • Associate characterization data
    • Build batch genealogy
  3. Quality Management

    • Define QC checkpoints
    • Track specifications
    • Generate certificates

Process Integration

  • All synthesis and characterization processes
  • Nanomaterial Scale-Up and Process Transfer

Input Schema

{
  "operation": "register|track|query|report",
  "sample_id": "string",
  "sample_type": "nanoparticle|thin_film|device",
  "metadata": {
    "project": "string",
    "synthesized_by": "string",
    "synthesis_date": "string"
  }
}

Output Schema

{
  "sample_record": {
    "sample_id": "string",
    "status": "active|consumed|archived",
    "location": "string",
    "linked_data": [{
      "data_type": "string",
      "record_id": "string"
    }]
  },
  "genealogy": {
    "parent_batch": "string",
    "derived_samples": ["string"]
  },
  "qc_status": {
    "checkpoints_passed": "number",
    "checkpoints_total": "number",
    "status": "pass|fail|pending"
  }
}

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,059. 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.