{
  "slug": "adom-nucleus",
  "version": "0.8.9",
  "type": "app",
  "description": "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 / 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": "Every board, one place.",
    "subhead": "Browse your wiki projects, inspect symbol + footprint + 3D and the per-EDA layer stackup, add parts to your libraries, and deliver self-contained KiCad projects — 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 — 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"
    }
  ],
  "org": "adom",
  "author": {
    "name": "barrett-land",
    "email": "[email protected]"
  },
  "visibility": {
    "public": true
  },
  "confirmed_user_skills": [
    "publish-board"
  ]
}