skill
Adom for Altium
Public Made by Adomby adom
The one map of everything Adom can do with Altium Designer. Read this when the user has Altium open (or a .PcbDoc / .SchDoc / .PrjPcb / .SchLib / .PcbLib / .IntLib is present) and you need their optio
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
{
"slug": "altium",
"title": "Adom for Altium",
"type": "skill",
"version": "1.0.0",
"description": "The one map of everything Adom can do with Altium Designer. Read this when the user has Altium open (or a .PcbDoc / .SchDoc / .PrjPcb / .SchLib / .PcbLib / .IntLib is present) and you need their options: drive Altium live from the cloud to add parts, read Altium libraries into KiCad, write native Altium .SchLib/.PcbLib/.IntLib, source parts with LCSC/JLCPCB tags, and publish a board as a molecule. Altium is the least-mature of the three EDA surfaces — this page is honest about what works and what is blocked. Each surface links to its canonical tool.",
"tags": [
"skill",
"altium",
"eda",
"core",
"hub",
"surfaces"
],
"dependencies": {
"barrett-land/adom-desktop-altium-bridge": "^0.0.36",
"barrett-land/altium-part-importer": "^1.0.3",
"barrett-land/adom-library-importer": "^1.0.3",
"adom/altium-export-molecule": "^1.0.1",
"adom/altium-schlib": "^1.0.4",
"adom/altium-pcblib": "^1.0.1",
"adom/adom-sfconvert": "^1.0.8",
"adom/adom-lbr": "^2.6.3",
"adom/adom-ds2sf": "^1.0.1",
"adom/adom-project-manager": "^0.4.2",
"adom/adom-chip-fetcher": "^1.1.1",
"adom/chip-fetcher-lite": "^1.1.1",
"adom/adom-chipsmith": "^1.0.3",
"adom/adom-step2glb": "^1.1.1",
"adom/molecule-publish": "^2.1.2",
"adom/adom-parts-search": "^1.0.12",
"adom/adom-basic-parts": "^0.2.0",
"adom/adom-machine-parts-library": "^1.0.1"
},
"discovery_triggers": [
"i have altium open",
"what can i do with my altium project",
"explore my altium options",
"add a part to my altium library",
"read an altium library into kicad",
"write a native altium library",
"publish my altium board as a molecule"
],
"discovery_pitch": "The full menu of Adom Altium surfaces, apps, skills and EDA tools — reach for it whenever the user has Altium open and you need to know every option (and which are still maturing).",
"sample_prompts": [
{
"label": "Explore",
"prompt": "I have Altium open — what can Adom do with it?"
},
{
"label": "Add a part",
"prompt": "Add this LCSC part to my Altium library so JLCPCB BOM works"
},
{
"label": "Read into KiCad",
"prompt": "Convert this Altium .SchLib and .PcbLib to KiCad"
}
],
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"hero": {
"type": "billboard",
"headline": "Adom for Altium",
"subhead": "Every Adom surface, app and tool that works with Altium — in one map.",
"screenshot": "docs/hero.png"
},
"visibility": "public",
"org": "adom",
"author": {
"name": "barrett-land",
"email": "[email protected]"
}
}