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 vue-test-utils-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/vue-test-utils-skilld)<a href="https://agentmods.dev/skills/skilld-dev/vue-ecosystem-skills/vue-test-utils-skilld"><img src="https://agentmods.dev/badge/skills/skilld-dev/vue-ecosystem-skills/vue-test-utils-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/vue-test-utils-skilld"><img src="https://agentmods.dev/badge/skills/skilld-dev/vue-ecosystem-skills/vue-test-utils-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.00051 | $0.01376 |
| Opus 5 | $0.00026 | $0.00688 |
| Sonnet 5 | $0.00010 | $0.00275 |
| Haiku 4.5 | $0.00005 | $0.00138 |
Grade A, and why
vue-test-utils-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 9d 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 — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.
vuejs/test-utils @vue/[email protected]
Tags: 2.0.0-alpha.0: 2.0.0-alpha.0, 2.0.0-alpha.1: 2.0.0-alpha.1, 2.0.0-alpha.2: 2.0.0-alpha.2
References: Docs
API Changes
This section documents version-specific API changes — prioritize recent major/minor releases.
-
BREAKING:
propsData— v2 renamed topropsfor consistency with component definitions source -
BREAKING:
createLocalVue— removed in v2, use theglobalmounting option to install plugins, mixins, or directives source -
BREAKING:
mocksandstubs— moved into theglobalmounting option in v2 as they apply to all components source -
BREAKING:
destroy()— renamed tounmount()in v2 to match Vue 3 lifecycle naming source -
BREAKING:
findAll().at()— removed in v2;findAll()now returns a standard array of wrappers source -
BREAKING:
createWrapper()— removed in v2, use thenew DOMWrapper()constructor for non-component elements source -
BREAKING:
shallowMount— v2 no longer renders default slot content for stubbed components by default source -
BREAKING:
find()— now only supportsquerySelectorsyntax; usefindComponent()to locate Vue components source -
BREAKING:
setSelectedandsetChecked— removed in v2, functionality merged intosetValue()source -
BREAKING:
attachToDocument— renamed toattachToin v2 source -
BREAKING:
emittedByOrder— removed in v2, useemitted()instead source -
NEW:
renderToString()— added in v2.3.0 to support SSR testing 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.3 KB
- references/discussions/discussion-1728.md 1.1 KB
- references/discussions/discussion-1749.md 1.0 KB
- references/discussions/discussion-1752.md 2.3 KB
- references/discussions/discussion-1758.md 667 B
- references/discussions/discussion-1831.md 1.2 KB
- references/discussions/discussion-1850.md 1.2 KB
- references/discussions/discussion-1876.md 1.3 KB
- references/discussions/discussion-1904.md 1.4 KB
- references/discussions/discussion-1913.md 2.0 KB
- references/discussions/discussion-1969.md 1.2 KB
- references/discussions/discussion-2002.md 889 B
- references/discussions/discussion-2164.md 604 B
- references/discussions/discussion-2208.md 1.3 KB
- references/discussions/discussion-2215.md 2.0 KB
- references/discussions/discussion-2223.md 585 B
- references/discussions/discussion-2226.md 1.3 KB
- references/discussions/discussion-2521.md 837 B
- references/discussions/discussion-2606.md 810 B
- references/discussions/discussion-2630.md 1.5 KB
- references/discussions/discussion-2680.md 843 B
- references/docs/_INDEX.md 14 KB
- references/docs/api/index.md 41 KB
- references/docs/fr/api/index.md 44 KB
- references/docs/fr/guide/advanced/async-suspense.md 5.8 KB
- references/docs/fr/guide/advanced/component-instance.md 3.1 KB
- references/docs/fr/guide/advanced/http-requests.md 6.8 KB
- references/docs/fr/guide/advanced/reusability-composition.md 5.2 KB
- references/docs/fr/guide/advanced/slots.md 5.0 KB
- references/docs/fr/guide/advanced/ssr.md 1.2 KB
- references/docs/fr/guide/advanced/stubs-shallow-mount.md 13 KB
- references/docs/fr/guide/advanced/teleport.md 5.9 KB
- references/docs/fr/guide/advanced/transitions.md 1.3 KB
- references/docs/fr/guide/advanced/v-model.md 2.5 KB
- references/docs/fr/guide/advanced/vue-router.md 15 KB
- references/docs/fr/guide/advanced/vuex.md 9.5 KB
- references/docs/fr/guide/essentials/a-crash-course.md 10 KB
- references/docs/fr/guide/essentials/conditional-rendering.md 5.9 KB
- references/docs/fr/guide/essentials/easy-to-test.md 5.6 KB
- references/docs/fr/guide/essentials/event-handling.md 5.4 KB
- references/docs/fr/guide/essentials/forms.md 14 KB
- references/docs/fr/guide/essentials/passing-data.md 4.7 KB
- references/docs/fr/guide/extending-vtu/community-learning.md 399 B
- references/docs/fr/guide/extending-vtu/plugins.md 5.4 KB
- references/docs/fr/guide/faq/index.md 851 B
- references/docs/fr/guide/index.md 1.6 KB
- references/docs/fr/index.md 346 B
- references/docs/fr/installation/index.md 1.1 KB
- references/docs/fr/migration/index.md 12 KB
- references/docs/fr/README.md 5.0 KB
- references/docs/guide/advanced/async-suspense.md 5.2 KB
- references/docs/guide/advanced/component-instance.md 2.7 KB
- references/docs/guide/advanced/http-requests.md 6.0 KB
- references/docs/guide/advanced/reusability-composition.md 4.8 KB
- references/docs/guide/advanced/slots.md 4.3 KB
- references/docs/guide/advanced/ssr.md 1.1 KB
- references/docs/guide/advanced/stubs-shallow-mount.md 12 KB
- references/docs/guide/advanced/teleport.md 5.2 KB
- references/docs/guide/advanced/transitions.md 1.9 KB
- references/docs/guide/advanced/v-model.md 2.3 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.
- 9d ago First seen · 96 lines · 51 tokens per session scan A e8bb0ef246b3
vue-test-utils-skilld is a skill published in the GitHub repository skilld-dev/vue-ecosystem-skills (178 stars, last pushed 27d ago), licensed MIT. It adds 51 tokens to every session and 1,376 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
Component Test Scaffold (Vue.js)
Generate Vue.js component test skeletons (Vue Test Utils) from specifications.
vue-component-testing
A guide for testing Vue components with Vue Test Utils and the project's test runner. It covers mounted components, inputs, emitted events, slots, reusable logic, asynchronous updates, and interactions.
vue-component
Create Vue 3 components with Composition API — composables, Pinia store integration, TypeScript, and unit tests.
testing
Writing frontend tests for the nvcf-ui app — Vitest, Testing Library, MSW, and project-specific render helpers. Use when creating test files, writing component tests, setting up MSW handlers in tests, deciding which render helper to use, or when the user is adding or modifying a UI component and hasn't mentioned tests…
frontend-testing
Comprehensive frontend testing strategy covering unit, integration, E2E, visual regression, and accessibility testing.
vitest-testing-patterns
Write tests using Vitest and React Testing Library. Use when creating unit tests, component tests, integration tests, or mocking dependencies. Activates for test file creation, mock patterns, coverage, and testing best practices.