{
  "slug": "adom-sfconvert",
  "version": "1.0.8",
  "type": "skill",
  "description": "Native Rust converter: EAGLE/Fusion .lbr + Altium .SchLib/.PcbLib \u2192 KiCad symbol+footprint, rendering each format's OWN geometry. No KiCad install, no service round-trip.",
  "dependencies": {
    "adom/altium-schlib": "*",
    "adom/altium-pcblib": "*"
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "tags": [
    "eagle",
    "fusion",
    "altium",
    "kicad",
    "rust",
    "eda",
    "converter",
    "footprint",
    "symbol"
  ],
  "hero": {
    "type": "image",
    "path": "screenshots/hero-v7.png"
  },
  "discovery_triggers": [
    "convert eagle to kicad",
    "convert altium to kicad",
    "convert fusion lbr",
    "altium schlib pcblib",
    "native eda conversion",
    "sfconvert",
    "symbol footprint convert"
  ],
  "license": "MIT",
  "files": [
    "skills/adom-sfconvert/SKILL.md",
    "screenshots/hero-v7.png",
    "README.md",
    "SKILL.md",
    "install.sh",
    "uninstall.sh",
    "package.json"
  ]
}