# Instrument Data Allotrope File Structure

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

- Skill: `vamseeachanta/instrument-data-allotrope-file-structure` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/instrument-data-allotrope-file-structure`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/instrument-data-allotrope-file-structure/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/instrument-data-allotrope-file-structure

---


# 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
```

