Agent skill · Frontend

senior-frontend

Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality.

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill senior-frontend --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 14
SKILL.md size: 15 KB
Bundled scripts: yes
Path: engineering-team/skills/senior-frontend/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Senior Frontend Frontend development patterns, performance optimization, and automation tools for React/Next.js applications. ## Table of Contents - [Project Scaffolding](#project-scaffolding) - [Component Generation](#component-generation) - [Bundle Analysis](#bundle-analysis) - [React Patterns](#react-patterns) - [Next.js Optimization](#nextjs-optimization) - [Accessibility and Testing](#accessibility-and-testing) --- ## Project Scaffolding Generate a new Next.js or React project with TypeScript, Tailwind CSS, and best practice configurations. ### Workflow: Create New Frontend Project 1. Run the scaffolder with your project name and template: ```bash python scripts/frontend_scaffolder.py my-app --template nextjs ``` 2. Add optional features (auth, api, forms, testing, storybook): ```bash python scripts/frontend_scaffolder.py dashboard --template nextjs --features auth,api ``` 3. Navigate to the project and install dependencies: ```bash cd my-app && npm install ``` 4. Start the development server: ```bash npm run dev ``` ### Scaffolder Options | Option | Description | |--------|-------------| | `--template nextjs` | Next.js 14+ with App Router and Server Components | | `--templa

What's inside
Steps it walks through
  1. Table of Contents
  2. Project Scaffolding
  3. Workflow: Create New Frontend Project
  4. Scaffolder Options
  5. Generated Structure (Next.js)
  6. Component Generation
  7. Workflow: Create a New Component
  8. Generator Options
  9. Generated Component Example
  10. Bundle Analysis
  11. Workflow: Optimize Bundle Size
  12. Bundle Score Interpretation
  13. Heavy Dependencies Detected
  14. React Patterns
Ships with 13 files
  • profiles/astro-or-static.json
  • profiles/next-app-router.json
  • profiles/remix-or-sveltekit.json
  • profiles/vite-spa.json
  • references/composition_map.md
  • references/forcing_questions.md
  • references/frontend_best_practices.md
  • references/nextjs_optimization_guide.md
  • references/react_patterns.md
  • scripts/bundle_analyzer.py
  • scripts/component_generator.py
  • scripts/frontend_decision_engine.py
  • scripts/frontend_scaffolder.py
Commands it runs
python scripts/frontend_scaffolder.py my-app --template nextjs
python scripts/frontend_scaffolder.py dashboard --template nextjs --features auth,api
cd my-app && npm install
npm run dev
python scripts/component_generator.py Button --dir src/components/ui
python scripts/component_generator.py ProductCard --type server
python scripts/component_generator.py UserProfile --with-test --with-story
python scripts/component_generator.py FormValidation --type hook
python scripts/bundle_analyzer.py /path/to/project
python scripts/bundle_analyzer.py . --verbose
More from claude-skills
All skills →
About this skill
What does the senior-frontend skill do?

Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality.

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill senior-frontend --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going