#!/usr/bin/env bash
set -e
DEST="$HOME/.claude/skills"
for n in adom-ui-design tooltips floating-windows toasts responsive-ui app-shell ai-driven-apps skill-authoring; do
  rm -rf "$DEST/$n"
done
echo "OK: Removed the Adom UI Design System and its 7 bundled skills."
