hyf0/vue-skills2.8k installs
vue-pinia-best-practices
Pinia stores, state management patterns, store setup, and reactivity with stores.
How do I install this agent skill?
npx skills add https://github.com/hyf0/vue-skills --skill vue-pinia-best-practicesIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill is a comprehensive collection of educational documentation and best practices for Pinia state management in Vue.js applications. It contains no executable code or malicious patterns.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
7 files scanned · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
Pinia best practices, common gotchas, and state management patterns.
Store Setup
- Getting "getActivePinia was called" error at startup → See pinia-no-active-pinia-error
- Setup stores missing state in DevTools or SSR → See pinia-setup-store-return-all-state
Reactivity
- Store destructuring stops updating UI reactively → See pinia-store-destructuring-breaks-reactivity
- Store methods lose context in template calls → See store-method-binding-parentheses
State Patterns
- Filters reset on refresh or can't be shared → See state-url-for-ephemeral-filters
- Building production app without DevTools or conventions → See state-use-pinia-for-large-apps
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/hyf0/vue-skills/vue-pinia-best-practices">View vue-pinia-best-practices on skillZs</a>