senior-frontend

Generate React components and analyze bundles for Next.js projects.

1|Updated Apr 21, 2025
One-click install
npx skills add https://github.com/agi-house-india/agihouse-site --skill senior-frontend-agi-house-india
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-frontend
Source: https://github.com/agi-house-india/agihouse-site/tree/main/.claude/skills/senior-frontend
Command: npx skills add https://github.com/agi-house-india/agihouse-site --skill senior-frontend-agi-house-india

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a complete frontend automation toolkit for modern React/Next.js projects, enabling rapid component scaffolding, bundle analysis, and production-ready scaffolding patterns. It reduces boilerplate, enforces best practices, and accelerates frontend feature delivery.

Core Features & Use Cases

  • Automated Component Scaffolding: Generate React components with templates and built-in quality checks to maintain consistency.
  • Bundle Analysis & Optimization: Analyze bundles to surface performance improvements and optimization opportunities.
  • Frontend Scaffolder: Create end-to-end scaffolds with configurations ready for production, speeding feature delivery.
  • Use Case: When building a new feature, quickly scaffold components, analyze the bundle impact, and generate production-ready boilerplate, all with repeatable patterns.

Quick Start

Run the core scripts to bootstrap a project, e.g.:

  • python scripts/component_generator.py <project-path> [options]
  • python scripts/bundle_analyzer.py <target-path> [--verbose]
  • python scripts/frontend_scaffolder.py [arguments] [options]