{
  "slug": "fusion-export-molecule",
  "version": "1.2.1",
  "type": "skill",
  "description": "Export a Fusion 360 Electronics design as an Adom molecule \u2014 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.",
  "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"
  },
  "hero": {
    "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"
    }
  ]
}