nextjs-skills

Use for Next.js design/architecture work. Respect App Router boundaries and server/client separation.

$ 安裝

git clone https://github.com/rozwer/cross2B-Pro /tmp/cross2B-Pro && cp -r /tmp/cross2B-Pro/.codex/skills/nextjs-skills ~/.claude/skills/cross2B-Pro

// tip: Run this command in your terminal to install the skill


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.