app
Adom Molecule CLI
UnreviewedImport KiCad, Fusion 360, and EasyEDA files into the Adom molecule system. Create, optimize, list, and delete molecules from the command line or Claude Code.
#!/bin/bash
set -e
rm -rf "$HOME/.claude/skills/adom-molecule"
echo "Uninstalled adom-molecule"