What problem does it solve? React codebases drift into inconsistent architecture, outdated patterns, and hidden anti-patterns that slow teams down. This Skill gives an AI agent a complete, opinionated React architecture playbook so reviews, refactors, and setup decisions follow the bulletproof-react pillars and current React 19 idioms instead of guesswork. ## Core Features & Use Cases - Architecture and code reviews: Classifies every finding as must-fix, should-refactor, or style, with file:line citations and guide references, and writes reports into the repo's library tree. - Opinionated pattern guidance: 21 guides cover project structure, state management, data layer, error handling, forms, performance, testing, TypeScript, React 19 idioms, Server Components, anti-patterns, and ecosystem library picks. - Templates, scripts, and examples: Ships ADR and review-output templates, provider-stack and error-boundary scaffolds, plus scripts for anti-pattern scanning, bundle budget checks, and React version audits. - Use Case: Ask for an architecture review of a Next.js 15 app and receive a severity-ranked report flagging a root-level 'use client', unparsed Server Action input, and server data stored in Zustand, each with the canonical fix. ## Quick Start Ask the agent to review this React codebase for architecture issues and anti-patterns using the react-stinger skill.