Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Cursor rules for HTMX development with Django integration.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-17 | ✗→✓ | ▲ Improved | 43% | 0% |
| case-20 | ✗→✓ | ▲ Improved | -14% | 0% |
| case-07 | ✓→✗ | ▼ Worse | -16% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -9% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 2% | 0% |
Cursor rules for HTMX development with Django integration.
Synced from https://github.com/PatrickJS/awesome-cursorrules/tree/main/rules/htmx-django-cursorrules-prompt-file.mdc.
// 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 =
;
Other measured skills in the registry, with their headline benchmark lift.