{
  "slug": "adom-footprint",
  "version": "1.0.21",
  "type": "app",
  "description": "KiCad footprint creator with layer HUD viewer and delivery to KiCad/Fusion 360",
  "dependencies": {
    "adom/adom-lbr": "*"
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "needs_sudo": false,
  "hero": {
    "headline": "KiCad footprints, instantly",
    "subhead": "Toggle copper, fab and paste; render and deliver footprints to KiCad and Fusion 360.",
    "screenshot": "screenshots/shot.png"
  },
  "tags": [
    "kicad",
    "footprint",
    "pcb",
    "eda",
    "kicad_mod",
    "fusion",
    "cad",
    "library",
    "smd",
    "pads"
  ],
  "discovery_triggers": [
    "create a kicad footprint",
    "make a .kicad_mod",
    "footprint viewer",
    "view this footprint",
    "pcb land pattern",
    "add thermal vias to the exposed pad",
    "generate heatsink vias",
    "place the refdes and value",
    "send footprint to fusion",
    "kicad footprint for this chip"
  ],
  "discovery_pitch": "Create, view and edit KiCad PCB footprints in a live layer viewer \u2014 auto-placed RefDes/Value, auto-generated heatsink vias, heatsink-aware solder paste, and one-click delivery to KiCad/Fusion/Altium/OrCAD.",
  "sample_prompts": [
    {
      "label": "Make a footprint",
      "prompt": "Create a KiCad footprint for a QFN-32 with a thermal pad"
    },
    {
      "label": "View a part",
      "prompt": "Show me the footprint for the ESP32-S3-WROOM-1 and let me toggle its layers"
    },
    {
      "label": "Heatsink vias",
      "prompt": "Add heatsink vias to this exposed pad so I do not have to draw them"
    },
    {
      "label": "Place labels",
      "prompt": "Auto-place the RefDes and Value clear of the pads and save it"
    }
  ]
}