Fluorescence spectroscopy skill for quantum dot characterization, FRET measurements, and photoluminescence analysis
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill fluorescence-spectroscopy-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fluorescence Spectroscopy Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-fluorescence-spectroscopy-analyzer-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: fluorescence-spectroscopy-analyzer
description: Fluorescence spectroscopy skill for quantum dot characterization, FRET measurements, and photoluminescence analysis
allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
metadata:
specialization: nanotechnology
domain: science
category: spectroscopy
priority: high
phase: 6
tools-libraries:
- FluorEssence
- Edinburgh Instruments F980
- Custom analysis tools
graph:
domains: [domain:nanotechnology]
skillAreas: [skill-area:mathematical-reasoning, skill-area:physics-simulation, skill-area:data-analysis]
workflows: [workflow:experiment-design]
roles: [role:research-engineer]
---
# 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
```json
{
"sample_id": "string",
"excitation_wavelength": "number (nm)",
"measurement_type": "steady_state|time_resolved|quantum_yield",
"reference_standard": "string (optional)"
}
```
## Output Schema
```json
{
"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"
}
}
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!