skill
kicad-export-molecule
Public Made by Adomby adom
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-m
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
{
"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": {
"type": "billboard",
"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"
}
],
"org": "adom",
"author": {
"name": "Drew Owens",
"email": "[email protected]"
},
"visibility": {
"public": true
}
}