🎯
react-router-declarative-mode
🎯Skillfrom remix-run/agent-skills
What it does
|Configures React Router routes declaratively using BrowserRouter, Routes, and Route for simple client-side navigation and URL parameter handling.
Same repository
remix-run/agent-skills(3 items)
react-router-declarative-mode
Installation
Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add remix-run/agent-skills --skill react-router-declarative-modeskills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add remix-run/agent-skills --skill react-router-declarative-modeManual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/react-router-declarative-mode/SKILL.mdSKILL.md
279Installs
-
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-data-mode🎯Skill
Enables React Router's data mode for loading, mutating, and navigating routes using `createBrowserRouter` and `RouterProvider` without a Vite plugin.