{
  "slug": "fusion",
  "title": "Adom for Fusion 360",
  "type": "skill",
  "version": "1.0.0",
  "description": "The one map of everything Adom can do with Fusion 360 (Electronics). Read this when the user has Fusion open (or a .f3d / .f3z / .fbrd / .fsch / .lbr is present) and you need their options: drive Fusion live from the cloud, connect to Autodesk cloud designs, update board libraries preserving silk, export to Hydrogen / JLCPCB / STEP, source parts and drop-in .lbr libraries, and publish a board as a molecule. Each surface links to its canonical tool.",
  "tags": [
    "skill",
    "fusion",
    "fusion360",
    "eda",
    "core",
    "hub",
    "surfaces"
  ],
  "dependencies": {
    "adom/adom-desktop-fusion-bridge": "^1.6.78",
    "adom/fusion-bootstrap": "^0.1.0",
    "adom/fusion-export-for-hydrogen": "^3.1.1",
    "adom/fusion-update-libraries": "^3.0.1",
    "adom/fusion-export-molecule": "^1.2.1",
    "adom/fusion-jlcpcb-export": "^1.3.0",
    "adom/adom-basic-parts-fusion-lbr": "^1.0.2",
    "adom/adom-project-manager": "^0.4.2",
    "adom/adom-step": "^1.0.1",
    "adom/adom-lbr": "^2.6.3",
    "adom/adom-symbol": "^1.1.8",
    "adom/adom-footprint": "^1.0.21",
    "adom/adom-chip-fetcher": "^1.1.1",
    "adom/chip-fetcher-lite": "^1.1.1",
    "adom/adom-ds2sf": "^1.0.1",
    "adom/adom-step2glb": "^1.1.1",
    "adom/adom-chipsmith": "^1.0.3",
    "adom/molecule-publish": "^2.1.2",
    "adom/adom-parts-search": "^1.0.12",
    "adom/adom-basic-parts": "^0.2.0",
    "barrett-land/adom-library-importer": "^1.0.3"
  },
  "discovery_triggers": [
    "i have fusion open",
    "what can i do with my fusion 360 project",
    "explore my fusion options",
    "fusion electronics libraries",
    "get a part into fusion",
    "export my fusion board to jlcpcb",
    "publish my fusion board as a molecule"
  ],
  "discovery_pitch": "The full menu of Adom Fusion 360 surfaces, apps, skills and EDA tools — reach for it whenever the user has Fusion open and you need to know every option.",
  "sample_prompts": [
    {
      "label": "Explore",
      "prompt": "I have Fusion 360 open — what can Adom do with it?"
    },
    {
      "label": "Update libraries",
      "prompt": "Update the component libraries in my Fusion board but keep my silk"
    },
    {
      "label": "Publish",
      "prompt": "Turn this Fusion board into a molecule on the wiki"
    }
  ],
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "type": "billboard",
    "headline": "Adom for Fusion 360",
    "subhead": "Every Adom surface, app and tool that works with Fusion 360 — in one map.",
    "screenshot": "docs/hero.png"
  },
  "visibility": "public",
  "org": "adom",
  "author": {
    "name": "barrett-land",
    "email": "[email protected]"
  }
}