create-new-routes

star 23

Learn how to create a new route in The Lab.

ethpandaops By ethpandaops schedule Updated 11/28/2025

name: Create New Routes description: Learn how to create a new route in The Lab.

Create New Routes

This skill creates production-ready React routes following Lab's established architecture patterns.

Routing & Pages

  • Route files in src/routes/ - thin TanStack Router definitions
  • Page components in src/pages/ - UI implementations
  • Page-scoped components in pages/[section]/components/
  • Dynamic routes use $param.tsx syntax
  • Always barrel export via index.tsx
Install via CLI
npx skills add https://github.com/ethpandaops/lab --skill create-new-routes
Repository Details
star Stars 23
call_split Forks 10
navigation Branch main
article Path SKILL.md
More from Creator