app
adom-nucleus
Public Made by Adomby adom
Adom Nucleus — the central hub for navigating wiki boards, molecules and libraries into Hydrogen: browse your wiki boards/projects (Personal / Organization / Public), view symbol + footprint + 3D and the per-EDA footprint layer stackup, explore the board and schematic in INTERACTIVE cross-probing viewers (click a net, hover a part for stock and price), add components to your KiCad/Altium libraries, and deliver self-contained KiCad projects. Built on adom-lbr. (Formerly Adom Project Manager / ado
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
{
"slug": "adom-nucleus",
"version": "0.8.9",
"type": "app",
"description": "Adom Nucleus \u2014 the central hub for navigating wiki boards, molecules and libraries into Hydrogen: browse your wiki boards/projects (Personal / Organization / Public), view symbol + footprint + 3D and the per-EDA footprint layer stackup, explore the board and schematic in INTERACTIVE cross-probing viewers (click a net, hover a part for stock and price), add components to your KiCad/Altium libraries, and deliver self-contained KiCad projects. Built on adom-lbr. (Formerly Adom Project Manager / adom-project-manager.)",
"dependencies": {
"adom/adom-lbr": "^2.6.0",
"adom/adom-symbol": "^1.1.8",
"adom/adom-footprint": "^1.0.21",
"adom/adom-layout-viewer": "^0.3.0",
"adom/adom-schematic-viewer": "^0.4.0",
"adom/molecule-publish": "^2.1.2",
"adom/kicad-library-manager": "^1.1.1",
"adom/chip-fetcher-lite": "^1.1.1"
},
"tags": [
"kicad",
"altium",
"eda",
"nucleus",
"hub",
"project",
"library",
"footprint",
"symbol",
"wiki",
"adom-lbr",
"schematic",
"pcb",
"viewer",
"interactive"
],
"hero": {
"type": "billboard",
"headline": "The center of your hardware.",
"subhead": "One hub to browse wiki boards, molecules and libraries, inspect symbol + footprint + 3D and the per-EDA layer stackup, cross-probe the board and schematic, add parts to your libraries, and deliver self-contained KiCad projects into Hydrogen \u2014 built on adom-lbr.",
"screenshot": "docs/hero.png",
"accent": "#00b8b1"
},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"needs_sudo": false,
"files": [
"bin/**",
"SKILL.md",
"README.md",
"install.sh",
"uninstall.sh",
"glb_optimize.mjs",
"docs/**"
],
"discovery_triggers": [
"adom nucleus",
"browse wiki boards",
"view footprint layer stackup",
"add components to my kicad library",
"deliver a self-contained kicad project",
"nucleus for eda",
"open the interactive board view",
"highlight a net on this board",
"what is this part on the schematic"
],
"discovery_pitch": "The central hub for your hardware: browse your wiki boards/projects, inspect each component's symbol, footprint, 3D model and per-EDA layer stackup, cross-probe the board and schematic, add parts to your KiCad/Altium libraries, and deliver self-contained KiCad projects into Hydrogen \u2014 built on adom-lbr.",
"sample_prompts": [
{
"prompt": "Open Adom Nucleus",
"label": "Open Nucleus"
},
{
"prompt": "Add this board's components to my KiCad libraries",
"label": "Add to library"
},
{
"prompt": "Deliver this project as a self-contained KiCad project",
"label": "Add project"
},
{
"prompt": "Open the interactive PCB view for this board and highlight the +3.3V net",
"label": "Explore board"
}
]
}