review, design, scaffold, refactor, and troubleshoot vite based web projects and toolchains. use when the user asks for vite app structure, dev server behavior, bundling, plugins, env variables, aliasing, asset handling, test integration, or migration guidance.
npx claudepluginhub alisonaquinas/llm-web-design-skillsThis skill uses the workspace's default tool permissions.
Use this skill to keep Vite work grounded in maintainable architecture, predictable delivery, and framework-appropriate conventions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Use this skill to keep Vite work grounded in maintainable architecture, predictable delivery, and framework-appropriate conventions.
| Need | Load |
|---|---|
| core conventions, structure, review priorities, and common red flags for Vite | references/best-practices.md |
| setup, migration, testing, build, delivery, and day-two workflow guidance for Vite | references/workflows.md |
references/best-practices.md before proposing custom architecture.npm run dev, npm run build, and either npm run preview or npm run test for the changed pathReview this Vite config for plugin order, aliasing, asset handling, preview behavior, and `import.meta.env` safety in a React or Vue app where `npm run dev` works but `npm run build` or `npm run preview` drifts from local behavior.
Help migrate this frontend project from webpack or CRA to Vite with minimal churn while preserving plugin behavior, Vitest coverage, path aliases, and preview parity for the current deployment target.