app
Reference bridge: Fusion 360
UnreviewedReference implementation of the Fusion 360 bridge — thin Python HTTP server that passes commands through to a Fusion add-in via local socket. The pattern for any host app that exposes a plugin API.
#!/bin/bash
set -e
rm -rf "$HOME/.claude/skills/adom-desktop-fusion-bridge"
echo "Uninstalled adom-desktop-fusion-bridge"