{
  "slug": "adom-symbol",
  "version": "1.1.8",
  "type": "app",
  "description": "KiCad symbol creator with interactive viewer and delivery to KiCad/Fusion 360",
  "dependencies": {
    "adom/adom-lbr": "*"
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "needs_sudo": false,
  "org": "adom",
  "files": [
    "bin/adom-symbol",
    "install.sh",
    "uninstall.sh",
    "package.json",
    "README.md",
    "SKILL.md",
    "docs/hero.png"
  ],
  "tags": [
    "kicad",
    "symbol",
    "eda",
    "footprint",
    "cli"
  ],
  "discovery_pitch": "Generate, preview, and lay out KiCad/EAGLE schematic symbols in an interactive studio, then deliver them straight to KiCad, Fusion 360, Altium, or OrCAD.",
  "discovery_triggers": [
    "create a kicad symbol",
    "make a schematic symbol",
    "create a .kicad_sym",
    "make an eagle .lbr",
    "design a component symbol",
    "send a symbol to fusion 360",
    "build a symbol for this chip",
    "preview a kicad symbol",
    "adom-symbol"
  ],
  "sample_prompts": [
    {
      "label": "Symbol for a part",
      "prompt": "make a KiCad schematic symbol for the ESP32-S3FN8"
    },
    {
      "label": "Send to Fusion 360",
      "prompt": "create a symbol for the BQ25798 and send it to Fusion 360"
    },
    {
      "label": "Preview a .kicad_sym",
      "prompt": "open my RP2040.kicad_sym in the interactive symbol viewer"
    }
  ]
}