nextjs

Installation
SKILL.md

Next.js

When to Use

  • React applications with SSR/SSG
  • Full-stack applications
  • App Router patterns
  • SEO-critical sites needing server rendering

When NOT to Use

  • Pure React SPAs without SSR needs — use the frameworks/react skill instead
  • Non-React frameworks (Vue, Svelte, Angular) — this skill is React/Next.js specific
  • Backend-only projects without a frontend — consider frameworks/fastapi or frameworks/django

Core Patterns

Installs
1
GitHub Stars
97
First Seen
Apr 8, 2026
nextjs — duthaho/claudekit