LLM Skills
~/catalogue/backend//htmx-go-fiber-cursorrules-prompt-filec
Backendsource GitHub

Htmx Go fiber

/htmx-go-fiber-cursorrules-prompt-filec

Applique des règles Cursor pour développer avec Htmx Go fiber de façon cohérente et maintenable.

PatrickJSPatrickJS
40.7k
27 mai 2026
CC0-1.0
// contenu du skill

description: "Cursor rules for Go development with Fiber integration."

globs: */

alwaysApply: false


// 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 = `

  1. Use Fiber's App.Get/Post/etc for routing HTMX requests
  2. Implement CSRF protection with Fiber middleware
  3. Utilize Fiber's Context for handling HTMX-specific headers
  4. Use Fiber's template engine for server-side rendering
  5. Implement proper logging with Fiber's Logger middleware
  6. Follow Fiber's best practices for project structure
  7. Use environment variables for configuration

`;

// source originale publique
PatrickJS/awesome-cursorrules
/rules/htmx-go-fiber-cursorrules-prompt-file.mdc
Licence : CC0-1.0. Consultez le dépôt avant toute réutilisation.
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/htmx-go-fiber-cursorrules-prompt-file.mdc" "https://raw.githubusercontent.com/PatrickJS/awesome-cursorrules/main/rules/htmx-go-fiber-cursorrules-prompt-file.mdc"
Ensuite dans Claude Code, tapez /htmx-go-fiber-cursorrules-prompt-filec pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
CréateurPatrickJS
Étoiles 40.7k
CatégorieBackend
LicenceCC0-1.0
Mis à jour27 mai 2026
Format.md
AccèsGratuit
// similaires

Skills Backend

Voir toutarrow_forward