Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Cursor rules for Go development with basic setup.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -70% | 0% |
| case-21 | ✓→✓ | = Same ✓ | -16% | 0% |
| case-06 | ✓→✓ | = Same ✓ | -16% | 0% |
Cursor rules for Go development with basic setup.
Synced from https://github.com/PatrickJS/awesome-cursorrules/tree/main/rules/htmx-go-basic-cursorrules-prompt-file.mdc.
// HTMX with Go (Basic Setup) .cursorrules
// HTMX and Go best practices
const htmxGoBestPractices = "Use html/template for server-side rendering", "Implement http.HandlerFunc for handling HTMX requests", "Utilize gorilla/mux for routing if needed", "Use encoding/json for JSON responses", "Implement proper error handling and logging", "Utilize context for request cancellation and timeouts", ];
// Folder structure
const folderStructure = cmd/ main.go internal/ handlers/ models/ templates/ static/ css/ js/ go.mod go.sum ;
// Additional instructions
const additionalInstructions =
;
Other measured skills in the registry, with their headline benchmark lift.