·hotwire-coder
</>

hotwire-coder

Use when implementing Hotwire features with Turbo Drive, Turbo Frames, and Turbo Streams. Applies Rails 8 conventions, morphing, broadcasts, lazy loading, and real-time update patterns.

23Installs·1Trend·@majesticlabs-dev

Installation

$npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill hotwire-coder

How to Install hotwire-coder

Quickly install hotwire-coder AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill hotwire-coder
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: majesticlabs-dev/majestic-marketplace.

SKILL.md

View raw

See references/lazy-loading.md for skeleton UI patterns, infinite scroll, and Stimulus loading controllers.

Note: For LLM streaming or features requiring message delivery guarantees, see anycable-coder skill. Action Cable provides at-most-once delivery which can lose chunks on reconnection.

| Mismatched frame IDs | Silent failures | Validate IDs match | | Missing status codes | Turbo ignores response | Use 422/303 correctly | | Implicit locals in broadcasts | Runtime errors | Always pass requestid: nil |

Use when implementing Hotwire features with Turbo Drive, Turbo Frames, and Turbo Streams. Applies Rails 8 conventions, morphing, broadcasts, lazy loading, and real-time update patterns. Source: majesticlabs-dev/majestic-marketplace.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill hotwire-coder
Category
</>Dev Tools
Verified
First Seen
2026-02-23
Updated
2026-03-10

Browse more skills from majesticlabs-dev/majestic-marketplace

Quick answers

What is hotwire-coder?

Use when implementing Hotwire features with Turbo Drive, Turbo Frames, and Turbo Streams. Applies Rails 8 conventions, morphing, broadcasts, lazy loading, and real-time update patterns. Source: majesticlabs-dev/majestic-marketplace.

How do I install hotwire-coder?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill hotwire-coder Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/majesticlabs-dev/majestic-marketplace