htmx Foundations
Plan and bootstrap server-driven web applications with htmx. Use when choosing htmx versus an SPA framework, setting up htmx in a server-rendered app, designing the first CRUD workflow, explaining the htmx mental model, or deciding how much JavaScript a server-driven feature needs.
Frontendv0.1.0MIThtmxserver-driven-uifrontendweb-developmentarchitecture
Install
npx skills add LVTD-LLC/skills --skill htmx-foundationsFrom `SKILL.md`
Use this skill before implementation details get scattered across endpoints, templates, and browser scripts. The goal is to keep the server in charge of durable state while htmx adds targeted interactivity through HTML attributes.