{
  "slug": "adom-library-importer",
  "version": "1.0.3",
  "type": "skill",
  "description": "Install ADOM'S OWN machine pin/contact library into the user's EDA — KiCad, Altium Designer, OR Fusion 360. Fetches the six machine components from the wiki, converts them with adom-lbr into 'Adom Machine Symbols' + 'Adom Machine Footprints' (one combined .lbr for Fusion), and pushes them into the chosen EDA over adom-desktop. Asks which EDA first. Supersedes adom-altium-library-importer (its Altium path is folded in). Not a general component-adder.",
  "tags": [
    "skill",
    "adom",
    "library",
    "importer",
    "kicad",
    "altium",
    "fusion",
    "footprint",
    "symbol",
    "machine-contact",
    "machine-pin"
  ],
  "dependencies": {},
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "needs_sudo": false,
  "discovery_pitch": "One skill to install Adom's machine pins/contacts into KiCad, Altium, or Fusion 360 — asks which EDA, fetches the six machine components from the wiki, converts them with adom-lbr, and pushes 'Adom Machine Symbols' + 'Adom Machine Footprints' into your library. Not a general component-adder.",
  "discovery_triggers": [
    "add the Adom machine library to my EDA",
    "install the Adom pin library",
    "get Adom's machine pins into KiCad",
    "get Adom's machine pins into Altium",
    "get Adom's machine pins into Fusion",
    "add Adom machine contacts to KiCad",
    "add Adom machine contacts to Altium",
    "add Adom machine contacts to Fusion",
    "import Adom symbols and footprints",
    "Adom machine pin library",
    "Adom machine contact library",
    "install Adom libraries in my EDA"
  ],
  "hero": {
    "type": "billboard",
    "headline": "Adom Library Importer",
    "subhead": "Install Adom's machine pins & contacts into KiCad, Altium, or Fusion 360 — one skill, three EDAs",
    "screenshot": "docs/hero.png"
  },
  "sample_prompts": [
    {
      "label": "Install to KiCad",
      "prompt": "install the Adom machine pin and contact library into my KiCad"
    },
    {
      "label": "Install to Altium",
      "prompt": "add the Adom machine contacts and pins to my Altium"
    },
    {
      "label": "Install to Fusion",
      "prompt": "get Adom's machine pins into Fusion 360"
    },
    {
      "label": "Which EDA?",
      "prompt": "add the Adom machine library to my EDA"
    }
  ],
  "visibility": "public",
  "author": {
    "name": "barrett-land",
    "email": "barrett@adom.inc"
  }
}