This handles the grunt work of upgrading React codebases: migrating class components to hooks, adopting React 18 concurrent features like Suspense and transitions, and running codemods to automate the tedious bits. It's built for teams dealing with legacy React code who need a systematic approach rather than ad-hoc refactoring. The implementation playbook includes patterns and examples for common migration scenarios. Honestly, the real value is in having a structured checklist so you don't miss edge cases when converting lifecycle methods to useEffect or updating state management patterns. It won't magically fix architectural problems, but it'll make the mechanical parts of modernization less painful.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill react-modernization