Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Cursor rules for Go development with Fiber integration.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -16% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -21% | 0% |
Cursor rules for Go development with Fiber integration.
Synced from https://github.com/PatrickJS/awesome-cursorrules/tree/main/rules/htmx-go-fiber-cursorrules-prompt-file.mdc.
// HTMX with Go and Fiber .cursorrules
// HTMX, Go, and Fiber best practices
const htmxGoFiberBestPractices = "Use Fiber's HTML rendering for server-side templates", "Implement Fiber's routing system for HTMX requests", "Utilize Fiber's middleware for request processing", "Use Fiber's JSON methods for API responses", "Implement proper error handling with Fiber's error handling", "Utilize Fiber's static file serving for assets", ];
// 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.