{
  "slug": "kicad",
  "title": "Adom for KiCad",
  "type": "skill",
  "version": "1.0.0",
  "description": "The one map of everything Adom can do with KiCad. Read this when the user has KiCad open (or a .kicad_pro / .kicad_sch / .kicad_pcb / .kicad_sym / .kicad_mod is present) and you need their options: drive KiCad live from the cloud, view boards/footprints without opening it, manage and sync their libraries, source manufacturer-grade parts, create symbols/footprints/3D, and publish a board as a molecule. Each surface links to its canonical tool.",
  "tags": [
    "skill",
    "kicad",
    "eda",
    "core",
    "hub",
    "surfaces"
  ],
  "dependencies": {
    "adom/adom-desktop-kicad-bridge": "^0.9.61",
    "adom/service-kicad": "^1.1.0",
    "adom/kicad-library-manager": "^1.1.1",
    "adom/adom-project-manager": "^0.4.2",
    "kyle/kicad-pcb-viewer": "^0.1.0",
    "adom/fp3d-viewer": "^1.0.0",
    "adom/adom-chip-fetcher": "^1.1.1",
    "adom/chip-fetcher-lite": "^1.1.1",
    "adom/adom-symbol": "^1.1.8",
    "adom/adom-footprint": "^1.0.21",
    "adom/adom-lbr": "^2.6.3",
    "adom/adom-ds2sf": "^1.0.1",
    "adom/adom-step2glb": "^1.1.1",
    "adom/adom-chip-thumbnailer": "^1.1.10",
    "adom/adom-chipsmith": "^1.0.3",
    "adom/kicad-donut-pad": "^1.0.0",
    "adom/kicad-export-molecule": "^1.1.1",
    "adom/molecule-publish": "^2.1.2",
    "adom/adom-parts-search": "^1.0.12",
    "adom/adom-basic-parts": "^0.2.0",
    "barrett-land/adom-library-importer": "^1.0.3",
    "kyle/adom-kicad-library-importer": "^1.0.0"
  },
  "discovery_triggers": [
    "i have kicad open",
    "what can i do with my kicad project",
    "explore my kicad options",
    "kicad symbols footprints and 3d",
    "get a part into kicad",
    "manage my kicad libraries",
    "export my kicad board as a molecule"
  ],
  "discovery_pitch": "The full menu of Adom KiCad surfaces, apps, skills and EDA tools — reach for it whenever the user has KiCad open and you need to know every option.",
  "sample_prompts": [
    {
      "label": "Explore",
      "prompt": "I have KiCad open — what can Adom do with it?"
    },
    {
      "label": "Source a part",
      "prompt": "Get me a KiCad symbol, footprint and 3D model for this MPN"
    },
    {
      "label": "Publish",
      "prompt": "Turn this KiCad board into a molecule on the wiki"
    }
  ],
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "type": "billboard",
    "headline": "Adom for KiCad",
    "subhead": "Every Adom surface, app and tool that works with KiCad — in one map.",
    "screenshot": "docs/hero.png"
  },
  "visibility": "public",
  "org": "adom",
  "author": {
    "name": "barrett-land",
    "email": "barrett@adom.inc"
  }
}