vueuse-composables
Installation
SKILL.md
VueUse Composables
Discover and leverage VueUse composables for common reactive patterns and browser API integrations.
When to Use
DO USE when:
- User needs reactive browser APIs (clipboard, geolocation, etc.)
- Working with element interactions (click outside, resize, scroll)
- State persistence (local/session storage)
- Mouse/keyboard/touch interactions
- Media queries and breakpoints
- Animation and timing utilities
- Network status, battery, device sensors
- Advanced reactivity patterns (debounce, throttle, async)