What problem does it solve?
Provides structured guidance to design, migrate, optimize, and test Vue.js applications so teams avoid architectural drift, runtime regressions, and poor performance from inconsistent patterns.
Core Features & Use Cases
- Architecture & Migration: Advice for choosing Composition API vs Options API, incremental migration plans from Vue 2 to Vue 3, and Nuxt adoption strategies.
- State, Routing & Rendering: Patterns for Pinia stores, lazy-loaded Vue Router routes, and per-route Nuxt SSR/SSG/ISR rendering strategies.
- Developer Experience & Quality: TypeScript typing conventions, composable patterns, testing and CI gates, bundle budgeting, and performance targets for production apps.
Quick Start
Use the Vue skill to assess a project and produce a migration and optimization plan that enforces Composition API, Pinia stores, lazy routes, TypeScript typing, and test/type-gate requirements.