skill
kicad-export-molecule
Public Made by Adomby adom
Ship a KiCad molecule to the Adom wiki: local KiCad STEP export via the adom-desktop bridge, OCCT molecule conversion (anchored GLB + footprint + symbol), wiki component publish, and handoff to adom-m
#!/bin/bash
set -e
PKG_DIR="$(cd "$(dirname "$0")" && pwd)"
SKILLS_DIR="$HOME/.claude/skills"
mkdir -p "$SKILLS_DIR/kicad-export-molecule"
rm -rf "$SKILLS_DIR/kicad-export-molecule"
mkdir -p "$SKILLS_DIR/kicad-export-molecule"
cp "$PKG_DIR/SKILL.md" "$SKILLS_DIR/kicad-export-molecule/SKILL.md"
echo "Installed skill → $SKILLS_DIR/kicad-export-molecule/SKILL.md"