This handles Turbo Drive and Turbo Frame navigation patterns: tabbed interfaces, pagination with history management, lazy loading, faceted search, and cache lifecycle cleanup. It's your go-to when you need request/response flows that respect browser history and URL state without breaking the back button. The workflow is solid, it pushes you to think about URL ownership and scroll restoration upfront, and the reference docs cover specific scenarios like markdown preview and conditional instant clicks. One caveat: it deliberately excludes form validation and real-time streaming, so you'll need to combine it with other skills for anything beyond basic navigation state.
npx skills add https://github.com/thehotwireclub/hotwire_club-skills --skill hwc-navigation-content