Skip to main content
You are viewing Pre-Alpha documentation.
Vuetify0 Logo
Theme
Mode
Accessibility
Vuetify
Vuetify One

Sign in to Vuetify One

Access premium tools across the Vuetify ecosystem — Bin, Play, Studio, and more.

Not a subscriber? See what's included

AI Tools

v0 provides machine-readable documentation files following the llms.txt↗ standard. These files help AI assistants understand the library without hallucinating APIs or patterns.


BeginnerFeb 6, 2026

Available Files

FileSizePurposeBest For
llms.txt↗19 KBCurated index with linksQuick context, navigation
llms-full.txt↗322 KBComplete documentationDeep understanding, code generation
SKILL.md↗~5KBPatterns & anti-patternsClaude Code, Cursor, Windsurf
Ask AI
When should I use llms.txt vs llms-full.txt?

Usage

Install SKILL.md via skills.sh↗ — works with Claude Code, Cursor, Windsurf, Codex, and 35+ agents↗:

bash
npx skills add vuetifyjs/0

For Humans

Claude Code / Codex — Add Vuetify MCP for structured API access:

bash
claude mcp add --transport http vuetify-mcp https://mcp.vuetifyjs.com/mcp

Or fetch docs directly in your session:

txt
WebFetch https://0.vuetifyjs.com/llms-full.txt

Cursor / Windsurf — Add to .cursorrules or configure MCP:

txt
@https://0.vuetifyjs.com/llms.txt

See Vuetify MCP for IDE configuration.

ChatGPT / Claude.ai — Paste the URL in chat:

txt
Read https://0.vuetifyjs.com/llms-full.txt and help me build a multi-select dropdown.

For Agents

With MCP — Always-current structured access:

  • get_vuetify0_skill — Latest SKILL.md reference

  • get_vuetify0_composable_list — Browse all composables

  • get_vuetify0_composable_guide — Detailed composable docs

  • get_vuetify0_component_list — Browse headless components

  • get_vuetify0_component_guide — Component docs and examples

Without MCP — Fetch SKILL.md at session start:

txt
WebFetch https://0.vuetifyjs.com/SKILL.md

What’s in SKILL.md:

  • Decision tree mapping needs to composables

  • Code style conventions (shallowRef, function declarations)

  • Anti-patterns to avoid

  • Composition hierarchy

  • Summary lookup table

  • Links to REFERENCE.md for detailed API examples

What’s Included

llms.txt contains categorized links to:

  • 10 guide pages (introduction, theming, accessibility, etc.)

  • 9 headless components (Atom, Avatar, Pagination, etc.)

  • 34 composables across 7 categories

  • FAQ and contributing guides

llms-full.txt includes the complete content of every documentation page, stripped of Vue components and frontmatter for cleaner LLM consumption.

SKILL.md is a compact reference optimized for AI coding assistants. It focuses on decision trees, code conventions, anti-patterns, and the composition hierarchy. Detailed API examples live in a separate REFERENCE.md that agents load on demand. Install via skills.sh↗ (npx skills add vuetifyjs/0) to make it available across Claude Code, Cursor, Windsurf, and 35+ other agents.

How It Works

Both files are auto-generated at build time by generate-llms-full.ts↗:

  • llms.txt extracts titles and descriptions, organized by category

  • llms-full.txt includes the complete content of every markdown page, stripped of Vue components and frontmatter

Was this page helpful?

© 2016-1970 Vuetify, LLC
Ctrl+/