Guides on Pinia store setup, common reactivity pitfalls like destructuring breaking updates, and state management patterns including URL-synced filters.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vue-pinia-best-practices: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 pythoughts-labs/vue3-best-practices --plugin vue-pinia-best-practicesGuides on Pinia store setup, common reactivity pitfalls like destructuring breaking updates, and state management patterns including URL-synced filters.
Guides Pinia state management in Vue apps: defining stores, state/getters/actions, plugins, composables, testing, SSR, Nuxt, HMR.
Manage shared application state with Pinia stores using Options or Setup syntax. Includes DevTools support, type safety, and lazy loading.