hotwire-club
01TheHotwireClub/hotwire_club-skills
Plugin Claude Code
The Hotwire Club marketplace - Hotwire and Rails development skills.
TheHotwireClub/hotwire_club-skills
Plugin Claude Code
The Hotwire Club marketplace - Hotwire and Rails development skills.
TheHotwireClub/hotwire_club-skills
Plugin Claude Code
Practical Hotwire skills for Rails developers: Turbo Drive, Turbo Frames, Turbo Streams, and Stimulus patterns sourced from The Hotwire Club articles.
TheHotwireClub/hotwire_club-skills
Instructions file CodexOpenCode
Instructions for TheHotwireClub/hotwire_club-skills, covering repository maintenance guide, primary workflow, 1) sync references from corpus, 2) normalize skills after sync and validation checklist.
TheHotwireClub/hotwire_club-skills
Skill Claude CodeCodex
Handle Hotwire form workflows: form submission lifecycle, inline editing, validation errors, typeahead/autocomplete, modal forms, and external form controls. Prefer this skill when the core problem is correctness and UX of form interaction. Use hwc-navigation-content for pagination/tabs/filter navigation…
TheHotwireClub/hotwire_club-skills
Skill Claude CodeCodex
Handle media-heavy Hotwire features: image/video/audio uploads, previews, playback controls, progress tracking, and third-party media integrations (for example WaveSurfer, Swiper, Picture-in-Picture, Blurhash). Prefer this skill when the core problem is media rendering, playback state, or media library integration.…
TheHotwireClub/hotwire_club-skills
Skill Claude CodeCodex
Build Hotwire navigation and content-discovery flows: Turbo Frame pagination, tabbed navigation, lazy loading, faceted filtering/search, cache lifecycle, scroll restoration, and visit/render control. Prefer this skill when the core problem is request/response navigation state and browser history behavior. Use…
TheHotwireClub/hotwire_club-skills
Skill Claude CodeCodex
Implement real-time Hotwire behavior: Turbo Streams over WebSocket/SSE, custom stream actions, inline stream tags, live list updates, and cross-tab state synchronization. Prefer this skill when the core problem is push-based updates or stream action orchestration. Use hwc-navigation-content for pull-based…
TheHotwireClub/hotwire_club-skills
Skill Claude CodeCodex
Cover Stimulus controller fundamentals: lifecycle hooks, values and valueChanged callbacks, targets and target callbacks, outlets, action parameters, keyboard events, and controller architecture patterns. Prefer this skill when the request is primarily about Stimulus APIs and controller design independent of a…
TheHotwireClub/hotwire_club-skills
Skill Claude CodeCodex
Implement cross-cutting Hotwire UX feedback patterns: loading states, busy indicators, progress bars, optimistic UI, render interception, and view/page transitions. Prefer this skill when the core goal is perceived performance and user feedback, independent of a single feature domain. Use hwc-forms-validation for form…