app
Adom Library
Public Made by Adomby adom
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 + footp
{
"slug": "altium-schlib",
"version": "1.0.4",
"type": "skill",
"description": "Native Rust parser for Altium .SchLib binary symbol libraries \u2014 pins + body to KiCad-shaped JSON, native SVG, .kicad_sym export. The symbol counterpart to altium-pcblib.",
"dependencies": {},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"tags": [
"altium",
"schlib",
"kicad",
"rust",
"eda",
"symbol",
"parser"
],
"hero": {
"path": "screenshots/hero-v2.png"
},
"license": "MIT",
"discovery_triggers": [
"altium schlib",
"parse altium symbol",
"read altium .schlib",
"altium symbol to kicad",
"altium-schlib",
"native altium symbol parser",
"altium ole2 symbol"
]
}