htmx-alpine
Installation
SKILL.md
HTMX + Alpine.js Patterns
Overview
Build server-driven web applications where the server returns HTML and the client manages UI state. HTMX handles all server communication. Alpine.js handles client-side state that doesn't need server round-trips.
Core principle: The server is the source of truth. The client is a thin rendering layer.