Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill instrument-data-allotrope --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Instrument Data Allotrope?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-instrument-data-allotrope)More formats (shields.io, HTML) on the badges page.
---
name: instrument-data-allotrope
description: Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to
Allotrope Simple Model (ASM) JSON format or flattened 2D CSV for LIMS systems and
data lakes.
type: reference
version: 1.0.0
category: science
last_updated: 2026-02-03
source: https://github.com/anthropics/knowledge-work-plugins
related_skills:
- single-cell-rna-qc
- scvi-tools
- nextflow-pipelines
- clinical-trial-protocol
- scientific-problem-selection
capabilities: []
requires: []
tags: []
scripts_exempt: true
---
# Instrument Data Allotrope
## Quick Start
```python
# Install requirements first
pip install allotropy pandas openpyxl pdfplumber --break-system-packages
# Core conversion
from allotropy.parser_factory import Vendor
from allotropy.to_allotrope import allotrope_from_file
# Convert with allotropy
asm = allotrope_from_file("instrument_data.csv", Vendor.BECKMAN_VI_CELL_BLU)
```
## Sub-Skills
- [Workflow Overview](workflow-overview/SKILL.md)
- [Output Format Selection](output-format-selection/SKILL.md)
- [Calculated Data Handling](calculated-data-handling/SKILL.md)
- [Validation](validation/SKILL.md)
- [Supported Instruments](supported-instruments/SKILL.md)
- [Tier 1: Native allotropy parsing (PREFERRED) (+2)](tier-1-native-allotropy-parsing-preferred/SKILL.md)
- [Pre-Parsing Checklist](pre-parsing-checklist/SKILL.md)
- [Common Mistakes to Avoid](common-mistakes-to-avoid/SKILL.md)
- [Code Export for Data Engineers](code-export-for-data-engineers/SKILL.md)
- [File Structure](file-structure/SKILL.md)
- [Example 1: Vi-CELL BLU file (+2)](example-1-vi-cell-blu-file/SKILL.md)
- [Installing allotropy (+2)](installing-allotropy/SKILL.md)
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!