Nxt Page banner
mertjane mertjane

Nxt Page

Design community

Description

--- description: Generates a Next.js App Router page with page.tsx, loading.tsx, and error.tsx. Auto-detects route conventions, dynamic segments, and layout patterns from the existing project. argument-hint: <route/path> allowed-tools: [Read, Glob, Write] --- # Generate Next.js Page Create a complete Next.js App Router page set for the route provided in $ARGUMENTS. Parse $ARGUMENTS as the route path (e.g. `dashboard/settings`, `blog/[slug]`, `shop/[category]/[id]`). ## Step 1 — Detect Projec

Installation

Installs to ~/.claude/skills/mertjane-awesome-claude-commands-nxt-page/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mertjane-awesome-claude-commands-nxt-page && curl -fsSL https://raw.githubusercontent.com/mertjane/awesome-claude-commands/HEAD/commands/nxt-page.md -o ~/.claude/skills/mertjane-awesome-claude-commands-nxt-page/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository