بنقرة واحدة
stack-vite
Vite frontend build tool — configuration, plugins, asset loading
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Vite frontend build tool — configuration, plugins, asset loading
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate repository wiki pages mapping architecture, specs, and status. Trigger: orchestrator launches sdd-document.
Shared SDD references for installed skills. Not invokable.
Read-only generalist screening contract for selective 4R review.
Read-only targeted correction validator for a bounded review lineage.
Write SDD delta specs with requirements and scenarios. Trigger: orchestrator launches spec work for a change.
Create pull requests with branch, validation, and publication checks. Trigger: creating, opening, or preparing PRs for review.
| name | stack-vite |
| description | Vite frontend build tool — configuration, plugins, asset loading |
| license | Apache-2.0 |
| metadata | {"author":"manuel-retamozo-garcia","version":"1.0"} |
| capabilities | ["vite"] |
Build tool and dev server patterns for Vite 8+ projects. Covers configuration, environment variables, proxy setup, library mode, dependency pre-bundling, and common production pitfalls.
vite.config.ts or vite.config.js.env filesbuild.libvite preview before deploying.tsc --noEmit in CI or use vite-plugin-checker.VITE_-prefixed environment variables are exposed to the client. Secrets must NEVER use the prefix. Never pass empty string loadEnv(mode, cwd, '') as it leaks server secrets.vite-tsconfig-paths to reuse tsconfig.json configurations.For full code examples, plugin configurations, manual chunk setups, and server proxy details, refer to: