@skills · Owner
Agent skills by vuejs-ai
10 skills indexed from github.com/vuejs-ai. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- create-adaptable-composable · Skill · 2,762 stars
Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef / MaybeRefOrGetter) so callers can pass a plain value, ref, or getter. N
- skills · Collection · 2,762 stars
- skills · Collection · 2,762 stars
- vue-best-practices · Skill · 2,762 stars
MUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar,
- vue-debug-guides · Skill · 2,762 stars
Vue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue issues.
- vue-jsx-best-practices · Skill · 2,762 stars
JSX syntax in Vue (e.g., class vs className, JSX plugin config).
- vue-options-api-best-practices · Skill · 2,762 stars
Vue 3 Options API style (data(), methods, this context). Each reference shows Options API solution only.
- vue-pinia-best-practices · Skill · 2,762 stars
Pinia stores, state management patterns, store setup, and reactivity with stores.
- vue-router-best-practices · Skill · 2,762 stars
Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.
- vue-testing-best-practices · Skill · 2,762 stars
Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.