skill
fusion-export-molecule
Public Made by Adomby adom
Ship a Fusion 360 Electronics design to the Adom wiki as a molecule: bridge-driven export (BRD/SCH/F3D/STEP/USDZ/silk), OCCT molecule conversion (anchored GLB + footprint + symbol), component publish, and adom-molecule-import handoff to Hydrogen.
#!/bin/bash
set -e
PKG_DIR="$(cd "$(dirname "$0")" && pwd)"
SKILLS_DIR="$HOME/.claude/skills"
mkdir -p "$SKILLS_DIR/fusion-export-molecule"
rm -rf "$SKILLS_DIR/fusion-export-molecule"
mkdir -p "$SKILLS_DIR/fusion-export-molecule"
cp "$PKG_DIR/SKILL.md" "$SKILLS_DIR/fusion-export-molecule/SKILL.md"
echo "Installed skill → $SKILLS_DIR/fusion-export-molecule/SKILL.md"