nextjs-page-generator

Generate Next.js 13+ pages, components, and API routes with App Router.

91|44|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/HyperscapeAI/hyperscape --skill nextjs-page-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nextjs-page-generator
Source: https://github.com/HyperscapeAI/hyperscape/tree/main/.claude/skills/nextjs-page-generator
Command: npx skills add https://github.com/HyperscapeAI/hyperscape --skill nextjs-page-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires zod.

What problem does it solve?

This Skill simplifies and accelerates Next.js 13+ development by automatically generating pages, components, and API routes with the App Router, Server Components, and Client Components. It ensures adherence to modern Next.js patterns, proper data fetching, and best practices, saving developers time and reducing boilerplate.

Core Features & Use Cases

  • App Router Structure: Scaffolds complete page structures including page.tsx, loading.tsx, error.tsx, and not-found.tsx.
  • Server/Client Component Separation: Generates both Server Components for data fetching and Client Components for interactivity, with clear guidance.
  • Use Case: When you need a new user profile page, simply ask this Skill to "create a Next.js page for user profiles." It will generate the dynamic route, server-side data fetching logic, client-side interactive components, and even metadata for SEO, all ready for customization.

Quick Start

Create a Next.js 13+ page for displaying user profiles with dynamic routing.