From jeremylongshore-claude-code-plugins-plus-skills
Configures Pinia store setup with step-by-step guidance and best practices for Vue state management.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:pinia-store-setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for pinia store setup tasks within the Frontend Development domain.
This skill provides automated assistance for pinia store setup tasks within the Frontend Development domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with pinia store setup" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Frontend Development skill category. Tags: react, vue, css, accessibility, web
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skillsGuides using Pinia for Vue state management: defining stores, state/getters/actions, plugins, SSR, Nuxt integration, and testing with @pinia/testing.
Guides Pinia state management in Vue apps: defining stores, state/getters/actions, plugins, composables, testing, SSR, Nuxt, HMR.
Guides Pinia store setup, reactivity patterns, and state management in Vue apps. Covers common errors like 'getActivePinia was called' and destructuring issues.