{
  "slug": "adom-lbr",
  "version": "2.6.3",
  "type": "app",
  "description": "adom-lbr — the EDA library translator. Bring a component in from any supported EDA tool and convert it to any other (KiCad ⇄ Altium ⇄ EAGLE/Fusion) through one canonical adom-lbr JSON — symbol + footprint + 3D + pin↔pad map. Altium is written natively (no Altium needed). Includes the adom-lbr Manager: browse wiki components and view symbol/footprint/3D + the per-EDA layer stackup.",
  "dependencies": {},
  "tags": [
    "eda",
    "altium",
    "schlib",
    "pcblib",
    "intlib",
    "kicad",
    "eagle",
    "lbr",
    "fusion360",
    "converter"
  ],
  "hero": {
    "type": "image",
    "path": "screenshots/hero-v2.png"
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "needs_sudo": false,
  "visibility": "public",
  "author": {
    "name": "John Lauer",
    "email": "[email protected]"
  },
  "title": "Adom Library",
  "org": "adom",
  "source_visibility": "public",
  "license": "MIT",
  "discovery_triggers": [
    "convert kicad to altium",
    "kicad to schlib pcblib",
    "altium to kicad",
    "make an intlib",
    "generate eagle lbr",
    "eda file converter",
    "adom-lbr json",
    "convert footprint between eda tools",
    "import altium symbol footprint",
    "footprint silk courtyard layers",
    "convert between any eda tools",
    "adom-lbr manager",
    "view footprint layer stackup",
    "json to kicad"
  ],
  "files": [
    "bin/**",
    "SKILL.md",
    "README.md",
    "install.sh",
    "uninstall.sh",
    "screenshots/**"
  ],
  "discovery_pitch": "Convert electronic-component symbols + footprints between any two EDA tools — KiCad, Altium (written natively, no Altium needed), and EAGLE/Fusion — through one canonical adom-lbr JSON, silk/courtyard/fab layers preserved. Plus a Manager to browse and inspect any wiki part.",
  "sample_prompts": [
    {
      "prompt": "Convert this KiCad symbol and footprint to an Altium SchLib and PcbLib",
      "label": "KiCad → Altium"
    },
    {
      "prompt": "Import this Altium footprint into the adom-lbr JSON",
      "label": "Altium → JSON"
    },
    {
      "prompt": "Bundle this part into a single Altium IntLib",
      "label": "Make IntLib"
    },
    {
      "prompt": "Convert this Altium SchLib and PcbLib to a KiCad symbol and footprint",
      "label": "Altium → KiCad"
    },
    {
      "prompt": "Export this adom-lbr JSON to a KiCad .kicad_sym and .kicad_mod",
      "label": "JSON → KiCad"
    },
    {
      "prompt": "Open the adom-lbr Manager to browse wiki components and view the layer stackup",
      "label": "Browse parts"
    }
  ]
}