skill
altium-export-molecule
Public Made by Adomby adom
Ship an Altium Designer board to the Adom wiki as a molecule: KiCad 10's native Altium importer converts the .PcbDoc, molecule furniture (markers + machine pins) gets added, then the kicad-export-mole
#!/bin/bash
set -e
PKG_DIR="$(cd "$(dirname "$0")" && pwd)"
SKILLS_DIR="$HOME/.claude/skills"
mkdir -p "$SKILLS_DIR/altium-export-molecule"
rm -rf "$SKILLS_DIR/altium-export-molecule"
mkdir -p "$SKILLS_DIR/altium-export-molecule"
cp "$PKG_DIR/SKILL.md" "$SKILLS_DIR/altium-export-molecule/SKILL.md"
echo "Installed skill → $SKILLS_DIR/altium-export-molecule/SKILL.md"