senior-frontend

Identify frontend architecture and performance optimization opportunities for React/Next.js projects.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/theandyalvarez7-ruby/claude-skills --skill senior-frontend-theandyalvarez7-ruby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-frontend
Source: https://github.com/theandyalvarez7-ruby/claude-skills/tree/main/engineering-team/senior-frontend
Command: npx skills add https://github.com/theandyalvarez7-ruby/claude-skills --skill senior-frontend-theandyalvarez7-ruby

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Frontend teams often struggle with maintaining scalable patterns, performance, and consistent onboarding for React/Next.js projects. This Skill provides ready-to-use patterns, automation scripts, and optimization guidance to accelerate frontend delivery.

Core Features & Use Cases

  • Pattern catalog for React and Next.js architecture (component patterns, hooks, data fetching, code-splitting)
  • Automation scripts to scaffold, analyze bundles, and generate components
  • Real-world use cases: performance optimization, accessibility improvements, scalable project structure

Quick Start

Initialize a new React/Next.js frontend using the senior-frontend skill and begin applying patterns and tooling right away.

Frequently Asked Questions about senior-frontend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify frontend architecture and performance optimization opportunities in React?

To identify frontend architecture and performance optimization opportunities in React, you can apply pattern catalogs and automation scripts to analyze bundles, implement code-splitting, and review component structures for scalable improvements.

What is the best way to scaffold a new Next.js project with scalable patterns?

The best way to scaffold a scalable Next.js project is by using automation scripts that generate component structures and apply architectural patterns, ensuring consistent onboarding and optimized frontend delivery from the start.

How do I automate bundle analysis and code-splitting for Next.js applications?

You can automate bundle analysis and code-splitting for Next.js applications by running dedicated automation scripts that inspect your build output and apply recommended component patterns to reduce bundle size.

Do I need to know TypeScript and Tailwind CSS to use these React performance patterns?

Yes, you need familiarity with TypeScript and Tailwind CSS to effectively implement these React performance patterns, as the recommended improvements and scaffolding scripts are designed for projects utilizing this specific technology stack.

Can I apply these frontend patterns to small single-component React widgets?

Yes, you can apply these frontend patterns to small single-component React widgets, as the optimization guidance and architectural patterns are designed to scale across projects ranging from simple widgets to large-scale applications.

What are the limitations of using automation scripts for React accessibility checks?

While automation scripts can scaffold components and perform initial accessibility checks, they cannot fully replace manual testing for complex user interactions, meaning you must still manually verify dynamic content changes and keyboard navigation workflows.