From superpowers-ruby
Implements Hotwire UX feedback patterns: loading states, busy indicators, progress bars, optimistic UI with reconciliation, render interception, and page transitions. Use when perceived performance is the primary goal.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-ruby:hwc-ux-feedbackThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implement cross-cutting feedback and perceived-performance patterns in Hotwire.
references/2023-04-25-turbo-drive-render-interception.mdreferences/2023-06-06-turbo-drive-form-activity-indicators.mdreferences/2023-07-18-turbo-drive-progress-bar.mdreferences/2024-03-26-optimistic-ui-with-turbo-8-morphs.mdreferences/2024-08-13-turbo-drive-ulid.mdreferences/2024-11-19-turbo-drive-swiper-view-transitions.mdreferences/2026-01-20-turbo-frames-loading-spinner.mdreferences/INDEX.mdImplement cross-cutting feedback and perceived-performance patterns in Hotwire.
busy, progress bar hooks, submit/render lifecycle events).Open only the file needed for the current request.
references/2023-07-18-turbo-drive-progress-bar.mdreferences/2023-06-06-turbo-drive-form-activity-indicators.mdreferences/2023-04-25-turbo-drive-render-interception.mdreferences/2024-11-19-turbo-drive-swiper-view-transitions.mdreferences/2026-01-20-turbo-frames-loading-spinner.mdreferences/2024-03-26-optimistic-ui-with-turbo-8-morphs.mdreferences/2024-08-13-turbo-drive-ulid.mdUse references/INDEX.md for the full catalog.
hwc-forms-validationhwc-navigation-contenthwc-realtime-streaminghwc-media-contenthwc-stimulus-fundamentalsnpx claudepluginhub lucianghinda/superpowers-ruby --plugin superpowers-ruby2plugins reuse this skill
First indexed Jun 21, 2026
Implements Hotwire UX feedback patterns: loading states, busy indicators, progress bars, optimistic UI with reconciliation, render interception, and page transitions. Use when perceived performance is the primary goal.
Builds Hotwire navigation and content-discovery flows: Turbo Frame pagination, lazy loading, faceted filtering, cache lifecycle, scroll restoration, and visit/render control.
Implements Hotwire Turbo (Drive, Frames, Streams, Morph) and Stimulus controllers in Rails views for SPA-like interactivity, real-time updates, and progressive enhancement.