什么是 golang?
Go 开发:约定、架构、并发、性能和代码审查。在处理 .go 文件、go.mod 或用户询问 goroutine、通道、错误处理、接口时使用。 来源:maroffo/claude-forge。
Go 开发:约定、架构、并发、性能和代码审查。在处理 .go 文件、go.mod 或用户询问 goroutine、通道、错误处理、接口时使用。
通过命令行快速安装 golang AI 技能到你的开发环境
来源:maroffo/claude-forge。
ABOUTME: Complete Go development guide - code, design, concurrency, performance, review ABOUTME: Modern Go (1.22-1.26): stdlib router, Green Tea GC, fgprof, easyjson, pgx batching
Why gofmt before build: Code generators (sqlc, protoc) may produce code gofmt disagrees with. Always run gofmt -w after regeneration and before commit.
1.22: Loop var fix (each iteration owns its variable). Range over int: for i := range 10. Stdlib router: mux.HandleFunc("GET /api/v1/feed/{id}", h) + r.PathValue("id").
Go 开发:约定、架构、并发、性能和代码审查。在处理 .go 文件、go.mod 或用户询问 goroutine、通道、错误处理、接口时使用。 来源:maroffo/claude-forge。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/maroffo/claude-forge --skill golangGo 开发:约定、架构、并发、性能和代码审查。在处理 .go 文件、go.mod 或用户询问 goroutine、通道、错误处理、接口时使用。 来源:maroffo/claude-forge。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/maroffo/claude-forge --skill golang 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/maroffo/claude-forge