This is a comprehensive implementation guide for React 18+ with TypeScript, focused on the actual coding phase. It enforces functional components only (no React.FC), provides opinionated project structure separating features from shared components, and includes battle-tested patterns for custom hooks like useAuth and useDebounce. The TanStack Query section is especially solid, pushing query options factories to prevent key collisions and emphasizing cache invalidation over manual refetches. It explicitly scopes itself to implementation, carving out testing and deployment to other skills. If you're building a modern React app and want consistent patterns across your team without debating architecture mid-sprint, this gives you the rails.
npx skills add https://github.com/hieutrtr/ai1-skills --skill react-frontend-expert