allotrope-tier1-native-parsing-preferred

Sub-skill of instrument-data-allotrope: Tier 1: Native allotropy parsing (PREFERRED) (+2).

5 stars

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

$curl -o ~/.claude/skills/tier-1-native-allotropy-parsing-preferred/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/science/bio-research/instrument-data-allotrope/tier-1-native-allotropy-parsing-preferred/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/tier-1-native-allotropy-parsing-preferred/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How allotrope-tier1-native-parsing-preferred Compares

Feature / Agentallotrope-tier1-native-parsing-preferredStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

Sub-skill of json-config-loader: 4. Multi-Section INI Parsing.

json-config-loader-1-keyvalue-configuration-parsing

5
from vamseeachanta/workspace-hub

Sub-skill of json-config-loader: 1. Key=Value Configuration Parsing (+1).

instrument-data-allotrope-validation

5
from vamseeachanta/workspace-hub

Sub-skill of instrument-data-allotrope: Validation.

instrument-data-allotrope-pre-parsing-checklist

5
from vamseeachanta/workspace-hub

Sub-skill of instrument-data-allotrope: Pre-Parsing Checklist.

instrument-data-allotrope-output-format-selection

5
from vamseeachanta/workspace-hub

Sub-skill of instrument-data-allotrope: Output Format Selection.

instrument-data-allotrope-installing-allotropy

5
from vamseeachanta/workspace-hub

Sub-skill of instrument-data-allotrope: Installing allotropy (+2).

instrument-data-allotrope-file-structure

5
from vamseeachanta/workspace-hub

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

instrument-data-allotrope-example-1-vi-cell-blu-file

5
from vamseeachanta/workspace-hub

Sub-skill of instrument-data-allotrope: Example 1: Vi-CELL BLU file (+2).

instrument-data-allotrope-common-mistakes-to-avoid

5
from vamseeachanta/workspace-hub

Sub-skill of instrument-data-allotrope: Common Mistakes to Avoid.