Gives you patterns for building React components the right way: functional components with hooks, composition over inheritance, TypeScript props, and custom hooks. The reference guides cover practical implementations like HOCs and render props, which is helpful when you're setting up a component library or trying to keep a large React app from turning into spaghetti. It's opinionated toward modern React (no class components here), which is good because that's what you should be writing anyway. Best for greenfield projects or refactoring existing codebases where you want consistent patterns across your team.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill react-component-architecture