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.
Available Files
| File | Size | Purpose | Best For |
|---|---|---|---|
| llms.txt↗ | 19 KB | Curated index with links | Quick context, navigation |
| llms-full.txt↗ | 322 KB | Complete documentation | Deep understanding, code generation |
| SKILL.md↗ | ~5KB | Patterns & anti-patterns | Claude Code, Cursor, Windsurf |
Usage
Install SKILL.md via skills.sh↗ — works with Claude Code, Cursor, Windsurf, Codex, and 35+ agents↗:
npx skills add vuetifyjs/0For Humans
Claude Code / Codex — Add Vuetify MCP for structured API access:
claude mcp add --transport http vuetify-mcp https://mcp.vuetifyjs.com/mcpOr fetch docs directly in your session:
WebFetch https://0.vuetifyjs.com/llms-full.txtCursor / Windsurf — Add to .cursorrules or configure MCP:
@https://0.vuetifyjs.com/llms.txtSee Vuetify MCP for IDE configuration.
ChatGPT / Claude.ai — Paste the URL in chat:
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 referenceget_vuetify0_composable_list— Browse all composablesget_vuetify0_composable_guide— Detailed composable docsget_vuetify0_component_list— Browse headless componentsget_vuetify0_component_guide— Component docs and examples
Without MCP — Fetch SKILL.md at session start:
WebFetch https://0.vuetifyjs.com/SKILL.mdWhat’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.txtextracts titles and descriptions, organized by categoryllms-full.txtincludes the complete content of every markdown page, stripped of Vue components and frontmatter