Helps Claude work with React Router v7's data-driven routing patterns, including loaders, actions, and the router setup itself. The skill triggers on key imports like createBrowserRouter, useLoaderData, and useFetcher, so Claude knows to reference the documented patterns. What's useful here are the decision gates that walk through Form vs fetcher and loader vs useEffect choices in sequence, which mirrors how you actually think through these decisions when building. Covers both framework mode with the Vite plugin and the lower-level data router API. Good for anyone moving to v7's data patterns or just tired of explaining when to use which routing primitive.
npx skills add https://github.com/existential-birds/beagle --skill react-router-v7