Agent Skills: react-page-scaffolder

Creates a complete React page directory (page.tsx, index.ts, styles.css)

UncategorizedID: okgoogle13/careercopilot/react-page-scaffolder

Install this agent skill to your local

pnpm dlx add-skill https://github.com/okgoogle13/careercopilot/tree/HEAD/.claude/skills/react-page-scaffolder

Skill Files

Browse the full folder contents for react-page-scaffolder.

Download Skill

Loading file tree…

.claude/skills/react-page-scaffolder/SKILL.md

Skill Metadata

Name
react-page-scaffolder
Description
Creates a complete React page directory (page.tsx, index.ts, styles.css)

Purpose

Creates a complete React page directory structure (page.tsx, index.ts, styles.css) with routing integration via a helper script.

When to Use

  • When adding a new page, view, or route handler to the application.
  • When establishing a consistent layout and style pattern for new sections.
  • When needing to rapidly scaffold the boilerplate for a complex page component.

Process

  1. Page Naming: Get name in PascalCase (e.g., UserProfile).
  2. Environment Prep: Ensure the helper script is executable (chmod +x).
  3. Execution: Run create-page.sh {{PAGE_NAME}}.
  4. Reporting: Display script output and file paths to the user.