From hyf0-vue-skills-1
Guides Pinia store setup, reactivity patterns, and state management in Vue apps. Covers common errors like 'getActivePinia was called' and destructuring issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hyf0-vue-skills-1:vue-pinia-best-practicesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pinia best practices, common gotchas, and state management patterns.
Pinia best practices, common gotchas, and state management patterns.
3plugins reuse this skill
First indexed Jun 27, 2026
npx claudepluginhub vuejs-ai/skillsGuides Pinia state management in Vue apps: defining stores, state/getters/actions, plugins, composables, testing, SSR, Nuxt, HMR.
Guides using Pinia for Vue state management: defining stores, state/getters/actions, plugins, SSR, Nuxt integration, and testing with @pinia/testing.
Manage shared application state with Pinia stores using Options or Setup syntax. Includes DevTools support, type safety, and lazy loading.