From ruby
Handles Hotwire form workflows including submission lifecycle, inline editing, validation errors, typeahead/autocomplete, modal forms, and external form controls using Turbo Frames and Stimulus.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruby:hwc-forms-validationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implement form-centric Hotwire workflows with Turbo Frames and Stimulus.
references/2023-11-07-turbo-frames-typeahead-search.mdreferences/2024-01-16-stimulus-action-parameters.mdreferences/2024-02-27-turbo-frames-inline-edit.mdreferences/2024-05-21-turbo-frames-modals-validation.mdreferences/2025-10-20-turbo-frames-typeahead-validation.mdreferences/2026-02-03-turbo-frames-external-form.mdreferences/INDEX.mdImplement form-centric Hotwire workflows with Turbo Frames and Stimulus.
422 for validation failures and 303 for successful redirects.turbo:submit-end only when Turbo defaults are insufficient.form attribute for controls rendered outside the target <form> hierarchy.Open only the file needed for the current request.
references/2024-02-27-turbo-frames-inline-edit.mdreferences/2024-05-21-turbo-frames-modals-validation.mdreferences/2023-11-07-turbo-frames-typeahead-search.mdreferences/2025-10-20-turbo-frames-typeahead-validation.mdreferences/2026-02-03-turbo-frames-external-form.mdreferences/2024-01-16-stimulus-action-parameters.mdUse references/INDEX.md for the full catalog.
hwc-navigation-contenthwc-realtime-streaminghwc-media-contenthwc-ux-feedbackhwc-stimulus-fundamentalsnpx claudepluginhub vmaia00/claude-specs --plugin rubyHandles Hotwire form workflows including submission lifecycle, inline editing, validation errors, typeahead/autocomplete, modal forms, and external form controls using Turbo Frames and Stimulus.
Implements Hotwire Turbo (Drive, Frames, Streams, Morph) and Stimulus controllers in Rails views for SPA-like interactivity, real-time updates, and progressive enhancement.
Guides building reactive Rails apps with Hotwire (Turbo Drive/Frames/Streams, Stimulus): installation, ActionCable/Redis setup, core patterns.