{
  "type": "app",
  "slug": "chip-thumbnailer",
  "title": "chip-thumbnailer",
  "brief": "Renders symbol/footprint/3D thumbnails for every chip in the chip-fetcher library — Adom-themed SVGs + 320×240 OCCT-direct PNGs.",
  "metadata": {
    "discovery_pitch": "If you want every chip in your chip-fetcher library to show up as a thumbnail in the wiki / library viewer / chip-pads test set, this is the renderer. It writes <MPN>-symbol.svg, <MPN>-footprint.svg, and <MPN>-3d-iso.png next to each chip's source files.",
    "discovery_triggers": [
      "chip-thumbnailer",
      "chip thumbnails",
      "chip thumbs",
      "render chip",
      "generate chip preview",
      "symbol thumbnail",
      "footprint thumbnail",
      "3d thumbnail for chip",
      "preview chip in library",
      "batch render chips",
      "thumb-pending",
      "chip wiki hero",
      "library card thumbnail",
      "make thumbnails for my chips"
    ],
    "releases": {
      "adom_docker": {
        "asset_name": "chip-thumbnailer",
        "install_hint": "curl -fsSL https://wiki-ufypy5dpx93o.adom.cloud/static/apps/chip-thumbnailer/chip-thumbnailer -o /tmp/chip-thumbnailer && chmod +x /tmp/chip-thumbnailer && sudo install -m 0755 /tmp/chip-thumbnailer /usr/local/bin/chip-thumbnailer && chip-thumbnailer install"
      }
    },
    "repo": "adom-inc/chip-thumbnailer",
    "repo_visibility": "private"
  },
  "sample_prompts": [
    "Render thumbnails for VL53L8CX",
    "Generate symbol/footprint/3D thumbs for every chip in my library",
    "What thumbs does ADS131M04IPBSR have?",
    "Re-render only the 3D thumbnail for DMG2305UX-7",
    "Mark BMI270 as thumb-pending and rescan",
    "Check that chip-thumbnailer can reach kicad-cli and the step2glb service"
  ]
}