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
mainusing the format{author}/rfc-{semantic-name}:git branch {author}/rfc-{semantic-name} main git checkout {author}/rfc-{semantic-name}