What problem does it solve?
This Skill helps build, bootstrap, and refactor repository-local React and Next.js interfaces without drifting from the existing design system or frontend conventions. It is meant for user-facing work where the UI, interaction flow, and implementation structure all need to stay consistent.
Core Features & Use Cases
- Frontend construction: Create or extend React and Next.js app structure for greenfield or existing projects.
- UI refactors: Rework interface components while preserving repository patterns, layout conventions, and shared utilities.
- User-facing features: Implement interactive screens, navigation, and stateful UI behavior with test-backed verification.
- Platform-aware routing: Prefer the repository's established frontend approach, or Sites only when explicitly requested or already established.
Quick Start
Use the coding-frontend skill to implement this repository's React or Next.js feature while preserving existing conventions and verifying the user-facing behavior with appropriate tests.