react-router-framework-mode

Agent Skills for working with React Router

설치
CLI
npx skills add https://github.com/remix-run/agent-skills --skill react-router-framework-mode

CLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.

최근 업데이트: 4/22/2026

Agent Skills

Agent Skills for building web applications.

These skills teach AI coding agents how to use frameworks and libraries correctly. Instead of relying on potentially outdated training data, agents can reference these skills for accurate, up-to-date patterns.

Installation

npx skills add remix-run/agent-skills

This installs the skills into your project so your AI agent can reference them.

Available Skills

react-router-framework-mode

Full-stack React apps using React Router's framework mode. Covers routing, loaders, actions, forms, sessions, middleware, error handling, and rendering strategies.

npx skills add remix-run/agent-skills --skill react-router-framework-mode

react-router-data-mode

React apps using React Router's data mode with createBrowserRouter and RouterProvider. Covers route objects, loaders, actions, forms, pending UI, and optimistic updates without the Vite plugin.

npx skills add remix-run/agent-skills --skill react-router-data-mode

react-router-declarative-mode

React apps using React Router's declarative mode with BrowserRouter. Covers JSX-based routing, navigation with Link/NavLink, and reading URL params without data loading features.

npx skills add remix-run/agent-skills --skill react-router-declarative-mode

How It Works

Each skill contains:

  • SKILL.md - Main entry point with quick patterns and a reference table
  • references/ - Detailed documentation for specific topics

When your AI agent encounters a relevant task, it loads the skill and references to generate accurate code using current APIs and best practices.

License

MIT