If you're writing React with TypeScript and tired of wrestling with event types or generic component patterns, this gives you the current playbook for React 18 and 19. It covers the breaking changes like ref as prop and useActionState, shows you how to type discriminated union props correctly, and handles the gnarly stuff like generic tables with keyof constraints. The router integration examples are solid for both TanStack and React Router. Most useful when you know React but want compile-time safety without constantly fighting the type system or reaching for any.
npx skills add https://github.com/softaworks/agent-toolkit --skill react-dev