What problem does it solve?
The htmx skill provides comprehensive guidance to build interactive web applications using HTML-over-the-wire techniques, enabling developers to leverage hx-* attributes to fetch, swap, and render HTML fragments without heavy client-side JavaScript frameworks.
Core Features & Use Cases
- Complete attribute references, pattern guidance, and practical server-side examples across major frameworks.
- 24 UI patterns and extensions that demonstrate live search, inline editing, infinite scrolling, modals, file uploads, and more.
- Guidance for server-side integration, security considerations, and configuration to productionize htmx-powered apps.
Quick Start
Create a simple page that uses hx-get to fetch HTML and swap it into a target container.