{
  "slug": "kicad-export-molecule",
  "version": "1.1.1",
  "type": "skill",
  "description": "Ship a KiCad molecule to the Adom wiki: local KiCad STEP export via the adom-desktop bridge, OCCT molecule conversion (anchored GLB + footprint + symbol), wiki component publish, and handoff to adom-molecule-import for Hydrogen registration.",
  "tags": [
    "molecule",
    "kicad",
    "export",
    "hydrogen",
    "skill"
  ],
  "dependencies": {
    "adom/adom-desktop": "^1.9.0",
    "adom/adom-molecule": "^1.1.3",
    "adom/molecule-publish": "^2.0.0"
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "headline": "KiCad board to wiki molecule",
    "subhead": "export, OCCT-convert, publish, and import to Hydrogen in one flow",
    "screenshot": "docs/shot.png"
  },
  "discovery_triggers": [
    "publish my kicad molecule",
    "kicad molecule to the wiki",
    "upload molecule from kicad",
    "kicad to hydrogen",
    "ship this board as a molecule",
    "export molecule from kicad",
    "kicad export molecule"
  ],
  "discovery_pitch": "Take a molecule designed in local KiCad all the way to the wiki and a Hydrogen account: bridge-driven STEP export, OCCT molecule pipeline, component publish, import handoff.",
  "sample_prompts": [
    {
      "label": "Publish a molecule",
      "prompt": "Publish my KiCad molecule ABC to the wiki and import it into my Hydrogen account"
    },
    {
      "label": "Ship a board",
      "prompt": "Ship piprobe from my KiCad to Hydrogen"
    },
    {
      "label": "Export only",
      "prompt": "Export my kicad board as a molecule bundle and publish it"
    }
  ]
}