# nextjs-skills > Use for Next.js design/architecture work. Respect App Router boundaries and server/client separation. - Author: rozwer - Repository: rozwer/cross2B-Pro - Version: 20251217102233 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/rozwer/cross2B-Pro - Web: https://mule.run/skillshub/@@rozwer/cross2B-Pro~nextjs-skills:20251217102233 --- --- name: nextjs-skills description: Use for Next.js design/architecture work. Respect App Router boundaries and server/client separation. --- ## Checklist - Decide Server Component vs Client Component intentionally. - Use `next/image` / `next/font` appropriately. - Prefer route-based data loading patterns; avoid over-fetching. - Handle caching/revalidation consciously.