·go-best-practices
</>

go-best-practices

0xbigboss/claude-code

为具有自定义类型、接口、功能选项和错误处理的类型优先开发提供 Go 模式。读取或写入 Go 文件时必须使用。

76安装·2热度·@0xbigboss

安装

$npx skills add https://github.com/0xbigboss/claude-code --skill go-best-practices

SKILL.md

Types define the contract before implementation. Follow this workflow:

Use Go's type system to prevent invalid states at compile time.

Prefer smaller files within packages: one type or concern per file. Split when a file handles multiple unrelated types or exceeds 300 lines. Keep tests in test.go files alongside implementation. Package boundaries define the API; internal organization is flexible.

为具有自定义类型、接口、功能选项和错误处理的类型优先开发提供 Go 模式。读取或写入 Go 文件时必须使用。 来源:0xbigboss/claude-code。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/0xbigboss/claude-code --skill go-best-practices
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 go-best-practices?

为具有自定义类型、接口、功能选项和错误处理的类型优先开发提供 Go 模式。读取或写入 Go 文件时必须使用。 来源:0xbigboss/claude-code。

如何安装 go-best-practices?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/0xbigboss/claude-code --skill go-best-practices 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/0xbigboss/claude-code