full-stackdevelopment
remix-routing
Define and use the route contract of a Remix app. Use when authoring `app/routes.ts`, naming route keys, nesting route groups, choosing between `route()`, `form()`, `resource()`, and `resources()`, generating URLs with `href()`, or mapping controllers and actions to routes in `app/router.ts`.
maintainer
remix-run
업데이트됨 4/2/2026
스타
32
포크
10
quick start
Installation and usage
Define and use the route contract of a Remix app. Use when authoring `app/routes.ts`, naming route keys, nesting route groups, choosing between `route()`, `form()`, `resource()`, and `resources()`, generating URLs with `href()`, or mapping controllers and actions to routes in `app/router.ts`.
설치
$ install --globalskills.sh
사용법
설치 후 터미널에서 다음 명령을 실행하여 이 스킬을 사용할 수 있습니다:
skills use remix-routing