Propose a change
Name Last commit message Last updated
docs Publish 1.0.0 4d ago
install.sh Publish 1.0.0 4d ago
package.json Publish 1.0.0 4d ago
page.json Initial commit: skill/fusion 4d ago
README.md Initial commit: skill/fusion 4d ago
SKILL.md Publish 1.0.0 4d ago
uninstall.sh Publish 1.0.0 4d ago

Adom for Fusion 360

One map of every Adom surface, app, skill and EDA tool that works with Fusion 360 Electronics.

This is a hub page. When Hydrogen Desktop finishes installing it opens an AI thread that explores what EDA tools the user has and what they can do with them. For Fusion, this page is the answer: the complete, current menu of options, each row handing off to the canonical tool that does the work. Its dependency graph is the toolkit.

Sister hubs: Adom for KiCad · Adom for Altium. All three belong to the adom/eda family.

When this fires

The user has Fusion 360 running (Adom Desktop's bridge can confirm), or the workspace holds any of: *.f3d, *.f3z, *.fbrd, *.fsch, or a Fusion/EAGLE *.lbr.

Options at a glance

Intent Tool You get How to invoke
Drive Fusion live adom/adom-desktop-fusion-bridge Launch, board layout, IPC package gen, export STEP/STL/USDZ/gerbers/BOM/CPL, APS search adom-desktop skill, fusion_* verbs
Install the bridge layer adom/fusion-bootstrap The Fusion bridge tools, split out of adom/core bootstrap
Connect cloud designs adom/fusion-aps-adom (private) Zero-setup Autodesk APS cloud search (Adom org) skill
View a STEP (no Fusion) adom/adom-step Fusion-style STEP viewer + measure in a webview app
Update libraries (keep silk) adom/fusion-update-libraries Refresh component libs, preserve silk, sync 3D skill
Browse & add from wiki adom/adom-project-manager Add wiki components/boards into the Fusion library webview app
Basic parts .lbr adom/adom-basic-parts-fusion-lbr All Adom basic parts as one drop-in Fusion library component
Adom machine parts barrett-land/adom-library-importer Install Adom pins/contacts into Fusion skill
Source a part (full) adom/adom-chip-fetcher Fusion/EAGLE .lbr + STEP + datasheet CLI
Source a part (fast) adom/chip-fetcher-lite Wiki-first staging app
Price / stock / datasheet adom/adom-parts-search Mouser+DigiKey+JLCPCB data (no CAD) CLI + webview
Translate a library adom/adom-lbr Any EDA ⇄ Fusion/EAGLE .lbr app
Make a symbol / footprint adom/adom-symbol · adom/adom-footprint Deliver to Fusion (and KiCad) app
Datasheet → CAD adom/adom-ds2sf PDF → symbol + footprint app
STEP → GLB adom/adom-step2glb Color-preserving GLB CLI
Validate footprint vs 3D adom/adom-chipsmith Pin-1, EP vias, bake .step/.glb app
Export to JLCPCB adom/fusion-jlcpcb-export Gerbers + BOM (LCSC) + CPL skill
Export to Hydrogen adom/fusion-export-for-hydrogen Silk PNG, .fbrd/.fsch, 3D skill
Publish as a molecule adom/fusion-export-moleculemolecule-publish OCCT molecule → wiki component page skill chain

The surfaces, grouped

Drive it live. Adom Desktop's Fusion bridge launches and drives the user's Fusion 360: board layout, design rules, component libraries with real 3D, parametric IPC package generation, and a broad export set (STEP/IGES/STL/3MF/USDZ/OBJ/DXF/DWG/gerbers/BOM/CPL). It also does fast APS cloud-file search. Install it with fusion-bootstrap; for cloud designs, fusion-aps-adom auto-wires Autodesk auth for Adom employees.

Update & manage libraries. fusion-update-libraries refreshes a board's component libraries while preserving your silk and syncing 3D — the safe way to pull in new parts. adom-basic-parts-fusion-lbr is Adom's basic parts as one drop-in .lbr; adom-project-manager adds wiki components into the Fusion library; adom-library-importer installs Adom's machine pins/contacts.

Source parts. adom-chip-fetcher produces a Fusion/EAGLE .lbr (plus STEP + datasheet) per MPN; chip-fetcher-lite is the fast wiki-first path; every published component page hands over a .lbr download. adom-parts-search covers price/stock/datasheet data (no CAD).

Create & convert CAD. adom-lbr emits a Fusion/EAGLE .lbr from a part sourced in any EDA (and round-trips back). adom-symbol and adom-footprint deliver to Fusion as well as KiCad. adom-ds2sf, adom-step2glb, and adom-chipsmith cover datasheet extraction, 3D conversion, and footprint validation.

Export & publish. fusion-jlcpcb-export produces the full JLCPCB package (gerbers + BOM + CPL); fusion-export-for-hydrogen pushes the design into Hydrogen; fusion-export-moleculemolecule-publish ships the board to the wiki as a molecule that adom-molecule-import pulls into Hydrogen.

The toolkit (dependencies)

Every surface above is a declared dependency of this page, so the Dependencies tab is a live, clickable inventory of the Fusion toolchain. Installing this hub pulls the whole set; or install just the one row you need.

Notes for maintainers

  • fusion-aps-adom and fusion-bootstrap are Adom-org private (each org runs its own APS app), so they are referenced here but install only where Fusion is actually used.
  • Symbol/footprint creation (adom-symbol / adom-footprint) targets KiCad and Fusion; native Fusion/EAGLE .lbr writing goes through adom-lbr.