vite
The vite skill provides configuration, plugin API, SSR, and migration guidance for Vite 8 projects using the Rolldown bundler and Oxc transformer.
Is vite safe to install?
Review the source first: our audit of vite's source files found 4 shell commands, 0 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill suggests shell commands for starting dev servers and building projects, which may execute arbitrary code in the user's environment.
How we audit skills: our security review methodology.
Who is this skill for?
Developers working with Vite projects, vite.config.ts, Vite plugins, or building libraries and SSR applications.
What can you do with it?
- Configuring vite.config.ts with TypeScript and ESM
- Implementing Vite plugins and virtual modules
- Setting up SSR middleware and library mode
- Migrating projects to Vite 8 with Rolldown and Oxc
- Configuring multi-environment support using the Environment API
How good is this skill?
Quality score: 5/10. The skill provides clear, structured documentation for Vite 8. It lacks specific API endpoints or file system access, functioning primarily as a reference guide.
What does the skill file contain?
# Vite > Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds. ## Preferences - Use TypeScript: prefer `vite.config.ts` - Always use ESM, avoid CommonJS ## Core | Topic | Description | Reference | |-------|-------------|-----------| | Configuration | `vite.config.ts`, `defineConfig`, conditional configs, `loadEnv` | [core-config](references/core-config.md) | | Features | `import.meta.glob`, asset queries (`?raw`, `?url`), `import.meta...
Frequently asked questions
Does this skill support Vite 8?
Yes, the skill covers Vite 8 beta features including the Rolldown bundler and Oxc transformer.
What configuration format does the skill prefer?
The skill prefers TypeScript via vite.config.ts and mandates the use of ESM.
Does the skill provide information on SSR?
Yes, it includes documentation on SSR middleware mode, ssrLoadModule, and SSR build commands.
Related skills
frontend-design
618.4KAI agents tasked with designing and building web interfaces who need to produce unique, high-quality visual identities rather than generic, templated designs
The frontend-design skill provides guidance for creating distinctive, intentional visual designs for web interfaces. It instructs the agent to act as a design lead at a small studio, focusing on avoiding templated defaults by making deliberate choices regarding typography, color palettes, layout, and motion. The skill emphasizes a structured process of brainstorming, planning, and self-critique before writing code.
shadcn
217.3KDevelopers building UI components and design systems using shadcn/ui
The shadcn skill manages UI components and design systems for projects using the shadcn/ui framework. It provides tools to search, add, debug, and style components, while enforcing strict composition and styling rules based on project-specific configuration.
make-interfaces-feel-better
37.7KFrontend developers and designers using AI agents to review UI code or implement design system improvements
This skill provides design engineering principles for polishing user interfaces. It guides the agent in reviewing and implementing UI details such as typography, animations, border radii, optical alignment, and performance optimizations.
gsap-core
30.9KDevelopers building animations in React, Vue, Svelte, or vanilla JavaScript who need to implement tweens, timelines, or responsive animation logic
The gsap-core skill provides instructions and patterns for using the GreenSock Animation Platform (GSAP) core API. It covers tween methods, easing, stagger, transforms, accessibility via gsap.matchMedia, and best practices for performant animations in JavaScript environments.