app
KiCad - the 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": "kicad-bridge",
"version": "1.0.25",
"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; Adom Bridge loads that.",
"tags": [
"kicad",
"pcb",
"schematic",
"eda",
"bridge",
"ab",
"adom-bridge",
"desktop-app"
],
"dependencies": {
"adom/adom-bridge": "^2.0.3"
},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"files": [
"README.md",
"SKILL.md",
"package.json",
"install.sh",
"uninstall.sh",
"skills/kicad-interaction/SKILL.md",
"skills/kicad-3d-models/SKILL.md",
"skills/kicad-tour/SKILL.md",
"skills/kicad-tour/tour_runner.py",
"skills/kicad-bridge-dev/SKILL.md",
"skills/kicad-bridge-publish/SKILL.md",
"skills/kicad-bridge-hero/SKILL.md",
"skills/kicad-bridge-hero/compose_hero.py"
]
}