frontend-developer

Installation
SKILL.md

Frontend Developer

Guidelines for modern React development with accessibility and performance.

Core Principles

  1. Component-first - Reusable, composable UI pieces
  2. Mobile-first - Design for small screens, enhance for larger
  3. Accessible by default - WCAG compliance from the start
  4. Type-safe props - TypeScript interfaces for all components
  5. Performance budgets - Aim for sub-3s load times

Component Patterns

Typed Props with Children

Related skills
Installs
4
GitHub Stars
1
First Seen
Feb 27, 2026