agentsclimarketplace

Fluorescence spectroscopy analyzer

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/fluorescence-spectroscopy-analyzer

Fluorescence spectroscopy skill for quantum dot characterization, FRET measurements, and photoluminescence analysisFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill fluorescence-spectroscopy-analyzer

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

Fluorescence Spectroscopy Analyzer

Purpose

The Fluorescence Spectroscopy Analyzer skill provides comprehensive photoluminescence characterization of nanomaterials, enabling analysis of emission properties, quantum yields, and energy transfer processes.

Capabilities

  • Excitation/emission spectra
  • Quantum yield calculation
  • Fluorescence lifetime measurements
  • FRET efficiency calculation
  • Photostability assessment
  • Single-particle fluorescence

Usage Guidelines

Fluorescence Analysis

  1. Spectral Measurements

    • Acquire excitation and emission spectra
    • Correct for instrument response
    • Identify emission maxima
  2. Quantum Yield

    • Use integrating sphere or reference
    • Account for reabsorption
    • Report with standard
  3. Lifetime Measurements

    • Use TCSPC for time-resolved
    • Fit decay curves
    • Identify multiple components

Process Integration

  • Multi-Modal Nanomaterial Characterization Pipeline
  • Nanosensor Development and Validation Pipeline
  • Nanoparticle Drug Delivery System Development

Input Schema

{
  "sample_id": "string",
  "excitation_wavelength": "number (nm)",
  "measurement_type": "steady_state|time_resolved|quantum_yield",
  "reference_standard": "string (optional)"
}

Output Schema

{
  "emission": {
    "peak_wavelength": "number (nm)",
    "fwhm": "number (nm)",
    "stokes_shift": "number (nm)"
  },
  "quantum_yield": {
    "value": "number",
    "method": "string",
    "reference": "string"
  },
  "lifetime": {
    "tau1": "number (ns)",
    "amplitude1": "number",
    "tau2": "number (ns, optional)",
    "chi_squared": "number"
  }
}

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.