π―
react-router-framework-mode
π―Skillfrom remix-run/agent-skills
What it does
|Enables full-stack React routing with file-based routes, server-side rendering, data loading, and type-safe navigation strategies
Same repository
remix-run/agent-skills(3 items)
react-router-framework-mode
Installation
Quick InstallInstall with npx
npx skills add https://github.com/remix-run/agent-skills --skill react-router-framework-modeManual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/react-router-framework-mode/SKILL.mdNeed more details? View full documentation on GitHub β
SKILL.md
657Installs
-
AddedFeb 4, 2026
More from this repository2
π―π―
react-router-data-modeπ―Skill
Enables React Router's data mode for loading, mutating, and navigating routes using `createBrowserRouter` and `RouterProvider` without a Vite plugin.
react-router-declarative-modeπ―Skill
Configures React Router routes declaratively using BrowserRouter, Routes, and Route for simple client-side navigation and URL parameter handling.