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 skills add https://github.com/remix-run/agent-skills --skill react-router-declarative-mode