Instrument Data Allotrope File Structure

Sub-skill of instrument-data-allotrope: File Structure.

vamseeachanta Updated

File contents

File Structure

File Structure

instrument-data-to-allotrope/
├── SKILL.md                          # This file
├── scripts/
│   ├── convert_to_asm.py            # Main conversion script
│   ├── flatten_asm.py               # ASM -> 2D CSV conversion
│   ├── export_parser.py             # Generate standalone parser code
│   └── validate_asm.py              # Validate ASM output quality
└── references/
    ├── supported_instruments.md     # Full instrument list with Vendor enums
    ├── asm_schema_overview.md       # ASM structure reference
    ├── field_classification_guide.md # Where to put different field types
    └── flattening_guide.md          # How flattening works

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/science/bio-research/instrument-data-allotrope/file-structure commit 8f83cbb379

Frequently asked questions

npx skillmds@latest add vamseeachanta/instrument-data-allotrope-file-structure