lazy-loader - AI-powered bundle optimization for lazy loading components
Identifies components that should be lazy loaded to optimize bundle size and initial load performance
Tags
Updated: 2026-02-13Capabilities
Typical Inputs
Typical Outputs
What this skill does
- analyze component tree
- identify below-fold components
- find route-based splits
- suggest React.lazy implementations
- estimate bundle impact
Inputs
- source code directory
- component files
- page/route files
- framework configuration
Outputs
- lazy loading suggestions
- code generation
- bundle size estimates
- suspense boundaries
Requirements
- Node.js 18+
- run with npx
- source code access
