allotrope-tier1-native-parsing-preferred
Sub-skill of instrument-data-allotrope: Tier 1: Native allotropy parsing (PREFERRED) (+2).
Best use case
allotrope-tier1-native-parsing-preferred is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of instrument-data-allotrope: Tier 1: Native allotropy parsing (PREFERRED) (+2).
Teams using allotrope-tier1-native-parsing-preferred should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/tier-1-native-allotropy-parsing-preferred/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How allotrope-tier1-native-parsing-preferred Compares
| Feature / Agent | allotrope-tier1-native-parsing-preferred | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of instrument-data-allotrope: Tier 1: Native allotropy parsing (PREFERRED) (+2).
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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.Related Skills
worktree-pre-push-bypass-for-tier1-checks
Handle workspace-hub integration-branch pushes from isolated git worktrees when the pre-push hook incorrectly assumes sibling tier-1 repos exist under the worktree path.
instrument-data-allotrope
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.
native-mcp
Built-in MCP (Model Context Protocol) client that connects to external MCP servers, discovers their tools, and registers them as native Hermes Agent tools. Supports stdio and HTTP transports with automatic reconnection, security filtering, and zero-config tool injection.
json-config-loader-4-multi-section-ini-parsing
Sub-skill of json-config-loader: 4. Multi-Section INI Parsing.
json-config-loader-1-keyvalue-configuration-parsing
Sub-skill of json-config-loader: 1. Key=Value Configuration Parsing (+1).
instrument-data-allotrope-validation
Sub-skill of instrument-data-allotrope: Validation.
instrument-data-allotrope-pre-parsing-checklist
Sub-skill of instrument-data-allotrope: Pre-Parsing Checklist.
instrument-data-allotrope-output-format-selection
Sub-skill of instrument-data-allotrope: Output Format Selection.
instrument-data-allotrope-installing-allotropy
Sub-skill of instrument-data-allotrope: Installing allotropy (+2).
instrument-data-allotrope-file-structure
Sub-skill of instrument-data-allotrope: File Structure.
instrument-data-allotrope-example-1-vi-cell-blu-file
Sub-skill of instrument-data-allotrope: Example 1: Vi-CELL BLU file (+2).
instrument-data-allotrope-common-mistakes-to-avoid
Sub-skill of instrument-data-allotrope: Common Mistakes to Avoid.