Skip to content
Development
Command

/add-page

Create a new Next.js page with proper routing and structure.

shell
$ npx -y skills add LarouexNonprofitConsulting/larouex-fullstack-plugin --agent claude-code

Ships with larouex-fullstack-builder. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/add-page

Context preview

What this command does when you run it.

Create a new Next.js page with proper routing and structure.

Command definition

add-page.md

Create a new Next.js page with proper routing and structure.

Generate:

  • Page file in /app with proper naming for Next.js routing
  • Layout wrapper with consistent structure
  • TypeScript types for page props and params
  • SEO metadata using Next.js 15 Metadata API (title, description, Open Graph)
  • Responsive Bootstrap grid structure
  • Server Component pattern for data fetching (if needed)
  • Client Component patterns for interactivity (if needed)
  • Loading state (loading.tsx) and error boundary (error.tsx)
  • Page-specific styles if required
  • Example content structure

Include proper type safety, accessibility attributes, and responsive design. Follow Next.js 15 App Router conventions and best practices.

Read it on GitHub โ†—
Ships withlarouex-fullstack-builder

A comprehensive Claude Code plugin with 81 commands and 12 specialized AI agents for building modern, full-stack web applications with Next.js 15, Azure, Railway, Bootstrap, and TypeScript.

Get the whole plugin, auto-invoked