This covers React Router's declarative mode, the JSX-based approach with BrowserRouter, Routes, and Route components. You'd reach for this when you want straightforward client-side routing without the data loading machinery that comes with RouterProvider and createBrowserRouter. The skill focuses on the core hooks like useParams, useSearchParams, and useNavigate, plus navigation with Link and NavLink for active states. It's a clean reference if you're building something that doesn't need loaders or actions and you just want to wire up routes the classic React way. The examples are practical and the three-reference structure keeps things organized without overwhelming you.
npx -y skills add remix-run/agent-skills --skill react-router-declarative-mode --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar