// HTMX Basic Setup .cursorrules
Add this skill
npx mdskills install PatrickJS/cursor-htmx-basicProvides basic HTMX conventions but lacks actionable triggers and step-by-step instructions
// HTMX Basic Setup .cursorrules
// HTMX best practices
const htmxBestPractices = [ "Use hx-get for GET requests", "Implement hx-post for POST requests", "Utilize hx-trigger for custom events", "Use hx-swap to control how content is swapped", "Implement hx-target to specify where to swap content", "Utilize hx-indicator for loading indicators", ];
// Folder structure
const folderStructure = src/ templates/ static/ css/ js/ app.py;
// Additional instructions
const additionalInstructions = `
Install via CLI
npx mdskills install PatrickJS/cursor-htmx-basicHTMX Basic is a free, open-source AI agent skill. // HTMX Basic Setup .cursorrules
Install HTMX Basic with a single command:
npx mdskills install PatrickJS/cursor-htmx-basicThis downloads the skill files into your project and your AI agent picks them up automatically.
HTMX Basic works with Cursor. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.