smithery/ehtbanton

nextjs-page-generator

Generate Next.js page components with App Router, Server Components, and data fetching. Triggers on "create nextjs page", "generate next.js route", "nextjs app router page", "next page component".

Installation

$ npx skills add smithery/ehtbanton --skill nextjs-page-generator

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/ehtbanton · top by installs.

npx skills add smithery/ehtbanton

Browse all from smithery/ehtbanton

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 825 B
  • docs SUMMARY.md 225 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Next.js Page Generator

Generate Next.js page components using App Router with Server/Client Components and data fetching.

Output Requirements

File Output: page.tsx, layout.tsx, loading.tsx, error.tsx Format: Valid Next.js 14 TypeScript Standards: Next.js App Router conventions

When Invoked

Immediately generate complete Next.js page files with appropriate patterns for the use case.

Example Invocations

Prompt: "Create Next.js page for product listing" Output: Complete app/products/page.tsx with Server Component data fetching.