'Sub-skill of instrument-data-allotrope: Tier 1: Native allotropy parsing
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill tier-1-native-allotropy-parsing-preferred --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tier 1 Native Allotropy Parsing Preferred?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-tier-1-native-allotropy-parsing-preferred)More formats (shields.io, HTML) on the badges page.
---
name: allotrope-tier1-native-parsing-preferred
description: 'Sub-skill of instrument-data-allotrope: Tier 1: Native allotropy parsing
(PREFERRED) (+2).'
version: 1.0.0
category: science
type: reference
scripts_exempt: true
---
# Tier 1: Native allotropy parsing (PREFERRED) (+2)
## Tier 1: Native allotropy parsing (PREFERRED)
**Always try allotropy first.** Check available vendors directly:
```python
from allotropy.parser_factory import Vendor
# List all supported vendors
for v in Vendor:
print(f"{v.name}")
# Common vendors:
# AGILENT_TAPESTATION_ANALYSIS (for TapeStation XML)
# BECKMAN_VI_CELL_BLU
# THERMO_FISHER_NANODROP_EIGHT
# MOLDEV_SOFTMAX_PRO
# APPBIO_QUANTSTUDIO
# ... many more
```
**When the user provides a file, check if allotropy supports it before falling back to manual parsing.** The `scripts/convert_to_asm.py` auto-detection only covers a subset of allotropy vendors.
## Tier 2: Flexible fallback parsing
**Only use if allotropy doesn't support the instrument.** This fallback:
- Does NOT generate `calculated-data-aggregate-document`
- Does NOT include full traceability
- Produces simplified ASM structure
Use flexible parser with:
- Column name fuzzy matching
- Unit extraction from headers
- Metadata extraction from file structure
## Tier 3: PDF extraction
For PDF-only files, extract tables using pdfplumber, then apply Tier 2 parsing.
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!