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


