app
Adom Desktop - KiCad Bridge
Public Made by Adomby adom
Reference implementation of the KiCad bridge — multi-instance Python server, forward path via kicad-cli, reverse path via in-process plugin. Most complex of the three bundled bridges.
{
"slug": "adom-desktop-kicad-bridge",
"version": "1.0.15",
"type": "app",
"description": "Skills for your container so your AI knows how to drive the KiCad bridge. The bridge runtime itself is the release zip \u2014 Adom Desktop loads that.",
"tags": [
"kicad",
"pcb",
"schematic",
"eda",
"bridge",
"adom-desktop"
],
"dependencies": {
"adom/adom-desktop": "^1.9.0"
},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"files": [
"README.md",
"SKILL.md",
"package.json",
"install.sh",
"uninstall.sh",
"page.json",
"skills/kicad-interaction/SKILL.md",
"skills/kicad-3d-models/SKILL.md",
"skills/kicad-tour/SKILL.md",
"skills/kicad-tour/tour_runner.py",
"skills/kicad-tour/hero/README.md",
"skills/kicad-tour/hero/hero_builder.py"
]
}