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 vee-validate-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/vee-validate-skilld)<a href="https://agentmods.dev/skills/skilld-dev/vue-ecosystem-skills/vee-validate-skilld"><img src="https://agentmods.dev/badge/skills/skilld-dev/vue-ecosystem-skills/vee-validate-skilld.svg" alt="Measured on agentmods" 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.00041 | $0.01495 |
| Opus 5 | $0.00020 | $0.00747 |
| Sonnet 5 | $0.00008 | $0.00299 |
| Haiku 4.5 | $0.00004 | $0.00150 |
Grade A, and why
vee-validate-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 8d 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 — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
logaretm/vee-validate [email protected]
Tags: prev: 1.0.0-beta.10, next-edge: 4.5.0-alpha.2, edge: 4.5.0-alpha.6
References: Docs
API Changes
This section documents version-specific API changes for vee-validate v4.x — prioritize these over legacy patterns.
-
BREAKING:
v-modelsupport disabled by default in v4.10.0 for performance; enable viaconfigure({ validateOnModelUpdate: true })or per-fieldsyncVModelsource -
NEW:
defineFieldintroduced in v4.9.0 — replacesdefineComponentBindsanddefineInputBindsfor cleaner Composition API integration source -
DEPRECATED: Reactive initial values deprecated in v4.12.0; use non-reactive objects or getters to prevent unintended sync source
-
NEW:
useFormContextexposed in v4.14.0 for accessing form state in deeply nested components without manual injection source -
NEW:
setValueexposed onFieldinstances and slot props in v4.13.0 for manual value updates source -
NEW: Composition setter hooks (
useSetFieldValue,useSetFormValues,useSetFormErrors) added in v4.11.0 for external state management source -
NEW:
handleBluracceptsshouldValidateparameter since v4.10.0 to control validation triggers on blur events source -
NEW:
syncVModelaccepts target model prop name as a string in v4.10.0 for custom model support source -
NEW:
isValidatingstate added touseFormand form slot props in v4.9.3 to track async validation status source -
NEW:
move(oldIdx, newIdx)added toFieldArrayin v4.6.0 for reordering items within array fields source -
NEW: Specialized state hooks (
useIsFieldDirty,useIsFormValid,useFieldValue) added in v4.1.0 for granular state access 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-4794.md 386 B
- references/discussions/discussion-4799.md 1.2 KB
- references/discussions/discussion-4818.md 505 B
- references/discussions/discussion-4819.md 885 B
- references/discussions/discussion-4838.md 989 B
- references/discussions/discussion-4839.md 1.7 KB
- references/discussions/discussion-4871.md 1009 B
- references/discussions/discussion-4883.md 586 B
- references/discussions/discussion-4896.md 918 B
- references/discussions/discussion-4898.md 1.5 KB
- references/discussions/discussion-4903.md 580 B
- references/discussions/discussion-4907.md 563 B
- references/discussions/discussion-4950.md 1.2 KB
- references/discussions/discussion-4955.md 942 B
- references/discussions/discussion-4980.md 553 B
- references/discussions/discussion-5038.md 1.3 KB
- references/discussions/discussion-5079.md 863 B
- references/discussions/discussion-5086.md 1.3 KB
- references/discussions/discussion-5095.md 1.0 KB
- references/discussions/discussion-5107.md 1.7 KB
- references/docs/CHANGELOG.md 2.3 KB
- references/docs/src/pages/api/composition-helpers.mdx 9.3 KB
- references/docs/src/pages/api/configuration.mdx 4.2 KB
- references/docs/src/pages/api/error-message.mdx 2.8 KB
- references/docs/src/pages/api/field-array.mdx 3.7 KB
- references/docs/src/pages/api/field.mdx 15 KB
- references/docs/src/pages/api/form.mdx 11 KB
- references/docs/src/pages/api/use-field-array.mdx 6.0 KB
- references/docs/src/pages/api/use-field.mdx 11 KB
- references/docs/src/pages/api/use-form.mdx 21 KB
- references/docs/src/pages/examples/array-fields.mdx 340 B
- references/docs/src/pages/examples/async-validation.mdx 369 B
- references/docs/src/pages/examples/checkboxes-and-radio.mdx 2.0 KB
- references/docs/src/pages/examples/cross-field-validation.mdx 426 B
- references/docs/src/pages/examples/custom-checkboxes.mdx 2.9 KB
- references/docs/src/pages/examples/custom-inputs.mdx 1.1 KB
- references/docs/src/pages/examples/dynamic-validation-triggers.mdx 690 B
- references/docs/src/pages/examples/multistep-form-wizard.mdx 715 B
- references/docs/src/pages/examples/ui-libraries.mdx 3.6 KB
- references/docs/src/pages/examples/using-stores.mdx 978 B
- references/docs/src/pages/examples/value-formatting.mdx 1.4 KB
- references/docs/src/pages/guide/best-practices.mdx 2.9 KB
- references/docs/src/pages/guide/components/handling-forms.mdx 23 KB
- references/docs/src/pages/guide/components/nested-objects-and-arrays.mdx 10 KB
- references/docs/src/pages/guide/components/validation.mdx 19 KB
- references/docs/src/pages/guide/composition-api/caveats.mdx 4.4 KB
- references/docs/src/pages/guide/composition-api/custom-inputs.mdx 17 KB
- references/docs/src/pages/guide/composition-api/getting-started.mdx 14 KB
- references/docs/src/pages/guide/composition-api/handling-forms.mdx 17 KB
- references/docs/src/pages/guide/composition-api/helpers.mdx 2.3 KB
- references/docs/src/pages/guide/composition-api/nested-objects-and-arrays.mdx 8.5 KB
- references/docs/src/pages/guide/composition-api/typed-schema.mdx 10 KB
- references/docs/src/pages/guide/devtools.mdx 2.3 KB
- references/docs/src/pages/guide/global-validators.mdx 23 KB
- references/docs/src/pages/guide/i18n.mdx 9.3 KB
- references/docs/src/pages/guide/overview.mdx 3.0 KB
- references/docs/src/pages/guide/testing.mdx 4.9 KB
- references/docs/src/pages/integrations/formvuelate.mdx 493 B
- references/docs/src/pages/integrations/nuxt.mdx 2.4 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.
- 8d ago First seen · 91 lines · 41 tokens per session scan A 9da3ea6888b9
vee-validate-skilld is a skill published in the GitHub repository skilld-dev/vue-ecosystem-skills (178 stars, last pushed 25d ago), licensed MIT. It adds 41 tokens to every session and 1,495 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.