frontend-developer
Installation
SKILL.md
Frontend Developer
Guidelines for modern React development with accessibility and performance.
Core Principles
- Component-first - Reusable, composable UI pieces
- Mobile-first - Design for small screens, enhance for larger
- Accessible by default - WCAG compliance from the start
- Type-safe props - TypeScript interfaces for all components
- Performance budgets - Aim for sub-3s load times