Agent Skills
› however-yir/nebula-kb
› go-naming
go-naming
GitHub提供Go语言命名规范与最佳实践,指导包、文件、目录、结构体、接口、函数、变量及常量的命名,遵循Go社区标准。
Trigger Scenarios
编写或重构Go代码时涉及命名决策
检查代码是否符合Go命名规范
Install
npx skills add however-yir/nebula-kb --skill go-naming -g -y
SKILL.md
Frontmatter
{
"name": "go-naming",
"description": "Go naming conventions and best practices. Use this skill when working with Go code and need to name packages, files, directories, structs, interfaces, functions, variables, or constants. Provides comprehensive naming guidelines following Go community standards."
}
Strictly follow the naming conventions in rules/named.md
Version History
- 7b06ced Current 2026-07-05 15:32


