"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."
3.1
Rating
0
Installs
Frontend Development
Category
The skill provides a clear description of what it does (scaffolds React pages with routing), but has significant gaps in task execution. The workflow references a script file (create-page.sh) that would contain the actual implementation logic. While we assume referenced files exist per instructions, the SKILL.md itself provides minimal guidance on what the script actually creates, what routing integration looks like, or how it handles different React project structures (Next.js vs React Router, etc.). The novelty is low since creating boilerplate files is a straightforward task that a CLI agent could handle with a few file creation commands. The structure is adequate for a simple skill but lacks examples or configuration options. To improve: add details about file templates, routing patterns, and when to use this vs manual creation.
Loading SKILL.md…

Skill Author