{
  "schema_version": 1,
  "slug": "fusion-jlcpcb-export",
  "type": "skill",
  "title": "Fusion JLCPCB Export",
  "brief": "Export the complete JLCPCB manufacturing package (gerbers + BOM with LCSC + CPL) from a Fusion board, by asking your AI.",
  "version": "1.3.0",
  "description": "Export everything JLCPCB needs to quote and assemble a board, gerber ZIP plus the BOM (with the LCSC part numbers) and the CPL pick-and-place, straight from a Fusion 360 Electronics design via the Adom Desktop Fusion bridge. Ships its own EAGLE ULP and runs it through the bridge's generic electron_run, a working example of extending the Fusion bridge independently (no fork, no pull request).",
  "org": "adom",
  "dependencies": {},
  "tags": [
    "fusion360",
    "jlcpcb",
    "lcsc",
    "bom",
    "cpl",
    "gerber",
    "manufacturing",
    "pcb"
  ],
  "discovery_triggers": [
    "export for jlcpcb",
    "jlcpcb bom cpl",
    "jlc bom and cpl",
    "export jlcpcb files",
    "jlcpcb assembly files",
    "gerber bom cpl",
    "lcsc bom",
    "pcb manufacturing files",
    "files to get a jlcpcb quote",
    "jlcpcb smt assembly export",
    "export the bom with part numbers"
  ],
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "type": "image",
    "path": "screenshots/hero.png"
  },
  "author": {
    "name": "John Lauer",
    "email": "[email protected]"
  },
  "visibility": {
    "public": true
  }
}