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 vueuse-math-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/vueuse-math-skilld)<a href="https://agentmods.dev/skills/skilld-dev/vue-ecosystem-skills/vueuse-math-skilld"><img src="https://agentmods.dev/badge/skills/skilld-dev/vue-ecosystem-skills/vueuse-math-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/vueuse-math-skilld"><img src="https://agentmods.dev/badge/skills/skilld-dev/vue-ecosystem-skills/vueuse-math-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.00050 | $0.01161 |
| Opus 5 | $0.00025 | $0.00580 |
| Sonnet 5 | $0.00010 | $0.00232 |
| Haiku 4.5 | $0.00005 | $0.00116 |
Grade A, and why
vueuse-math-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 — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
vueuse/vueuse @vueuse/[email protected]
Tags: alpha: 14.0.0-alpha.3, beta: 14.0.0-beta.1, latest: 14.3.0
References: Docs
API Changes
This section documents version-specific API changes — prioritize recent major/minor releases.
-
DEPRECATED:
and,or,not— v14 deprecated in favor of original nameslogicAnd,logicOr,logicNotsource -
BREAKING: Requires Vue 3.5+ — v14 moved to Vue 3.5 as minimum version, enabling native
useTemplateRefandMaybeRefOrGettersource -
BREAKING: ESM-only — v13 dropped CommonJS (CJS) support entirely source
-
NEW:
useAverage— reactively calculate average from an array or variadic arguments -
NEW:
useSum— reactively calculate sum from an array or variadic arguments -
NEW:
createProjection— create a reusable numeric projector between two numeric domains -
NEW:
createGenericProjection— create a projector with a custom mapping function for arbitrary types -
NEW:
usePrecision— options now includemathproperty for rounding strategy (floor,ceil,round) -
NEW:
useClamp— returnsComputedRefinstead ofRefwhen input is a getter or readonly ref -
NEW:
useMath— provides reactive access to any standardMathmethod via key name -
NEW:
logicAnd,logicOr,logicNot— variadic reactive boolean logic supporting multiple refs -
NEW:
useMax,useMin— support both array and variadic arguments for reactive comparison -
NEW:
useAbs,useCeil,useFloor,useRound,useTrunc— dedicated reactive wrappers for common Math methods -
NEW:
useProjection— reactive numeric projection from one domain to another
Also changed: tsdown build system v14 · WatchSource<T> types v14 · MaybeRefOrGetter native v12.8
Best Practices
- Use
useClampwith a mutablerefto create a self-validating state. When a mutable ref is passed, it returns a writable computed that automatically clamps any value assigned to it 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-4091.md 2.1 KB
- references/discussions/discussion-4105.md 1.2 KB
- references/discussions/discussion-4249.md 1.1 KB
- references/discussions/discussion-4263.md 1.5 KB
- references/discussions/discussion-4268.md 1001 B
- references/discussions/discussion-4293.md 1.8 KB
- references/discussions/discussion-4336.md 927 B
- references/discussions/discussion-4367.md 535 B
- references/discussions/discussion-4380.md 1.3 KB
- references/discussions/discussion-4547.md 2.0 KB
- references/discussions/discussion-4625.md 1.2 KB
- references/discussions/discussion-4646.md 1.3 KB
- references/discussions/discussion-4825.md 1.7 KB
- references/discussions/discussion-5028.md 1.4 KB
- references/discussions/discussion-5052.md 1.3 KB
- references/discussions/discussion-5055.md 1.2 KB
- references/discussions/discussion-5056.md 937 B
- references/discussions/discussion-5074.md 1.9 KB
- references/discussions/discussion-5276.md 1.3 KB
- references/discussions/discussion-5279.md 666 B
- references/docs/_INDEX.md 1.7 KB
- references/docs/createGenericProjection/index.md 212 B
- references/docs/createProjection/index.md 449 B
- references/docs/index.md 1.1 KB
- references/docs/logicAnd/index.md 329 B
- references/docs/logicNot/index.md 264 B
- references/docs/logicOr/index.md 322 B
- references/docs/README.md 204 B
- references/docs/useAbs/index.md 183 B
- references/docs/useAverage/index.md 358 B
- references/docs/useCeil/index.md 179 B
- references/docs/useClamp/index.md 1.1 KB
- references/docs/useFloor/index.md 186 B
- references/docs/useMath/index.md 349 B
- references/docs/useMax/index.md 309 B
- references/docs/useMin/index.md 309 B
- references/docs/usePrecision/index.md 368 B
- references/docs/useProjection/index.md 366 B
- references/docs/useRound/index.md 186 B
- references/docs/useSum/index.md 324 B
- references/docs/useTrunc/index.md 252 B
- references/issues/_INDEX.md 3.3 KB
- references/issues/issue-1488.md 3.2 KB
- references/issues/issue-1744.md 1.0 KB
- references/issues/issue-2043.md 1.8 KB
- references/issues/issue-230.md 1.2 KB
- references/issues/issue-2742.md 1.3 KB
- references/issues/issue-3201.md 2.9 KB
- references/issues/issue-3240.md 2.1 KB
- references/issues/issue-3337.md 1.1 KB
- references/issues/issue-3536.md 1.4 KB
- references/issues/issue-3573.md 1.5 KB
- references/issues/issue-4017.md 1.9 KB
- references/issues/issue-4085.md 3.1 KB
- references/issues/issue-4139.md 1.4 KB
- references/issues/issue-4309.md 2.2 KB
- references/issues/issue-4357.md 1.1 KB
- references/issues/issue-4672.md 948 B
- references/issues/issue-4824.md 1.5 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 · 80 lines · 50 tokens per session scan A 8d00f534aa9d
vueuse-math-skilld is a skill published in the GitHub repository skilld-dev/vue-ecosystem-skills (178 stars, last pushed 27d ago), licensed MIT. It adds 50 tokens to every session and 1,161 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.