A comprehensive rule set covering the full Hotwire stack: Turbo Drive navigation, Frames for partial updates, Streams for surgical DOM changes, real-time broadcasting over ActionCable, and Turbo 8's morphing. Organized into 53 rules across 9 categories, from critical navigation patterns to testing strategies. The guidance is opinionated in the DHH direction: server renders HTML, Turbo makes it feel like an SPA, Stimulus adds JavaScript sparingly. Useful when you're deep in frame scoping decisions, debugging broadcast storms, or choosing between morphing and stream orchestration. The priority system helps focus on what actually breaks user experience versus nice-to-haves.
npx skills add https://github.com/pproenca/dot-skills --skill rails-hotwire