vuetify4

vuetify4 is a skill for Claude Code, Codex from dmitrypost/VuetifySkills. It costs 52 tokens per session (278 once invoked), scanned A, original, MIT.

A documentation reference for Vuetify 4, a user-interface component library for Vue applications, fixed to release 4.0.5. It covers components, APIs, directives, composables, guides, and source links.

In plain words
What is it for?
It helps answer Vuetify 4 questions about component usage, properties, events, slots, directives, composables, and implementation examples.
Why use it?
It gives an agent a specific version of the documentation to consult, avoiding advice based on a different release.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

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.

agentmods
npx agentmods add skills/dmitrypost/vuetifyskills/claude
Any agent
npx skills add dmitrypost/VuetifySkills --skill claude
Clone the repo
git clone --depth 1 https://github.com/dmitrypost/VuetifySkills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for vuetify4

README.md
[![agentmods](https://agentmods.dev/badge/skills/dmitrypost/vuetifyskills/claude.svg)](https://agentmods.dev/skills/dmitrypost/vuetifyskills/claude)
Your own site
<a href="https://agentmods.dev/skills/dmitrypost/vuetifyskills/claude"><img src="https://agentmods.dev/badge/skills/dmitrypost/vuetifyskills/claude.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 278 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.00278
Opus 5 $0.00026 $0.00139
Sonnet 5 $0.00010 $0.00056
Haiku 4.5 $0.00005 $0.00028

Measured 6d ago against content hash 37db532c46c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

vuetify4 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 6d 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.

skills/vuetify4/frameworks/claude/SKILL.md · 41 lines

What it actually says

Vuetify 4 Agent Guide

Pinned release: 4.0.5 Pinned docs build: bf53f9e Total pages: 394

Use this corpus only for Vuetify 4 questions. Prefer guide and component pages for usage patterns and implementation examples. Prefer API pages for props, events, slots, directives, composables, and source links. If guide prose and API enrichment differ, prefer the API-enrichment section and linked source file.

Section Order

  • Introduction
  • Getting started
  • Features
  • Styles and animations
  • Common concepts
  • Components
  • API
  • Directives
  • Labs
  • Resources
  • About

Primary Files

  • skills/vuetify4/manifest.json
  • skills/vuetify4/README.md
  • skills/vuetify4/pages/**

Response Rules

  1. Answer with Vuetify 4-only guidance.
  2. Use guide pages for examples and API pages for contract details.
  3. Mention the generated page path and linked source file when the answer depends on source behavior.
Files

What ships with it

1 file 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.

Changes

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.

  1. 6d ago First seen · 41 lines · 52 tokens per session scan A 37db532c46c4

Subscribe to this mod's changes

vuetify4 is a skill published in the GitHub repository dmitrypost/VuetifySkills (5 stars, last pushed 3mo ago), licensed MIT. It adds 52 tokens to every session and 278 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-31.

Related

Other skills, from other repositories

create-vue-component

Integrate a Vue 3 component into a Symfony admin page for complex UX sections. This is an exception pattern — most pages use initComponents with standard components. Vue is only needed when a section requires rich interactivity that standard form types cannot provide (e.g. combination listing, dynamic range tables).…

jeffsenso/prestashop-skills · 76 tokens

deploy-svelte

Use this skill when an agent needs to deploy this sveltekit app on build.host and return SvelteKit adapter-node, websockets and server actions live.

erphq/skills · 36 tokens

deploy-vue

Use this skill when an agent needs to deploy this nuxt app on build.host and return Nuxt 3 with Nitro, edge or node target - your choice.

erphq/skills · 37 tokens

nuxt-development

Standards for Nuxt.js 3 development with auto-imports, file-based routing, and SSR/SSG capabilities. Use when working with Nuxt projects, pages/, layouts/, composables/ directories, or when the user asks about Nuxt-specific patterns, server-side rendering, or Nuxt configuration.

devbyray/github-copilot-starter · 66 tokens

vue-development

Coding standards and conventions for Vue.js 3 development with Composition API. Use when working with .vue files, Vue components, composables, or when the user asks about Vue.js patterns, single-file components, script setup syntax, or Vue-specific best practices.

devbyray/github-copilot-starter · 55 tokens

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.

vercel-labs/json-render · 63 tokens