interactive-ux
Installation
SKILL.md
Interactive UX Skill
Create memorable, engaging user experiences through playful interactions, delightful surprises, and gamification elements.
CRITICAL: Check Existing First
Before adding ANY interactive element, verify:
- Check for existing interaction patterns:
rg "useSpring|useDrag|useGesture" --type tsx -l
rg "confetti|particles|celebration" --type tsx
cat package.json | grep -i "use-gesture\|react-spring\|lottie\|confetti"
- Check existing animations:
rg "framer-motion\|motion\." --type tsx | head -20