{
  "slug": "altium-export-molecule",
  "version": "1.0.1",
  "type": "skill",
  "description": "Ship an Altium Designer board to the Adom wiki as a molecule: KiCad 10's native Altium importer converts the .PcbDoc, molecule furniture (markers + machine pins) gets added, then the kicad-export-molecule flow handles OCCT conversion, wiki publish, and Hydrogen import.",
  "tags": [
    "molecule",
    "altium",
    "export",
    "kicad",
    "skill"
  ],
  "dependencies": {
    "adom/kicad-export-molecule": "^1.0.0"
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "type": "billboard",
    "headline": "Altium board to wiki molecule",
    "subhead": "PcbDoc through KiCad's importer, then the molecule pipeline end to end",
    "screenshot": "docs/shot.png"
  },
  "discovery_triggers": [
    "altium molecule",
    "publish my altium board",
    "altium to hydrogen",
    "altium to the wiki",
    "PcbDoc molecule",
    "export molecule from altium"
  ],
  "discovery_pitch": "Take an Altium .PcbDoc to a published wiki molecule and a Hydrogen account: KiCad-10 Altium import, molecule-readiness fixups, then the kicad-export-molecule pipeline.",
  "sample_prompts": [
    {
      "label": "Publish an Altium board",
      "prompt": "Publish my Altium board sensor-hub.PcbDoc as a molecule"
    },
    {
      "label": "Altium to Hydrogen",
      "prompt": "Get this PcbDoc into my Hydrogen account as a molecule"
    }
  ],
  "org": "adom",
  "author": {
    "name": "Drew Owens",
    "email": "[email protected]"
  },
  "visibility": {
    "public": true
  }
}