vue-best-practices
Enforces a structured Vue 3 workflow focusing on reactivity, SFC structure, component architecture, and performance.
Install
npx skills add https://github.com/hyf0/vue-skills --skill vue-best-practicesStats
| Total installs | 13,521 |
| Weekly installs | 13.5K |
| GitHub stars | 2.1K |
| First seen | Jan 21, 2026 |
| Source | @hyf0/vue-skills |
Summary
- Enforces a structured workflow: confirm architecture, apply core foundations (reactivity, SFC structure, component focus, data flow, composables), then add optional features only when needed
- Requires reading and applying four core references before implementation: reactivity, SFC structure, component data flow, and composables
- Provides explicit component-splitting rules based on responsibility boundaries, with special guidance for entry/root and route-level view components as thin composition surfaces
- Covers optional features (slots, transitions, async components, directives, state management) with dedicated references loaded only when requirements call for them
- Includes a performance optimization pass as a post-functionality step, never before core behavior is verified
Tags
Related skills
| Skill | Installs | vs vue-best-practices |
|---|---|---|
| create-auth-skill | 11,399 | -2,122 |
| flutter-animations | 10,735 | -2,786 |
| ai-sdk | 14,212 | +691 |
| arrange | 16,063 | +2,542 |
| remotion | 13,431 | -90 |
FAQ
- How many installs does vue-best-practices have?
- vue-best-practices has 13,521 total installs and 13.5K installs this week.
- Where is vue-best-practices hosted?
- vue-best-practices is published by @hyf0/vue-skills at https://github.com/hyf0/vue-skills.
- How many GitHub stars does vue-best-practices have?
- vue-best-practices has 2.1K GitHub stars.
- When was vue-best-practices first indexed?
- OrangeBot.AI first indexed vue-best-practices on Jan 21, 2026.
- How do I install vue-best-practices?
- Run: npx skills add https://github.com/hyf0/vue-skills --skill vue-best-practices