Agent skill
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.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/react-page-scaffolder
SKILL.md
React Page Scaffolder Workflow
- Ask the user for the new page name in
PascalCase(e.g.,UserProfile). - Make the helper script executable:
chmod +x .claude/skills/react-page-scaffolder/scripts/create-page.sh - Execute the scaffolding script:
.claude/skills/react-page-scaffolder/scripts/create-page.sh {{PAGE_NAME}} - Report the full output of the script to the user.
Didn't find tool you were looking for?