vue
1,001Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/d
Vue Best Practices Workflow
687MUST be used for Vue.js tasks. Strongly recommends Composition API with `` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar
pinia
627Pinia official Vue state management library, type-safe and extensible. Use when defining stores, working with state/getters/actions, or impl
Vue Best Practices Workflow
588MUST be used for Vue.js tasks. Strongly recommends Composition API with `` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar
web-component-design
572Master React, Vue, and Svelte component patterns including CSS-in-JS, composition strategies, and reusable component architecture. Use when
Slidev - Presentation Slides for Developers
562Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and intera
nuxt-ui
553Build UIs with @nuxt/ui v4 - 125+ accessible Vue components with Tailwind CSS theming. Use when creating interfaces, customizing themes to m
vueuse-functions
539Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.
vue-router-best-practices
526Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.
vue-testing-best-practices
506Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.
Slidev - Presentation Slides for Developers
472Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and intera
vue-pinia-best-practices
419Pinia stores, state management patterns, store setup, and reactivity with stores.
Vue Best Practices Workflow
376MUST be used for Vue.js tasks. Strongly recommends Composition API with `` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar
vitepress
370VitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes, or writing Markdown with
vue-testing-best-practices
317Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.
vue-router-best-practices
281Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.
create-adaptable-composable
274Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef / MaybeRefOrGetter) so callers can pass a plain value, re
vue-debug-guides
262Vue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue
vue-options-api-best-practices
241Vue 3 Options API style (data(), methods, this context). Each reference shows Options API solution only.
vue-jsx-best-practices
231JSX syntax in Vue (e.g., class vs className, JSX plugin config).
vue-debug-guides
228Vue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue
Vue 3 Development
124Use when editing .vue files, creating Vue 3 components, writing composables, or testing Vue code - provides Composition API patterns, props/
reka-ui
75Use when building with Reka UI (headless Vue components) - provides component API, accessibility patterns, composition (asChild), controlled
Vue.js Development Standards
Build Vue.js applications following composition API and best practices.