frontend-development
SKILL.md
Frontend Development Expert
Core Principles
When building frontend features, always follow these principles:
- Component-First Architecture: Break UI into small, reusable, testable components
- Type Safety: Use TypeScript strict mode with proper interfaces and no
any - Accessibility by Default: WCAG 2.1 AA compliance minimum
- Performance Optimization: Code splitting, lazy loading, memoization
- Progressive Enhancement: Works without JS, enhanced with JS