vue-best-practices

Installation
SKILL.md

Vue Best Practices

Comprehensive performance optimization guide for Vue.js applications. Contains 40+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

When to Apply

Reference these guidelines when:

  • Writing new Vue components
  • Implementing reactive state and computed properties
  • Reviewing code for performance issues
  • Refactoring existing Vue code
  • Optimizing rendering and re-renders
  • Working with Composition API or Options API

Rule Categories by Priority

Priority Category Impact Prefix
1 Reactivity Fundamentals CRITICAL reactivity-
Related skills
Installs
54
GitHub Stars
36
First Seen
Jan 28, 2026