‹ 返回总目录
开发工具 最近更新07-11

go-coding-standards

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量99
⭐ GitHub Stars63(fork 9)
🗓️ 最近推送2026-07-11
🌱 项目创建2026-03-27
💻 语言 / LicenseShell · MIT
🐛 开放Issue0

📝 工具简介

为Go项目精选的AI代理技能集。

📖 怎么用

先装工具,在项目目录跑 `npx skills add eduardo-sl/go-agent-skills` 一键安装(交互式会自动识别你的 AI 客户端)。想先看有哪些技能,加 `--list` 参数列出清单再挑着装。装完不用额外配置,直接打开 Claude Code、Cursor 或 Copilot 等编辑器就能用。想手动装也行,`git clone https://github.com/eduardo-sl/go-agent-skills.git` 后跑 `./go-agent-skills/scripts/install.sh /path/to/your-go-project`,它会自动复制到对应客户端的 skills 目录。日常更新用 `npx skills check` 检查、`npx skills update` 升级,删技能就 `npx skills remove go-performance-review`。

📋 迷你测评

为Go项目精选的AI代理技能集。亮点是“精选”,说明有筛选过。但具体包含哪些标准或工具,简介未展开,适合Go开发者当补充参考。

📄 README 要点

这是给Go项目用的AI代理技能包,一条命令装完,支持Claude Code、Cursor、Codex、GitHub Copilot等37种以上的代理。内容基于Uber Go风格指南、Effective Go和大型Go服务的实战经验。为啥需要它?因为AI代理没Go特定指导时,会写出Java味儿的Go,忽略惯用的错误处理,搞出goroutine泄漏,还乱用interface{}。装上这些技能,AI就能学会Go工程师的写法——正确的错误包装、消费方定义接口、表驱动测试这些。技能会根据上下文自动加载,适合想用AI写正宗Go代码的开发者。

查看英文原文
go agent skills Curated AI agent skills for Go projects. Install with one command, works everywhere. [安装/使用命令见下方] Supports Claude Code , Cursor , Codex , GitHub Copilot , Windsurf , OpenCode , and 37+ more agents. Compatible with the open Agent Skills ecosystem and npx skills CLI. Built on the Uber Go Style Guide, Effective Go, and hard won production experience with large scale Go services. Why AI coding agents are as good as the context you give them. Without Go specific guidance, they'll write Java flavored Go, ignore idiomatic error handling, create goroutine leaks, and use interface{} where generics belong. These skills teach your agent how to write Go the way experienced Go engineers do — with proper error wrapping, consumer side interfaces, table driven tests, and all the idioms that make Go code maintainable at scale. Skills Catalog Skills load automatically based on context. You can also invoke them directly via slash command (e.g., /go code review ). Code Quality Skill What it does Triggers go coding standards/go coding standards/) Style conventions, naming, imports, struct init, formatting "check Go style", "fix formatting" go code review/go code review/) Structured review process with severity classification "review this code", "check this PR" go error handling/go error handling/) Error wrapping, sentinels, custom types, errors.Is / As "handle errors", "error wrapping" go context/go context/) Context propagation, cancellation, timeouts, values "context usage", "timeout", "context cancellation" go modernize/go modernize/) Generics, slog, errors.Join, slices/maps, range over func "modernize", "use generics", "update Go" go data structures/go data structures/) Slices, maps, sets, aliasing, preallocation, nil vs empty "nil slice", "map iteration", "slice aliasing" go documentation/go documentation/) Godoc conventions, testable examples, deprecation notices "add godoc", "document this package" Architecture & Design Skill What it does Triggers go architecture

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考