{
  "schema_version": 1,
  "type": "skill",
  "slug": "footprint-creator",
  "title": "PCB Footprint Creator",
  "brief": "Create professional PCB footprints for KiCad and Fusion 360, preview them interactively in FpView with solder blob visualization, pad hover tooltips, and zoom/pan — then deliver to your local EDA tool",
  "version": "1.0.2",
  "tags": [],
  "license": "MIT",
  "discovery_triggers": [
    "create footprint",
    "make a footprint",
    "kicad footprint",
    ".kicad_mod",
    "pcb footprint",
    "design a footprint",
    "build a footprint",
    "send footprint to kicad",
    "send footprint to fusion",
    "eagle package",
    "fpview",
    "footprint preview"
  ],
  "discovery_pitch": "I can generate a KiCad/Fusion PCB footprint from the part's mechanical dimensions, preview it in FpView, and send it straight into your KiCad or Fusion 360 project.",
  "source_path": "SKILL.md",
  "readme": "# PCB Footprint Creator\n\nCreate professional PCB footprints, preview them interactively in the Gallia Viewer, iterate with the user, and deliver to their local KiCad or Fusion 360 Electronics via Adom Desktop Conduit.\n\n## What It Does\n\nThe footprint creator skill handles the full workflow:\n\n1. **Research** — Searches KiCad's 7,000+ standard footprints first, downloads matching packages, or creates from scratch using datasheet specs\n2. **Create** — Generates `.kicad_mod` files with proper pad geometry, silk screen, courtyard, fab outline, and pin 1 markers\n3. **Metadata** — Builds rich pad descriptions with engineering-grade detail (voltage ranges, decoupling recommendations, etc.)\n4. **Preview** — Renders interactive FpView HTML with the KiCad CLI service for high-fidelity SVG output\n5. **Iterate** — User reviews in Gallia Viewer, requests changes, skill regenerates\n6. **Deliver** — Sends to KiCad Footprint Editor or Fusion 360 Electronics via Adom Desktop Conduit\n\n## Supported Output Formats\n\n- **KiCad** (`.kicad_mod`) — Native KiCad footprint file\n- **Fusion 360 Electronics** (`.lbr`) — Complete EAGLE XML library with symbol + package + device connects\n\n## FpView — Interactive Footprint Viewer\n\nFpView is the branded interactive viewer that renders footprints with:\n\n- **Dark PCB-style theme** with grid background\n- **Pad hover highlighting** — teal highlight with rich tooltips showing pad number, signal name, dimensions, and description\n- **Click-to-pin tooltips** — click a pad to lock the tooltip for text selection and link clicking\n- **Solder blob visualization** — 250µm gold circles showing Adom's InstaPCB paste jetting pattern (toggle with S key)\n- **Layer toggles** — Grid (G), Solder (S), Labels (L) with toolbar buttons and keyboard shortcuts\n- **Zoom and pan** — scroll to zoom, drag to pan, F to fit, 1 to reset\n- **Coordinate readout** — live cursor position in kicad_mod coordinate space\n- **Info bar** — manufacturer, description, pad count, body size, courtyard, 3D model reference, datasheet link\n- **Regen button** — shows a prompt for regenerating the viewer, auto-copies to clipboard\n- **Wiki edit link** — \"Suggest edit\" button for community corrections\n\n## Solder Blob Visualization\n\nThe Solder layer shows warm gold circles representing physical solder blobs for Adom's InstaPCB paste jetting process:\n\n- **250µm diameter** blobs with 0.25mm center-to-center spacing\n- Fills each SMD pad surface (thru-hole excluded)\n- Respects pad rotation and boundaries\n- Adjustable blob size: 250–600µm\n- Placement accuracy: ±50µm\n\n## KiCad CLI Service Integration\n\nAll rendering runs on a shared remote KiCad CLI service — KiCad is NOT installed locally. The service provides:\n\n- SVG export with accurate solder mask, copper fills, and layer rendering\n- GLB/STEP 3D model export\n- Design Rule Check (DRC)\n- 7,000+ standard footprint library search and download\n\n## Lint and Validation\n\nEvery footprint passes through:\n\n- **Design rule linter** — courtyard present, fab outline, pin 1 marker, courtyard clearance ≥0.25mm, no silk-pad overlap\n- **Artifact validator** — all required files exist (`.kicad_mod`, metadata JSON, SVG, FpView HTML, README), pad counts match, descriptions complete\n\n## Package Types Supported\n\nWorks with any package type — from tiny 0402 passives to 100+ pin QFPs:\n\n| Category | Examples |\n|----------|----------|\n| Passives | 0402, 0603, 0805, 1206 |\n| Transistors | SOT-23, SOT-223, DPAK |\n| Small IC | SOIC-8, TSSOP, MSOP |\n| Large IC | QFP, LQFP, TQFP (44-100+ pins) |\n| BGA/LGA | LGA-14, QFN-48, BGA |\n| Sensors | Custom packages (VL53L0X, BMI423) |\n| Connectors | USB-C, JST, pin headers |",
  "author": {
    "id": "695820315b5f1e4db2fcf602",
    "name": "Kyle Bergstedt",
    "email": "[email protected]"
  },
  "visibility": {
    "public": true
  },
  "hero": null,
  "sample_prompts": [],
  "metadata": {},
  "created_at": "2026-05-28T05:30:08.930Z",
  "updated_at": "2026-05-28T05:30:08.930Z",
  "sub_skills": [],
  "parent_app": null
}