VueJS AI Skills — Setup Guide¶
Source: vuejs-ai/skills GitHub: vuejs-ai/skills Skills: 11 skills · 129.2K total installs Category: Frontend Development First Seen: catalogued August 15, 2026 midday sweep Quality Tier: 🟢 Production (published under the vuejs-ai org, the Vue ecosystem's AI working group)
The vuejs-ai organization publishes agent skills covering the full Vue 3 surface: general best practices, debugging guides, Pinia state management, Vue Router, composable design, testing, JSX, the Options API, and VueUse utilities. Queued this morning at a 10.7K API estimate, the publisher page shows 129.2K total installs.
Installation¶
npx skills add vuejs-ai/skills
Prerequisites¶
| Requirement | Details |
|---|---|
| Node.js + npx | For the skill installer |
| Vue 3 project | Skills assume Vue 3 with the Composition API as the default |
What It Provides¶
| Skill | Installs | Purpose |
|---|---|---|
| vue-best-practices | 36.6K | Canonical Vue 3 development guidance |
| vue-debug-guides | 23.6K | Debugging playbooks for Vue apps |
| vue-pinia-best-practices | 13.7K | Pinia state management patterns |
| vue-router-best-practices | 11.7K | Router architecture and patterns |
| create-adaptable-composable | 11.2K | Composable design discipline |
| vue-testing-best-practices | 10.7K | Component and app testing |
| vue-options-api-best-practices | 9.7K | Options API guidance |
| vue-jsx-best-practices | 9.2K | JSX usage in Vue |
| vue-development-guides | 2.1K | Broader development walkthroughs |
| pinia-best-practices / vueuse-best-practices | 350 / 341 | Companion references |
Quick Start¶
- Install:
npx skills add vuejs-ai/skills - Ask: "review this Vue component against vue-best-practices and the Pinia guidance"
CorpusIQ Use Cases¶
| Use Case | How |
|---|---|
| Vue client work | Best-practices and debug guides for Vue projects |
| Docs site quality | Our MkDocs/Material stack is adjacent; Vue guidance applies to any Vue-based internal tooling |
| Code review standard | vue-best-practices as a review rubric for agent-written Vue code |
| Composable discipline | create-adaptable-composable for reusable frontend logic |
Limitations / Verification¶
- Multi-skill suite; no individual security-audit pages fetched this sweep
- Vue 3 focused — Options API skills exist but the ecosystem guidance is Composition-first
- Install counts verified on publisher page (API sums undercount 10x)
npx skills add vuejs-ai/skills # verify install works
Related¶
Powered by CorpusIQ