Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add skilld-dev/vue-ecosystem-skills --skill pinia-skilldgit clone --depth 1 https://github.com/skilld-dev/vue-ecosystem-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/skilld-dev/vue-ecosystem-skills/pinia-skilld)<a href="https://agentmods.dev/skills/skilld-dev/vue-ecosystem-skills/pinia-skilld"><img src="https://agentmods.dev/badge/skills/skilld-dev/vue-ecosystem-skills/pinia-skilld/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/skilld-dev/vue-ecosystem-skills/pinia-skilld"><img src="https://agentmods.dev/badge/skills/skilld-dev/vue-ecosystem-skills/pinia-skilld.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 46 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00039 | $0.01544 |
| Opus 5 | $0.00019 | $0.00772 |
| Sonnet 5 | $0.00008 | $0.00309 |
| Haiku 4.5 | $0.00004 | $0.00154 |
Grade A, and why
pinia-skilld scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
vuejs/pinia [email protected]
Tags: next: 2.0.0-rc.10, beta: 2.1.8-beta.0, latest: 3.0.4
References: Docs
API Changes
This section documents version-specific API changes — prioritize recent major/minor releases.
-
BREAKING:
defineStore({ id: 'storeName', ... })— object signature withidproperty removed in v3.0.0; usedefineStore('storeName', { ... })instead. Old object syntax silently compiled but is now a runtime error source -
BREAKING:
PiniaStorePlugintype — removed in v3.0.0; usePiniaPlugininstead. Code usingPiniaStorePluginwill fail to compile source -
BREAKING: Vue 2 support dropped in v3.0.0 — Pinia v3 requires Vue 3 only. Users on Vue 2 must stay on Pinia v2 source
-
BREAKING: TypeScript 5 or newer required in v3.0.0 — uses native
Awaitedtype introduced in TS 4.5; TS 5+ recommended source -
BREAKING: IIFE bundle no longer bundles Vue Devtools in v3.0.0 — devtools API was too large; must be included manually depending on your workflow source
-
BREAKING: Package is now published as
type: modulein v3.0.0 — CJS dist files still provided but the package root is ESM. May break setups relying on implicit CJS resolution source -
NEW:
action(fn, name?)helper in setup stores — added in v2.2.0, available viaSetupStoreHelpersparameter. Wraps a function so it is tracked by$onActionwhen called within the store; intended for advanced use cases like Pinia Colada source -
NEW:
disposePinia(pinia)— added in v2.1.7, stops the pinia effect scope and removes state, plugins, and stores. Useful in tests or multi-pinia apps; disposed instance cannot be reused source
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/discussions/_INDEX.md 2.7 KB
- references/discussions/discussion-2889.md 1.0 KB
- references/discussions/discussion-2894.md 1.6 KB
- references/discussions/discussion-2901.md 1.6 KB
- references/discussions/discussion-2903.md 739 B
- references/discussions/discussion-2917.md 1.1 KB
- references/discussions/discussion-2922.md 565 B
- references/discussions/discussion-2955.md 711 B
- references/discussions/discussion-2962.md 1.1 KB
- references/discussions/discussion-2964.md 2.1 KB
- references/discussions/discussion-2968.md 931 B
- references/discussions/discussion-2972.md 1.2 KB
- references/discussions/discussion-2987.md 1.3 KB
- references/discussions/discussion-3003.md 1.3 KB
- references/discussions/discussion-3026.md 1.3 KB
- references/discussions/discussion-3030.md 1.2 KB
- references/discussions/discussion-3033.md 1.7 KB
- references/discussions/discussion-3050.md 1.0 KB
- references/discussions/discussion-3071.md 1013 B
- references/discussions/discussion-3085.md 1.2 KB
- references/discussions/discussion-3087.md 986 B
- references/docs/_INDEX.md 13 KB
- references/docs/cookbook/composables.md 4.0 KB
- references/docs/cookbook/composing-stores.md 3.5 KB
- references/docs/cookbook/hot-module-replacement.md 1008 B
- references/docs/cookbook/index.md 683 B
- references/docs/cookbook/migration-0-0-7.md 3.0 KB
- references/docs/cookbook/migration-v1-v2.md 5.4 KB
- references/docs/cookbook/migration-v2-v3.md 1.1 KB
- references/docs/cookbook/migration-vuex.md 11 KB
- references/docs/cookbook/options-api.md 2.8 KB
- references/docs/cookbook/testing.md 10 KB
- references/docs/cookbook/vscode-snippets.md 1.6 KB
- references/docs/core-concepts/actions.md 6.1 KB
- references/docs/core-concepts/getters.md 6.6 KB
- references/docs/core-concepts/index.md 6.6 KB
- references/docs/core-concepts/outside-component-usage.md 2.5 KB
- references/docs/core-concepts/plugins.md 12 KB
- references/docs/core-concepts/state.md 8.7 KB
- references/docs/getting-started.md 2.4 KB
- references/docs/index.md 1.7 KB
- references/docs/introduction.md 8.5 KB
- references/docs/ssr/index.md 3.4 KB
- references/docs/ssr/nuxt.md 3.2 KB
- references/docs/zh/api/enums/pinia.MutationType.md 851 B
- references/docs/zh/api/index.md 185 B
- references/docs/zh/api/interfaces/pinia_nuxt.ModuleOptions.md 868 B
- references/docs/zh/api/interfaces/pinia_testing.TestingOptions.md 2.4 KB
- references/docs/zh/api/interfaces/pinia_testing.TestingPinia.md 1.5 KB
- references/docs/zh/api/interfaces/pinia._StoreOnActionListenerContext.md 2.6 KB
- references/docs/zh/api/interfaces/pinia._StoreWithState.md 7.2 KB
- references/docs/zh/api/interfaces/pinia._SubscriptionCallbackMutationBase.md 965 B
- references/docs/zh/api/interfaces/pinia.DefineSetupStoreOptions.md 1.4 KB
- references/docs/zh/api/interfaces/pinia.DefineStoreOptions.md 3.5 KB
- references/docs/zh/api/interfaces/pinia.DefineStoreOptionsBase.md 962 B
- references/docs/zh/api/interfaces/pinia.DefineStoreOptionsInPlugin.md 3.1 KB
- references/docs/zh/api/interfaces/pinia.MapStoresCustomization.md 430 B
- references/docs/zh/api/interfaces/pinia.Pinia.md 1.2 KB
- references/docs/zh/api/interfaces/pinia.PiniaCustomProperties.md 1.5 KB
- references/docs/zh/api/interfaces/pinia.PiniaCustomStateProperties.md 730 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 66 lines · 39 tokens per session scan A 4b2d80578f40
pinia-skilld is a skill published in the GitHub repository skilld-dev/vue-ecosystem-skills (178 stars, last pushed 27d ago), licensed MIT. It adds 39 tokens to every session and 1,544 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
shadcn-svelte
Pre-built shadcn-svelte components for json-render Svelte apps. Use when working with @json-render/shadcn-svelte, adding standard UI components to a Svelte catalog, or building Svelte web UIs with shadcn-svelte + Tailwind CSS components.
create-site
Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…
v3-create-crud
A page generator for standard create, read, update, and delete screens, commonly called CRUD screens. It uses Element Plus, a Vue user-interface library, to build tables, searches, pagination, forms, and delete confirmations.
v3-use-composables
Documentation for reusable Vue functions in a project, covering device detection, asynchronous dropdown data, loading screens, pagination, routing, themes, page titles, and watermarks.
moai-domain-uiux
UI/UX design systems specialist covering accessibility, icons, theming, design tokens, and user experience patterns. Use when working on design systems, WCAG compliance, ARIA patterns, or dark mode theming.
frontend-conventions
Frontend convention reference (SvelteKit / Svelte 5). Auto-injected into frontend-aware agents - not user-invocable.