skill
Fusion JLCPCB Export
Public Made by Adomby adom
Export the complete JLCPCB manufacturing package (gerbers + BOM with LCSC + CPL) from a Fusion board, by asking your AI.
#!/bin/bash
set -e
PKG_DIR="$(cd "$(dirname "$0")" && pwd)"
DEST="$HOME/.claude/skills/fusion-jlcpcb-export"
mkdir -p "$DEST/ulp"
cp "$PKG_DIR/SKILL.md" "$DEST/SKILL.md"
cp -r "$PKG_DIR/screenshots" "$DEST/" 2>/dev/null || true
cp "$PKG_DIR/ulp/jlcpcb_smta_exporter.ulp" "$DEST/ulp/jlcpcb_smta_exporter.ulp"
echo "Installed fusion-jlcpcb-export skill + ULP."