Skip to content

dmitrypost/VuetifySkills

Repository files navigation

Vuetify 4 Skills

This workspace contains a generated skills corpus for AI agents that need to answer implementation questions about Vuetify 4 only.

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

The generator is pinned to the Vuetify 4 documentation navigation snapshot captured from the live docs drawer starting at:

Output layout

Usage

npm install
npm run generate
npm run typecheck

The generator only accepts URLs from https://vuetifyjs.com/en/ and does not pull content from Vuetify 1, 2, or 3 documentation sites.

Installing the skill into a project

Each install command takes an optional <path>. Without it, the skill installs globally for the current user; with it, the skill installs into that project.

Claude Code

npm run install:claude              # global -> ~/.claude/skills/vuetify4/
npm run install:claude -- ./my-app  # local  -> ./my-app/.claude/skills/vuetify4/ (+ ./my-app/CLAUDE.md)

Writes a SKILL.md (with frontmatter) at the skill root so Claude Code picks it up. Local installs also drop a CLAUDE.md guide at the project root.

GitHub Copilot

npm run install:copilot              # global -> ~/.copilot-skills/vuetify4/ (+ ~/.copilot-skills/AGENTS.md)
npm run install:copilot -- ./my-app  # local  -> ./my-app/skills/vuetify4/ (+ ./my-app/AGENTS.md)

Copilot loads AGENTS.md from a project root, so for everyday use prefer the local form.

OpenAI Responses (vector store)

export OPENAI_API_KEY=sk-...
npm install openai                  # one-time peer install
npm run install:openai              # global -> ~/.config/vuetify4-skills/openai-vector-store.json
npm run install:openai -- ./my-app  # local  -> ./my-app/.vuetify4-skills-openai.json

Creates a vuetify4-skills vector store, uploads every page under skills/vuetify4/pages/, and writes the store ID + system prompt to the metadata file shown above.

Contributing

Issues and pull requests are welcome. See CONTRIBUTING.md for project layout, the PR checklist, and ground rules (in short: run npm run typecheck and npm run generate, and don't hand-edit files under skills/vuetify4/pages/).

License

This project is licensed under the MIT License.

The generated corpus under skills/vuetify4/ is derived from the official Vuetify documentation, which is published under the MIT License. Vuetify is a trademark of its respective owners; this project is not affiliated with or endorsed by the Vuetify team.

About

Generated Vuetify 4 documentation as an installable agent skill for Claude Code, GitHub Copilot, and OpenAI Responses.

Topics

Resources

License

Contributing

Stars

5 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors