implement-hotwire
Installation
SKILL.md
Implement Hotwire
Apply the execution contract before this procedure.
Build modern Rails frontends with Hotwire using progressive enhancement.
Quick Reference
| Need | Hotwire choice |
|---|---|
| Replace part of a page after a link/form | Turbo Frame |
| Broadcast server-side changes | Turbo Stream |
| Client-only behavior beyond Turbo | Stimulus controller |
| Full page navigation | Normal Rails navigation, not a frame |