Agent skill
vite-react-ts-deploy
Explain and implement the production build + static deployment workflow for a Vite React-TS app (build output, base path, preview, common hosts).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/vite-react-ts-deploy
SKILL.md
Vite React-TS Build & Deploy Skill
Guide and implement production build and deployment settings.
Rules / best practices
- Use:
- pnpm build (vite build)
- pnpm preview to validate the production build locally
- Static hosting:
- Serve dist/ directory
- If deploying under a subpath, set base in Vite config.
- For SPAs, ensure the host is configured for history fallback routing.
Deliverables
- Commands
- Relevant config changes (base, assets, etc.)
- Host-specific notes when requested
Use template.md as the default structure.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?