What problem does it solve?
The senior-frontend skill provides an automated toolkit for building, optimizing, and maintaining modern frontend applications using React, Next.js, and TypeScript. It helps frontend teams quickly scaffold components, analyze bundles, and scaffold projects, reducing repetitive setup.
Core Features & Use Cases
- Component Generator: scaffolds new UI components with best practices and configurable templates.
- Bundle Analysis: analyzes production builds for performance bottlenecks and optimization opportunities.
- Frontend Scaffolder: generates end-to-end frontend project scaffolding with integrated tooling.
- Use Case: A new project can start with a solid architecture in minutes, ensuring consistency across teams.
Quick Start
To start using the senior-frontend skill, run the provided scripts in the scripts/ directory to generate components, analyze bundles, and scaffold new frontend setups. For example:
- python scripts/component_generator.py <project-path>
- python scripts/bundle_analyzer.py <target-path> --verbose
- python scripts/frontend_scaffolder.py <target-path>