skills/vite-plus/SKILL.md
Vite+ skill for development workflow and CLI operations. Use this skill to route user requests to the appropriate bundled Vite+ docs.
npx skillsauth add liangmiQwQ/skills vite-plusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill is a router. Open the minimum relevant docs files under docs/ and execute.
Docs in this skill are bundled from docs during vite-plus package build and live at:
skills/vite-plus/docs/**/*.mdUse vp in examples and commands in this skill.
If invoked without a concrete task, do a brief project status check and report:
vite.config.ts or vite.config.js).vp dev, vp build, vp test, vp lint, vp fmt).Then ask what to do next.
| User intent | Docs file(s) |
| --------------------------------- | ----------------------------------------------------- |
| Initial setup, getting started | docs/guide/index.md |
| Dev server, development workflow | docs/guide/dev.md, docs/guide/index.md |
| Build configuration, optimization | docs/guide/build.md, docs/config/build.md |
| Testing with Vitest | docs/guide/test.md, docs/config/test.md |
| Linting with Oxlint | docs/guide/lint.md, docs/config/lint.md |
| Formatting with Oxfmt | docs/guide/fmt.md, docs/config/fmt.md |
| Check (format, lint, types) | docs/guide/check.md |
| Monorepo tasks | docs/guide/run.md, docs/config/run.md |
| Migration from existing tools | docs/guide/migrate.md |
| Caching and performance | docs/guide/cache.md |
| Library mode (pack) | docs/guide/pack.md, docs/config/pack.md |
| Troubleshooting | docs/guide/troubleshooting.md |
| Configuration overview | docs/config/index.md |
| Staged files / pre-commit | docs/guide/commit-hooks.md, docs/config/staged.md |
| Install dependencies | docs/guide/install.md |
| Node.js version management | docs/guide/env.md |
| Create a new project | docs/guide/create.md |
| CI setup | docs/guide/ci.md |
| IDE integration | docs/guide/ide-integration.md |
| Upgrade Vite+ | docs/guide/upgrade.md |
| Execute one-off binaries | docs/guide/vpx.md |
development
High-fidelity HTML design and prototype creation. Use this skill whenever the user asks to design, prototype, mock up, or build visual artifacts in HTML — including slide decks, interactive prototypes, landing pages, UI mockups, animations, or any visual design work. Also use when the user mentions Figma, design systems, UI kits, wireframes, presentations, or wants to explore visual design directions. Even if they just say "make it look good" or "design a screen for X", this skill applies.
development
High-fidelity HTML design and prototype creation. Use this skill whenever the user asks to design, prototype, mock up, or build visual artifacts in HTML — including slide decks, interactive prototypes, landing pages, UI mockups, animations, or any visual design work. Also use when the user mentions Figma, design systems, UI kits, wireframes, presentations, or wants to explore visual design directions. Even if they just say "make it look good" or "design a screen for X", this skill applies.
development
Load this skill when Codex needs to locate, enter, clone, open, or coordinate work across the user's local projects. Use it when the current directory is not the target project, when another local project is needed, or when multiple projects are involved. The user's standard is rootPath/github-owner/repo, managed by mo.
tools
Load this skill before creating, drafting, modifying, or submitting PR on GitHub