// HTMX with Django .cursorrules
Add this skill
npx mdskills install PatrickJS/cursor-htmx-djangoProvides high-level Django+HTMX guidance but lacks actionable trigger conditions and step-by-step agent instructions
// HTMX with Django .cursorrules
// HTMX and Django best practices
const htmxDjangoBestPractices = [ "Use Django's template system with HTMX attributes", "Implement Django forms for form handling", "Utilize Django's URL routing system", "Use Django's class-based views for HTMX responses", "Implement Django ORM for database operations", "Utilize Django's middleware for request/response processing", ];
// Folder structure
const folderStructure = project_name/ app_name/ templates/ static/ css/ js/ models.py views.py urls.py project_name/ settings.py urls.py manage.py;
// Additional instructions
const additionalInstructions = `
Install via CLI
npx mdskills install PatrickJS/cursor-htmx-djangoHTMX Django is a free, open-source AI agent skill. // HTMX with Django .cursorrules
Install HTMX Django with a single command:
npx mdskills install PatrickJS/cursor-htmx-djangoThis downloads the skill files into your project and your AI agent picks them up automatically.
HTMX Django works with Cursor. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.