implement-rfc

Installation
SKILL.md

Implement React Router RFC

Implement the RFC from the following GitHub discussion: $ARGUMENTS

Branching

RFC implementations should start from a clean working tree. If there are uncommitted changes, stop and ask me to resolve them before continuing.

  • If you are already on a named branch that is at the same HEAD as main, use that branch.
  • Otherwise, create a branch from main using the format {author}/rfc-{semantic-name}:
    git branch {author}/rfc-{semantic-name} main
    git checkout {author}/rfc-{semantic-name}
    

Workflow

1. Fetch and Understand the RFC

Installs
1
GitHub Stars
56.5K
First Seen
Jun 22, 2026
implement-rfc — remix-run/react-router