# fusion-export-for-hydrogen

Export a Fusion 360 Electronics design for Hydrogen by orchestrating **AdomBridge
`fusion_*` primitives** from the container — no Fusion add-in buttons required.
Produces silkscreen PNGs, board/schematic source (`.fbrd`/`.fsch`), and 3D models
(`.usdz`/`.step`/`.f3d`), then publishes via the **`adom-wiki`** CLI.

```bash
adom-wiki pkg install adom/fusion-export-for-hydrogen
```

Installs to `~/.claude/skills/fusion-export-for-hydrogen/`. See `SKILL.md` for the
full workflow (open the `.fbrd` directly to skip the multi-design picker; publish
with the `adom-wiki` CLI).

## Molecule pipeline

Part of the **Fusion → Hydrogen molecule pipeline** (➤ = you are here):

1. [adom-desktop-fusion-bridge](https://wiki.adom.inc/adom/adom-desktop-fusion-bridge) — Fusion add-in — exports BRD/SCH/STEP/USDZ + silkscreen PNGs
2. ➤ **[fusion-export-for-hydrogen](https://wiki.adom.inc/adom/fusion-export-for-hydrogen)** — skill that orchestrates the bridge export
3. [step2glb](https://wiki.adom.inc/adom/step2glb) — STEP→GLB conversion + silkscreen overlay (auto-run at `adom-wiki pkg publish`)
4. [adom-molecule](https://wiki.adom.inc/adom/adom-molecule) — imports a published wiki molecule into Hydrogen

Published & installed via [adom-wiki](https://wiki.adom.inc/adom/adom-wiki-cli) · bundled in [core](https://wiki.adom.inc/adom/core).
