// Expert guidance on Hotwire/Turbo 8 patterns for Rails 8 applications following DHH's omakase philosophy. Use when choosing between Turbo morphing/frames/streams, implementing real-time features, optimizing perceived performance, or converting from React/Vue to Hotwire.
| name | hotwire-patterns |
| description | Expert guidance on Hotwire/Turbo 8 patterns for Rails 8 applications following DHH's omakase philosophy. Use when choosing between Turbo morphing/frames/streams, implementing real-time features, optimizing perceived performance, or converting from React/Vue to Hotwire. |
Expert guidance on Hotwire/Turbo 8 patterns for Rails 8 applications following DHH's omakase philosophy.
Progressive disclosure skill providing Hotwire pattern recommendations and examples.
Standard navigation with automatic AJAX
Lazy-loaded sections, inline editing
Real-time updates, multiple targets
Smooth full-page updates
Minimal JavaScript for interactions
See examples/ directory for:
@product-manager persona/review-feature command## Recommended Pattern: [Pattern Name]
**Why**: [Reasoning]
**Example Code**:
[Code snippet]
**Fallback**: [Non-JS version]