new-routelisted
Install: claude install-skill gaia-react/gaia
# new-route
Trigger: user asks to add a new page/route.
## Workflow
1. Confirm with the user: name (kebab-case), group (`_public+` or `_session+`), and which of `--loader`, `--action`, `--i18n` they want.
2. Run: `.gaia/cli/gaia scaffold route <name> --group <group> [flags]`
3. Verify: `pnpm typecheck` clean; `pnpm dev` reaches the new route.
## Flags
- `--group`, required, `_public+` or `_session+`
- `--loader`, emit a loader stub
- `--action`, emit an action stub
- `--i18n`, emit the locale file and wire the locale barrel
- `--json`, print the scaffold result as JSON