# React Page Scaffolder

> Creates a complete React page directory (page.tsx, index.ts, styles.css) with routing integration. Use when asked to create a new page, view, or route handler that combines components and layouts.

- Skill: `majiayu000/react-page-scaffolder` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/react-page-scaffolder`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/react-page-scaffolder/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/majiayu000/react-page-scaffolder

---


# React Page Scaffolder Workflow

1.  Ask the user for the new page name in `PascalCase` (e.g., `UserProfile`).
2.  Make the helper script executable: `chmod +x .claude/skills/react-page-scaffolder/scripts/create-page.sh`
3.  Execute the scaffolding script: `.claude/skills/react-page-scaffolder/scripts/create-page.sh {{PAGE_NAME}}`
4.  Report the full output of the script to the user.

