new-route

Say "add a page" and get route, component, test, Story, and i18n keys in one shot—no more hand-creating five files.

Updated 2026-08-12 · Source https://github.com/gaia-react/gaia/tree/HEAD/.claude/skills/new-route

What does this skill do?

Scaffold a new route with its page component, test, story, and optional i18n keys. Use this skill whenever the user asks to "create a route", "add a new page", "scaffold /dashboard", "wire up a new route under _public+ or _session+", or anything that implies adding a file under `app/routes/` with a matching `app/pages/{Group}/{PascalName}Page/` folder.

Why is it worth installing?

Others just scaffold routes; this one also adds test and Story, auto-matching _public+ or _session+ prefixes—saves you.

How do you install it?

git clone --depth 1 https://github.com/gaia-react/gaia.git Then point your agent at the skill directory.

Where does it come from?

Repository: gaia-react/gaia 21 stars on GitHub at the time of listing. The repository ships 1 skills in total. Homepage: https://gaiareact.com/

developmentskill

new-component  ·  skeleton-loaders