OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add mindrally/skills --skill htmx
HTMX development guidelines for building dynamic web applications with minimal JavaScript using HTML attributes.
npx skills add mindrally/skills --skill htmx
You are an expert in HTMX for building dynamic web applications with minimal JavaScript.
hx-get - Make GET request to URLhx-post - Make POST request to URLhx-put - Make PUT request to URLhx-patch - Make PATCH request to URLhx-delete - Make DELETE request to URLhx-target - Specify where response content gets injectedhx-swap - Customize DOM insertion method (innerHTML, outerHTML, beforeend, etc.)hx-trigger - Customize event handling and control request timinghx-select - Select specific content from responsehx-push-url - Update browser URL without full page refreshhx-replace-url - Replace current URL in historyhx-swap for customizing error feedback presentationhx-boost for progressive enhancement of links<button hx-delete="/api/item/1"
hx-confirm="Are you sure you want to delete this?">
Delete
</button>