build-frontend
Installation
SKILL.md
Build Frontend Skill
Use this skill to validate that all frontend TypeScript and React components compile successfully without errors.
What This Skill Does
- Runs
npm run buildinsrc/client/ui/ - Validates TypeScript compilation via
tsctype checking - Bundles React application with Vite
- Captures and parses build errors
- Reports errors with file and line number references
- Exits with failure status if any build errors are found