This is a scaffolding generator that cranks out full React and React Native components with TypeScript, tests, styles, and accessibility baked in. It analyzes your requirements and spits out complete component files including prop types, state hooks, styled components or CSS modules, Jest tests, and even Storybook stories if you want them. The implementation shows it handles both web and native platforms, maps types between them, and generates accessibility props automatically. Honestly useful if you're tired of writing the same boilerplate for every new component, though you'll want to review the generated hooks and effects since it makes assumptions about what you need. Works best when you have consistent patterns across your codebase.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill frontend-mobile-development-component-scaffold