{
  "slug": "eda",
  "title": "Adom for EDA",
  "type": "skill",
  "version": "1.0.0",
  "description": "The top of the map for every EDA tool Adom works with. Read this the moment you find the user in an EDA tool (KiCad, Fusion 360, or Altium) — or when Hydrogen Desktop's setup thread asks 'what EDA does the user have and what are their options?' — and route to the right per-tool hub: adom/kicad, adom/fusion, or adom/altium. Each hub is the full menu of live bridges, viewers, library managers, sourcing, CAD creation and molecule publishing for that tool.",
  "tags": [
    "skill",
    "eda",
    "kicad",
    "fusion",
    "altium",
    "core",
    "hub"
  ],
  "dependencies": {
    "adom/kicad": "^1.0.0",
    "adom/fusion": "^1.0.0",
    "adom/altium": "^1.0.0"
  },
  "discovery_triggers": [
    "what eda tools do i have",
    "explore my eda options",
    "i have an eda tool open",
    "kicad fusion or altium options",
    "set me up for pcb design",
    "what can adom do with my pcb tool"
  ],
  "discovery_pitch": "The entry point HD's setup thread reads to discover which EDA tool the user has and route to the right per-tool hub (KiCad / Fusion 360 / Altium).",
  "sample_prompts": [
    {
      "label": "Explore",
      "prompt": "What EDA tools do I have and what can Adom do with them?"
    },
    {
      "label": "Route",
      "prompt": "I have Fusion 360 open — where do I start?"
    }
  ],
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "type": "billboard",
    "headline": "Adom for EDA",
    "subhead": "KiCad, Fusion 360 and Altium — every Adom surface, in one map.",
    "screenshot": "docs/hero.png"
  },
  "visibility": "public",
  "org": "adom",
  "author": {
    "name": "barrett-land",
    "email": "[email protected]"
  }
}