senior-frontend

Scaffold React components and analyze bundles in Next.js projects.

3|1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/I-Onlabs/claude-code-skills --skill senior-frontend-i-onlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-frontend
Source: https://github.com/I-Onlabs/claude-code-skills/tree/main/senior-frontend
Command: npx skills add https://github.com/I-Onlabs/claude-code-skills --skill senior-frontend-i-onlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a cohesive toolkit and methodology for building and optimizing modern frontend applications, reducing setup time and ensuring best practices across React, Next.js, and UI patterns.

Core Features & Use Cases

  • Component scaffolding: generate consistent boilerplate for React components and pages.
  • Performance optimization: bundle analysis, lazy loading guidance, and runtime improvements.
  • UI/UX best practices: accessible design patterns, responsive layouts, and design system integration. Use Case: when starting a new frontend feature, use this skill to scaffold the codebase, optimize build output, and review code for maintainability.

Quick Start

Run the three core scripts to scaffold components, analyze bundles, and scaffold frontend projects.

Frequently Asked Questions about senior-frontend

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

FAQPage Schema
How do I scaffold React components with consistent boilerplate?

Scaffold React components by running the core scripts to generate consistent boilerplate, ensuring UI best practices and maintainability are integrated directly into the new component files.

What's the best way to analyze bundle size in a Next.js application?

Analyze bundle size in a Next.js application using the bundled performance script, which provides bundle analysis outputs and lazy loading guidance to optimize runtime improvements.

Can I use this frontend tooling for design system integration?

Yes, you can use this tooling for design system integration. It applies UI best practices across React projects, ensuring accessible design patterns and responsive layouts are maintained.

Does this skill support TypeScript for new React projects?

Yes, this skill supports TypeScript. It guides developers to build performant, scalable frontends by applying UI patterns and component scaffolding specifically within React and Next.js environments.

What are the limitations of using scripted tools for UI pattern integration?

Scripted tools for UI pattern integration provide static boilerplate and analysis. They do not automatically refactor existing complex codebases or replace manual runtime performance profiling for dynamic React applications.