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-colada-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-colada-skilld)<a href="https://agentmods.dev/skills/skilld-dev/vue-ecosystem-skills/pinia-colada-skilld"><img src="https://agentmods.dev/badge/skills/skilld-dev/vue-ecosystem-skills/pinia-colada-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-colada-skilld"><img src="https://agentmods.dev/badge/skills/skilld-dev/vue-ecosystem-skills/pinia-colada-skilld.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00062 | $0.01839 |
| Opus 5 | $0.00031 | $0.00920 |
| Sonnet 5 | $0.00012 | $0.00368 |
| Haiku 4.5 | $0.00006 | $0.00184 |
Grade A, and why
pinia-colada-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 11d 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 — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.
posva/pinia-colada @pinia/[email protected]
Tags: latest: 1.2.1
References: Docs
API Changes
This section documents version-specific API changes — prioritize recent major/minor releases.
-
BREAKING:
useInfiniteQuery()— v0.20.0 refactored: removedmerge, changeddatato{ pages, pageParams },initialPage→initialPageParam,loadMore→loadNextPage, andgetNextPageParamis now required (experimental) source -
BREAKING:
PiniaColadainstallation — v0.14.0 moved global options toqueryOptions: { ... }and requires an options object for typing:app.use(PiniaColada, {})source -
BREAKING:
useQuery()aliases —isFetchingwas renamed toisLoadingin v0.8.0 to better reflect its connection toasyncStatussource -
BREAKING: Status split — v0.8.0 split
statusintostatus(data:'pending'|'success'|'error') andasyncStatus(operation:'idle'|'loading') source -
BREAKING: Mutation IDs — v0.19.0 simplified mutation IDs to incremented numbers (starting at 1).
mutationCache.get()now takes the ID, and$nsuffix is removed from keys source -
BREAKING: Cache Key structure — v0.16.0 refactored internal cache to support deeply nested objects for keys.
toCacheKeynow returns a plain string. Stricter types disallowundefinedin keys source -
BREAKING:
queryCachemethod renames —cancelQuery()was renamed tocancel()in v0.11.0, andcancelQueries()was added for multiple cancellations source -
BREAKING:
setQueryState→setEntryState— v0.9.0 renamed thisqueryCacheaction to better match its purpose source -
BREAKING: External
AbortError— v0.18.0 now surfaces external abort signals as actual errors instead of silently ignoring them 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.1 KB
- references/discussions/discussion-239.md 1.4 KB
- references/discussions/discussion-243.md 1.4 KB
- references/discussions/discussion-275.md 1.3 KB
- references/discussions/discussion-315.md 1.8 KB
- references/discussions/discussion-325.md 1.5 KB
- references/discussions/discussion-333.md 1.2 KB
- references/discussions/discussion-336.md 1.2 KB
- references/discussions/discussion-338.md 1.1 KB
- references/discussions/discussion-346.md 1.2 KB
- references/discussions/discussion-384.md 1.2 KB
- references/discussions/discussion-395.md 1.9 KB
- references/discussions/discussion-399.md 1.8 KB
- references/discussions/discussion-417.md 1.1 KB
- references/discussions/discussion-419.md 1.2 KB
- references/discussions/discussion-421.md 1.5 KB
- references/discussions/discussion-426.md 1.3 KB
- references/discussions/discussion-428.md 1.2 KB
- references/discussions/discussion-438.md 1.1 KB
- references/discussions/discussion-484.md 1.1 KB
- references/discussions/discussion-485.md 1.1 KB
- references/docs/_INDEX.md 5.8 KB
- references/docs/advanced/plugins.md 18 KB
- references/docs/advanced/query-cache.md 560 B
- references/docs/advanced/reusable-queries.md 5.9 KB
- references/docs/cookbook/cache-persistence.md 2.4 KB
- references/docs/cookbook/index.md 280 B
- references/docs/cookbook/migration-tvq.md 8.5 KB
- references/docs/cookbook/migrations.md 2.1 KB
- references/docs/cookbook/prefetching.md 2.4 KB
- references/docs/cookbook/query-hooks.md 1.1 KB
- references/docs/cookbook/tanstack-compat.md 12 KB
- references/docs/cookbook/testing.md 5.1 KB
- references/docs/guide/cancelling-queries.md 206 B
- references/docs/guide/error-handling.md 8.6 KB
- references/docs/guide/infinite-queries.md 4.3 KB
- references/docs/guide/installation.md 2.5 KB
- references/docs/guide/mutations.md 5.5 KB
- references/docs/guide/optimistic-updates.md 9.5 KB
- references/docs/guide/paginated-queries.md 1.9 KB
- references/docs/guide/placeholder-data.md 58 B
- references/docs/guide/queries.md 15 KB
- references/docs/guide/query-invalidation.md 4.4 KB
- references/docs/guide/query-keys.md 11 KB
- references/docs/guide/query-meta.md 3.7 KB
- references/docs/guide/setup.md 8 B
- references/docs/guide/ssr.md 2.3 KB
- references/docs/guide/typescript.md 208 B
- references/docs/index.md 1.4 KB
- references/docs/nuxt.md 7.7 KB
- references/docs/plugins.md 1.1 KB
- references/docs/plugins/community.md 1.1 KB
- references/docs/plugins/index.md 1.1 KB
- references/docs/plugins/official.md 221 B
- references/docs/plugins/official/auto-refetch.md 1.5 KB
- references/docs/plugins/official/cache-persister.md 1.5 KB
- references/docs/plugins/official/delay.md 1.4 KB
- references/docs/plugins/official/index.md 187 B
- references/docs/plugins/official/query-hooks.md 1.4 KB
- references/docs/plugins/official/retry.md 1.6 KB
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.
- 11d ago First seen · 115 lines · 62 tokens per session scan A 75791ef234ea
pinia-colada-skilld is a skill published in the GitHub repository skilld-dev/vue-ecosystem-skills (179 stars, last pushed 28d ago), licensed MIT. It adds 62 tokens to every session and 1,839 once invoked, about $0.0003 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.