# nextjs-perf-optimize > Performance optimization techniques for Next.js - Author: Rubaiya-Kamal - Repository: RubaiyaKamal/reusable-intelligence-hackathon3 - Version: 20260206213637 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/RubaiyaKamal/reusable-intelligence-hackathon3 - Web: https://mule.run/skillshub/@@RubaiyaKamal/reusable-intelligence-hackathon3~nextjs-perf-optimize:20260206213637 --- --- name: nextjs-perf-optimize description: Performance optimization techniques for Next.js version: 1.0.0 author: Hackathon Team tags: [nextjs, performance, optimization, web-vitals] --- # Nextjs Perf Optimize ## When to Use - Performance optimization techniques for Next.js - Need automated nextjs operations - Part of CI/CD or infrastructure automation ## What This Skill Does Automates nextjs perf optimize with production-ready scripts and configurations. ## Instructions 1. **Setup/Deploy** ```bash ./scripts/analyze_bundle.py ``` 2. **Configure/Create** ```bash python scripts/optimize_images.py ``` 3. **Verify/Test** ```bash python scripts/generate_report.py ``` ## Validation Checklist - [ ] Setup completed successfully - [ ] Configuration applied - [ ] Tests pass - [ ] Integrated with existing services ## Expected Output ``` ✓ nextjs-perf-optimize configured ✓ All components operational ✓ Tests passed ``` See [REFERENCE.md](./REFERENCE.md) for detailed documentation and advanced usage.