This is a practical frontend toolkit built around React, Next.js, TypeScript, and Tailwind. It includes Python scripts that scaffold new projects with sensible defaults, generate components with tests and stories, and analyze your bundle for bloat like moment.js or full lodash imports. The docs cover server vs client component patterns, compound components, and image optimization strategies. It's opinionated about modern Next.js (App Router, Server Components) but stays flexible with feature flags for auth, forms, and testing setups. The bundle analyzer assigns letter grades and suggests lighter alternatives, which is more useful than just listing dependencies. Good for teams that want consistency without bikeshedding every setup decision.
npx skills add https://github.com/borghei/claude-skills --skill senior-frontend