V-Sekai-fire

Hailo Dfc Compat Probe — Data skill for Claude Code

Data community

Check whether an ONNX model parses on the Hailo Dataflow Compiler for a target Hailo hw_arch, before anything else in a compile-to-HEF pipeline runs.

How to install Hailo Dfc Compat Probe

Installs to ~/.claude/skills/v-sekai-fire-dot-claude-hailo-dfc-compat-probe/SKILL.md

Terminal
mkdir -p ~/.claude/skills/v-sekai-fire-dot-claude-hailo-dfc-compat-probe && curl -fsSL https://raw.githubusercontent.com/V-Sekai-fire/dot-claude/HEAD/skills/hailo-dfc-compat-probe.md -o ~/.claude/skills/v-sekai-fire-dot-claude-hailo-dfc-compat-probe/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Hailo Dfc Compat Probe does


name: hailo-dfc-compat-probe description: Check whether an ONNX model parses on the Hailo Dataflow Compiler for a target Hailo hw_arch, before anything else in a compile-to-HEF pipeline runs. Uses the pre-built `weftspun-hailo-dfc:latest` container and the workspace's `scripts/gate_dfc_parse.py` pattern. Reports pass or names the failing op/format via the traceback. Use when adding a new model to a Hailo-target project (rf-detr, YOLO, ViT variant), when a compile pipeline hits a parser error

Alternatives in Data

  • HTML Anything — ✨ The agentic HTML editor — your local AI agent writes the HTML, you ship it 8.5k ★
  • Check Data Quality — Renamed → /portaljs-check-data-quality 2.3k ★
  • /recon — Run the full recon pipeline on a target and produce a prioritized attack surface 927 ★

Full documentation available on GitHub

View Source Repository