agentsclimarketplace

New route

Skill gaia-react/gaia/.claude/skills/new-route

The Claude-native foundation you build your whole app on. React frontend handled, your backend builds on top. Strict tooling, pre-commit gates, code-review audit before every merge.

Install
npx -y skills add gaia-react/gaia --skill new-route

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 20 stars20 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

1.1 KB, as published. Nobody here has run it

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 from the repo root: .gaia/cli/gaia scaffold route <name> --group <group> [flags] (output paths resolve from the working directory).
  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
  • --dry-run, print what would be written without touching the filesystem
  • --json, print the scaffold result as JSON

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.