Manages HTMX and templ interactions for building high-performance, server-rendered dashboard interfaces.
The Engram HTMX Dashboard skill provides Claude with specialized patterns for implementing interactive dashboard elements using HTMX and the Go templ library. It enforces best practices for server-side rendering, ensuring that frontend interactions like partial loading, stateful filtering, and form submissions remain efficient and accessible. By following these rules, Claude can build browser interfaces that feel like modern single-page applications while maintaining the simplicity and reliability of server-rendered HTML, specifically tailored for the Engram persistent memory system.
주요 기능
012,671 GitHub stars
02URL-consistent navigation logic
03Templ component interaction guidelines
04Progressive enhancement for dashboard forms
05HTMX partial loading and update patterns
06Stateful filter and search implementation
사용 사례
01Implementing real-time search and filter controls in a dashboard
02Adding partial UI updates to reduce full-page reloads
03Wiring up server-rendered form submissions with HTMX