AI SummaryGonyx provides a curated Windsurf rules configuration for Go API development, pre-configuring build commands, dependencies (Gin, Fiber, GORM, gRPC), and best-practice libraries. Developers building Go APIs in Windsurf benefit from instant project scaffolding and consistent tooling setup.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "gonyx — Windsurf Rules" prompt rules to my project. Repository: https://github.com/Blocktunium/gonyx Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Gonyx is a Golang Fast API Development Framework
Framework specification
framework = go go_version = 1.23
Build configuration
build_command = go build -o build/ ./cmd/cmd_main install_command = go mod download
Frameworks and libraries
libraries = [ # Web frameworks "github.com/gin-gonic/gin", "github.com/gofiber/fiber/v2", # CLI tools "github.com/spf13/cobra", "github.com/spf13/viper", # Database connectors "gorm.io/gorm", "gorm.io/driver/mysql", "gorm.io/driver/postgres", "gorm.io/driver/sqlite", "go.mongodb.org/mongo-driver", # Caching "github.com/redis/go-redis/v9", # gRPC "google.golang.org/grpc", # Logging "go.uber.org/zap", "github.com/gin-contrib/zap", # File system monitoring "github.com/fsnotify/fsnotify", "github.com/radovskyb/watcher", # Testing "github.com/stretchr/testify" # Swagger documentation "github.com/swaggo/swag", "github.com/swaggo/gin-swagger", "github.com/swaggo/files" ]
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts