This handles client-side routing across React Router v6, Vue Router 4, and Angular Router with working examples for protected routes, lazy loading, and query parameters. You'll want this when building SPAs that need URL-based navigation, route guards for auth, or code splitting. The quick start gives you a protected route wrapper right away, and the reference guides break down framework-specific implementations. It covers the practical stuff like transition effects and query parameter handling, though the best practices section is pretty generic. Solid if you're setting up routing from scratch or migrating between major versions.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill frontend-routing