vue-pinia-best-practices
π―Skillfrom hyf0/vue-skills
Agent skills for Vue 3 development, derived from real-world issues and providing specialized patterns for AI agents to enhance Vue development workflows.
Overview
The Vue Pinia Best Practices skill provides AI agents with specialized knowledge for using Pinia as a state management solution in Vue 3 applications. It is part of the vue-skills collection, which offers agent skills derived from real-world Vue development issues covering store setup, reactivity patterns, and state management best practices.
Key Features
- Store Setup Patterns - Guidance on properly configuring and structuring Pinia stores for Vue 3 applications
- Reactivity and State Patterns - Best practices for managing reactive state, avoiding common pitfalls with Pinia's reactivity system
- Composition API Integration - Instructions for using Pinia effectively with Vue 3's Composition API and TypeScript
- Skill Trigger System - Activates when working with Pinia state management; prefix prompts with "use vue skill" for reliable triggering
- Cross-Agent Compatibility - Works with Claude Code, Cursor, and other AI coding assistants via the skills CLI or Claude Code Marketplace
Who is this for?
This skill is designed for Vue 3 developers who use Pinia for state management and want AI-assisted guidance on store patterns and reactivity best practices. It is also useful for teams adopting Pinia who want to ensure consistent, high-quality state management across their codebase.
Same repository
hyf0/vue-skills(11 items)
Installation
npx vibeindex add hyf0/vue-skills --skill vue-pinia-best-practicesnpx skills add hyf0/vue-skills --skill vue-pinia-best-practices~/.claude/skills/vue-pinia-best-practices/SKILL.mdSKILL.md
More from this repository10
A Vue 3 skill for AI agents providing Composition API and TypeScript best practices, common gotcha prevention, SSR guidance, and performance patterns for Claude Code and Cursor.
Diagnoses and resolves Vue 3 runtime errors, async failures, hydration issues, and common component debugging challenges.
Agent skills for Vue 3 development, derived from real-world issues and providing specialized patterns for AI agents to enhance Vue development workflows.
Agent skills for Vue 3 development, derived from real-world issues and providing specialized patterns for AI agents to enhance Vue development workflows.
Vue 3 Options API best practices covering TypeScript integration, method binding, lifecycle hooks, computed properties, and common gotchas like arrow function pitfalls and stateful method lifecycle management.
Agent skills for Vue 3 development, derived from real-world issues and providing specialized patterns for AI agents to enhance Vue development workflows.
Agent skills for Vue 3 development, derived from real-world issues and providing specialized patterns for AI agents to enhance Vue development workflows.
Provides comprehensive Vue.js development guidelines and best practices for creating, refactoring, and reviewing Vue and Nuxt projects with a focus on code quality
Provides Pinia state management best practices for Vue.js applications including store patterns, code organization, and performance optimization
Provides VueUse composable best practices for efficiently leveraging utility functions and reactive patterns in Vue.js applications