Vue skills for AI agents
8 practitioner-grade vue skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 8 skills
- Composables
Building reusable custom composables in Vue 3 with proper typing, lifecycle management, and state sharing
217 lines - Composition API
Patterns and best practices for Vue 3 Composition API including refs, reactive, computed, watchers, and lifecycle hooks
177 lines - Nuxt Routing
Nuxt 3 file-based routing, dynamic routes, layouts, middleware, and navigation patterns
288 lines - Nuxt Server
Nuxt 3 server routes, API endpoints, server middleware, and Nitro engine patterns for full-stack development
290 lines - Pinia
Pinia state management for Vue 3 including store design, actions, getters, plugins, and SSR hydration
258 lines - Provide Inject
Vue 3 provide/inject for dependency injection, deeply nested component communication, and plugin design
303 lines - Vue Router
Vue Router 4 advanced patterns including navigation guards, lazy loading, scroll behavior, and typed routes
307 lines - Vue Testing
Vue 3 component testing with Vitest and Vue Test Utils covering unit tests, integration tests, and async patterns
367 lines