๐ฏ
react-router-data-mode
๐ฏSkillfrom remix-run/agent-skills
Installation
Vibe Index InstallInstalls to .claude/skills/
$
npx vibeindex add remix-run/agent-skills --skill react-router-data-modeskills.sh Installโ Installs to .agents/skills/
$
npx skills add remix-run/agent-skills --skill react-router-data-modeManual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/react-router-data-mode/SKILL.mdWhat it does
|Enables React Router's data mode for loading, mutating, and navigating routes using `createBrowserRouter` and `RouterProvider` without a Vite plugin.
Same repository
remix-run/agent-skills(3 items)
react-router-data-mode
SKILL.md
658Installs
53
-
AddedFeb 4, 2026
More from this repository2
๐ฏ๐ฏ
react-router-framework-mode๐ฏSkill
Enables full-stack React routing with file-based routes, server-side rendering, data loading, and type-safe navigation strategies
react-router-declarative-mode๐ฏSkill
Configures React Router routes declaratively using BrowserRouter, Routes, and Route for simple client-side navigation and URL parameter handling.