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.

composio-communitygithub.com/composio-communityGitHub ↗
claude-code
Install
npx skills add composio-community/awesome-claude-plugins --skill senior-frontend --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: senior-frontend/skills/senior-frontend/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,858
Language: JavaScript
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. ## Project Scaffolding Generate a new Next.js or React project with TypeScript, Tailwind CSS, and best practice configurations. ### Scaffolder Options | Option | Description | |--------|-------------| | `--template nextjs` | Next.js 14+ with App Router and Server Components | | `--template react` | React + Vite with TypeScript | | `--features auth` | Add NextAuth.js authentication | | `--features api` | Add React Query + API client | | `--features forms` | Add React Hook Form + Zod validation | | `--features testing` | Add Vitest + Testing Library | ### Generated Structure (Next.js) ``` my-app/ ├── app/ │ ├── layout.tsx # Root layout with fonts │ ├── page.tsx # Home page │ ├── globals.css # Tailwind + CSS variables │ └── api/health/route.ts ├── components/ │ ├── ui/ # Button, Input, Card │ └── layout/ # Header, Footer, Sidebar ├── hooks/ # useDebounce, useLocalStorage ├── lib/ # utils (cn), constants ├── types/ # TypeScript interfaces ├── tailwind.config.ts ├── next.config.js └── package.json ``` ## Component Generation Generate React components with TypeS

What's inside
Steps it walks through
  1. Project Scaffolding
  2. Scaffolder Options
  3. Generated Structure (Next.js)
  4. Component Generation
  5. Generator Options
  6. Bundle Analysis
  7. Heavy Dependencies to Replace
  8. React Patterns
  9. Compound Components
  10. Custom Hooks
  11. Next.js Optimization
  12. Server vs Client Components
  13. Image Optimization
  14. Accessibility Checklist
More from awesome-claude-plugins
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 composio-community/awesome-claude-plugins --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 composio-community/awesome-claude-plugins, a repository with 1,858 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