Agent Skills
› however-yir/nebula-kb
› go-naming
go-naming
GitHub提供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


