# Create New Routes

> Learn how to create a new route in The Lab.

- Skill: `ethpandaops/create-new-routes` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ethpandaops/create-new-routes`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ethpandaops/create-new-routes/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ethpandaops (https://skillmd.com/u/ethpandaops)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ethpandaops/create-new-routes

---


# 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`
