This is a comprehensive frontend development skill that brings scaffolding scripts, component generators, and bundle analysis tools to your workflow. It handles the tedious setup work like spinning up Next.js projects with TypeScript and Tailwind, generating components with their test files and Storybook stories, and analyzing your package.json to catch bundle bloat before it ships. The real utility is in the automation scripts that generate proper file structures and identify heavy dependencies like moment or lodash with lighter alternatives. If you're regularly starting new React projects or maintaining frontend codebases where bundle size matters, the Python scripts here will save you from writing the same boilerplate and chasing down performance issues manually.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill senior-frontend