What problem does it solve?
This Skill provides a comprehensive set of rules, best practices, and code quality hooks to ensure the robust, secure, and performant development of the CloudHub event and hackathon management platform.
Core Features & Use Cases
- Code Quality Enforcement: Enforces strict TypeScript, ESLint, and Prettier configurations.
- Security Guardrails: Implements pre-write security checklists and API route security templates.
- Performance Optimization: Guides on image optimization, data fetching, and component rendering.
- Accessibility Standards: Ensures components meet WCAG guidelines.
- Testing & Git Hooks: Integrates testing frameworks and Git hooks for a streamlined development workflow.
- Use Case: When developing a new feature for CloudHub, such as a user registration form, this Skill guides the developer through implementing secure input validation, accessible UI elements, and performant data handling.
Quick Start
Activate this skill when writing any new code for the CloudHub platform.