All skills
Skillintermediate

add page

Add a new page to a web application with routing, data fetching, and SEO metadata.

Claude Code Knowledge Pack7/10/2026

Overview

Add a new page to a web application with routing, data fetching, and SEO metadata.

Steps

  1. Determine the page requirements:
  2. Create the page component:
  3. Implement data fetching:
  4. Build the page layout:
  5. Add SEO metadata:
  6. Handle edge cases:
  7. Test the page with different data scenarios.

Format

Page: <name>
Route: 
Data: 
SEO: <title, description>

Rules

  • Every page must have proper SEO metadata.
  • Handle loading, error, and empty states.
  • Use the project's existing layout and navigation patterns.