skill
fusion-export-molecule
Public Made by Adomby adom
Ship a Fusion 360 Electronics design to the Adom wiki as a molecule: bridge-driven export (BRD/SCH/F3D/STEP/USDZ/silk), OCCT molecule conversion (anchored GLB + footprint + symbol), component publish, and adom-molecule-import handoff to Hydrogen.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
{
"hero": {
"type": "billboard",
"headline": "Fusion design to molecule bundle",
"subhead": "BRD, SCH, STEP, USDZ, and silkscreen in one orchestrated export",
"screenshot": "docs/shot.png"
},
"discovery_triggers": [
"export molecule",
"fusion export molecule",
"export for hydrogen",
"hydrogen export",
"export kitchen sink",
"fusion export",
"export brd sch f3d",
"export gerbers bom cpl",
"fusion export all files",
"export usdz",
"export step from fusion"
],
"discovery_pitch": "Export a Fusion 360 Electronics design as the complete Adom molecule source bundle (BRD, SCH, F3D, STEP, USDZ, silkscreen PNGs) by driving adom-desktop bridge verbs from the container.",
"sample_prompts": [
{
"label": "Export a molecule",
"prompt": "Export the open Fusion design as a molecule"
},
{
"label": "Hydrogen export",
"prompt": "Do a fusion export for hydrogen on piprobe"
},
{
"label": "Kitchen sink",
"prompt": "Export the kitchen sink for this board - gerbers, BOM and CPL too"
}
],
"brief": "Ship a Fusion 360 Electronics design to the Adom wiki as a molecule: bridge-driven export (BRD/SCH/F3D/STEP/USDZ/silk), OCCT molecule conversion (anchored GLB + footprint + symbol), component publish, and adom-molecule-import handoff to Hydrogen.",
"description": "Export a Fusion 360 Electronics design as an Adom molecule — orchestrates AdomBridge primitives to produce the BRD, SCH, F3D, STEP, USDZ, and silkscreen PNG source bundle the molecule pipeline (wiki, OCCT, Hydrogen) consumes. Successor to fusion-export-for-hydrogen.",
"slug": "fusion-export-molecule",
"version": "1.2.1",
"type": "skill",
"tags": [
"molecule",
"fusion360",
"export",
"hydrogen",
"skill"
],
"dependencies": {
"adom/adom-desktop": "^1.9.0",
"adom/molecule-publish": "^2.0.0"
},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"org": "adom",
"author": {
"name": "Drew Owens",
"email": "[email protected]"
}
}