// HTMX with Go and Fiber .cursorrules
Add this skill
npx mdskills install PatrickJS/cursor-htmx-go-fiberProvides basic best practices and folder structure but lacks actionable instructions or trigger conditions
// 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 = `
Install via CLI
npx mdskills install PatrickJS/cursor-htmx-go-fiberHTMX Go Fiber is a free, open-source AI agent skill. // HTMX with Go and Fiber .cursorrules
Install HTMX Go Fiber with a single command:
npx mdskills install PatrickJS/cursor-htmx-go-fiberThis downloads the skill files into your project and your AI agent picks them up automatically.
HTMX Go Fiber works with Cursor. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.