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 tresjs-core-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/tresjs-core-skilld)<a href="https://agentmods.dev/skills/skilld-dev/vue-ecosystem-skills/tresjs-core-skilld"><img src="https://agentmods.dev/badge/skills/skilld-dev/vue-ecosystem-skills/tresjs-core-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/tresjs-core-skilld"><img src="https://agentmods.dev/badge/skills/skilld-dev/vue-ecosystem-skills/tresjs-core-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.00053 | $0.01733 |
| Opus 5 | $0.00026 | $0.00866 |
| Sonnet 5 | $0.00011 | $0.00347 |
| Haiku 4.5 | $0.00005 | $0.00173 |
Grade A, and why
tresjs-core-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 — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tresjs/tres @tresjs/[email protected]
Tags: beta: 2.0.0-beta.13, next: 5.0.0-next.6, alpha: 5.0.0-alpha.2
References: Docs
API Changes
This section documents version-specific API changes — prioritize recent major/minor releases.
-
BREAKING:
useLoader— returns reactive state{ state, isLoading, error, progress }since v5, no longer returns a Promise source -
BREAKING: Pointer Events — renamed to native DOM names (e.g.,
@pointerdowninstead of@pointer-down) in v5 source -
BREAKING:
useTexture— removed from core in v5, moved to@tresjs/cientospackage source -
BREAKING: ESM-only — TresJS v5 is ESM-only; UMD build and CommonJS
require()are no longer supported source -
BREAKING:
TresCanvasProps — WebGL context props likealpha,antialias,stencil, anddepthare now readonly and non-reactive in v5 source -
BREAKING:
useTresContext().camera— returns a state object in v5; useuseTres().camerafor the active camera instance source -
BREAKING: Renderer Context —
rendereris now readonly inuseTresContext();performancestate was removed from context in v5 source -
BREAKING: Event Bubbling — only the first intersected element triggers pointer events since v5 to align with standard behavior source
-
NEW:
ContextComponent — exported in v5.5.0 (asTresCanvasContext) for advanced scene and state management source -
NEW: Kebab-case Support — support for components written in kebab-case (e.g.,
<tres-mesh>) added in v5.1.0 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 1.9 KB
- references/discussions/discussion-1324.md 1.0 KB
- references/discussions/discussion-371.md 1.3 KB
- references/discussions/discussion-372.md 561 B
- references/discussions/discussion-393.md 551 B
- references/discussions/discussion-400.md 959 B
- references/discussions/discussion-424.md 1.3 KB
- references/discussions/discussion-484.md 1.9 KB
- references/discussions/discussion-501.md 891 B
- references/discussions/discussion-562.md 1.1 KB
- references/discussions/discussion-596.md 1.2 KB
- references/discussions/discussion-603.md 1.5 KB
- references/discussions/discussion-670.md 1.0 KB
- references/discussions/discussion-675.md 890 B
- references/discussions/discussion-724.md 1.1 KB
- references/discussions/discussion-739.md 1012 B
- references/discussions/discussion-863.md 821 B
- references/discussions/discussion-891.md 731 B
- references/discussions/discussion-904.md 697 B
- references/discussions/discussion-950.md 879 B
- references/discussions/discussion-953.md 1.6 KB
- references/docs/_INDEX.md 7.7 KB
- references/docs/blog.md 762 B
- references/docs/blog/tresjs-new-website-and-docs.md 4.2 KB
- references/docs/blog/tresjs-tsdown-migration.md 8.0 KB
- references/docs/CLAUDE.md 1.2 KB
- references/docs/content/1.getting-started/1.index.md 2.9 KB
- references/docs/content/1.getting-started/2.installation.md 3.9 KB
- references/docs/content/1.getting-started/3.your-first-scene.md 10 KB
- references/docs/content/1.getting-started/4.upgrade-guide.md 15 KB
- references/docs/content/2.essentials/1.core-architecture/2.custom-vue-renderer.md 1.9 KB
- references/docs/content/2.essentials/2.concepts/1.declarative-vs-imperative.md 8.2 KB
- references/docs/content/2.essentials/2.concepts/2.reactivity.md 16 KB
- references/docs/content/2.essentials/2.concepts/3.constructor-arguments.md 4.7 KB
- references/docs/content/2.essentials/2.concepts/4.declarative-properties.md 5.8 KB
- references/docs/content/2.essentials/2.concepts/5.extending-catalogue.md 6.7 KB
- references/docs/content/2.essentials/2.concepts/6.child-attachments.md 4.3 KB
- references/docs/content/2.essentials/index.md 77 B
- references/docs/content/3.api/1.components/tres-canvas.md 11 KB
- references/docs/content/3.api/1.components/tres-context.md 1.3 KB
- references/docs/content/3.api/1.components/tres-objects.md 3.8 KB
- references/docs/content/3.api/1.index.md 641 B
- references/docs/content/3.api/2.composables/1.use-tres.md 7.6 KB
- references/docs/content/3.api/2.composables/2.use-tres-context.md 11 KB
- references/docs/content/3.api/2.composables/3.use-loop.md 11 KB
- references/docs/content/3.api/2.composables/4.use-graph.md 3.2 KB
- references/docs/content/3.api/2.composables/5.use-loader.md 4.3 KB
- references/docs/content/3.api/3.events/1.pointer-events.md 4.6 KB
- references/docs/content/3.api/4.utils/1.type-guards.md 605 B
- references/docs/content/3.api/4.utils/2.directives.md 862 B
- references/docs/content/3.api/5.advanced/performance.md 7.0 KB
- references/docs/content/3.api/5.advanced/primitives.md 15 KB
- references/docs/content/3.api/5.advanced/web-gpu.md 5.2 KB
- references/docs/content/4.cookbook/1.orbit-controls.md 2.5 KB
- references/docs/content/4.cookbook/2.basic-animations.md 3.3 KB
- references/docs/content/4.cookbook/3.model-animation.md 5.2 KB
- references/docs/content/4.cookbook/4.advanced-gsap-animations.md 5.7 KB
- references/docs/content/4.cookbook/5.tweakpane.md 5.2 KB
- references/docs/content/4.cookbook/6.transition-dynamic.md 7.9 KB
- references/docs/content/4.cookbook/index.md 259 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 · 91 lines · 53 tokens per session scan A 68186c43cdb1
tresjs-core-skilld is a skill published in the GitHub repository skilld-dev/vue-ecosystem-skills (178 stars, last pushed 27d ago), licensed MIT. It adds 53 tokens to every session and 1,733 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.