83,201 skills sorted by stars.
Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts...
Vite fast build tool with HMR. Use for modern frontend builds.
Vite is a next-generation frontend build tool that provides a fast dev server with HMR and optimized production builds
Build modern frontend applications with Vite. Covers project setup, plugins, configuration, environment variables, and build optim...
Vite configuration, plugins, optimization, HMR, and build customization.
Configures Vite build tool, HMR, and SWC transpilation for React development. Use when: modifying vite.config.ts, adding path alia...
Vite 8 (Rolldown-powered) build tool — configuration, plugin API, SSR, and Rolldown migration. Use when working with Vite projects...
Vite 7.x build tool patterns. Use when configuring build setup, development server, environment variables, asset handling, or opti...
Vite next-generation frontend build tool with fast HMR and optimized builds. Use when configuring Vite, adding plugins, working wi...
Vite build tool and dev server for fast modern web development. Configuration, plugins, optimization, HMR. Trigger: When configuri...
Zero-downtime migration playbook for React+Vite+Tailwind apps to Next.js 16 App Router with modern tooling (Radix UI, shadcn/ui, T...
Advanced Vite 7+ patterns including Environment API, plugin development, SSR configuration, library mode, and build optimization....
Generates vite.config.ts for building and serving the Vue 3 application. Configures dev server, API proxy, build format, and plugi...
Vite configuration patterns for React monorepo builds. Use when configuring builds, fixing bundling issues, or optimizing output.
Vite 项目依赖版本检查工具。检查依赖是否过时、显示版本对比、标记更新类型、提供 Vite 生态兼容性建议。当用户需要检查 Vite 项目依赖版本、查找过时依赖、获取升级建议时使用此技能。
Scaffold a full-stack Cloudflare app from vite-flare-starter — React 19, Hono, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui, Tan...
详细记录了大型 Vue 项目从 Webpack 迁移到 Vite 的完整步骤,包括别名配置、环境变量处理和 CommonJS 兼容性问题的解决。
Set up pixel-perfect typography for Radix UI using vite-plugin-capsize-radix. Helps configure fonts, choose pairings, and integrat...
Use this skill when working with Vite+, vp CLI, or the VoidZero unified toolchain. Triggers on project scaffolding with vp create,...
Vite + React template with TypeScript. Clone, setup, build, and deploy to Vercel or Netlify.
Create or update vite.config.ts for a Vite React-TS project, following best practices (defineConfig, aliases, env usage, server/bu...
Explain and implement the production build + static deployment workflow for a Vite React-TS app (build output, base path, preview,...
Add environment variables in a Vite React-TS project correctly (VITE_ prefix, typing, .env files, safe usage in React components).
Scaffold a new Vite project using pnpm + React + TypeScript (react-ts), then apply recommended baseline setup (scripts, structure,...
Add a best-practice quality baseline to a Vite React-TS project (TypeScript checking, ESLint, formatting, scripts). Keep it minima...
Add a testing setup to a Vite React-TS project (Vitest + Testing Library) following best practices, with minimal configuration and...
Vite + Vue 3.5 template with TypeScript. Clone, setup, build, and deploy to Vercel or Netlify.
VitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes, or writing Mar...
处理 VitePress 站点配置、构建和部署相关任务。使用时涉及站点配置、主题定制、构建优化、部署配置时。
Create vitepress config creator operations. Auto-activating skill for Technical Documentation. Triggers on: vitepress config creat...
Tests JavaScript and TypeScript applications with Vitest including unit tests, mocking, coverage, and React component testing. Use...
Fast Vite-native unit testing framework for JavaScript/TypeScript. ESM-first, Jest-compatible API, with instant HMR. Use for moder...
Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage...
Vitest configuration, mocking, coverage, snapshot testing, and performance.