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.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill senior-frontend --agent claude-code

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

Facts
Files in the skill folder: 7
SKILL.md size: 12 KB
Bundled scripts: yes
Path: skills/senior-frontend/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 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. ## When to Use - Use when scaffolding a new React or Next.js project with TypeScript and Tailwind CSS. - Use when generating new components or custom hooks. - Use when analyzing and optimizing bundle sizes for frontend applications. - Use to implement or review advanced React patterns like Compound Components or Render Props. - Use to ensure accessibility compliance and implement robust testing strategies. ## 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, storybo

What's inside
Steps it walks through
  1. When to Use
  2. Table of Contents
  3. Project Scaffolding
  4. Workflow: Create New Frontend Project
  5. Scaffolder Options
  6. Generated Structure (Next.js)
  7. Component Generation
  8. Workflow: Create a New Component
  9. Generator Options
  10. Generated Component Example
  11. Bundle Analysis
  12. Workflow: Optimize Bundle Size
  13. Bundle Score Interpretation
  14. Heavy Dependencies Detected
Ships with 6 files
  • references/frontend_best_practices.md
  • references/nextjs_optimization_guide.md
  • references/react_patterns.md
  • scripts/bundle_analyzer.py
  • scripts/component_generator.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 agentic-awesome-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 sickn33/agentic-awesome-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 sickn33/agentic-awesome-skills, a repository with 44,414 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