什么是 go-enum?
按照 GO 模块化架构约定生成 Go 枚举(带有验证、构造函数和 String 方法的基于字符串的枚举)。在internal/modules/<module>/enum/ 中创建类型安全字符串枚举时或当用户要求创建枚举、添加枚举类型或定义枚举常量时使用。 来源:cristiano-pacheco/ai-tools。
按照 GO 模块化架构约定生成 Go 枚举(带有验证、构造函数和 String 方法的基于字符串的枚举)。在internal/modules/<module>/enum/ 中创建类型安全字符串枚举时或当用户要求创建枚举、添加枚举类型或定义枚举常量时使用。
通过命令行快速安装 go-enum AI 技能到你的开发环境
来源:cristiano-pacheco/ai-tools。
Generate type-safe Go enums following GO modular architecture conventions.
Note: When a file contains a struct with methods, do not add standalone functions. Use private methods on the struct instead. For enum files, the private validate function is acceptable because the enum struct is a simple value wrapper without complex methods.
For an enum named "ContactType" with values "email" and "webhook" in the monitor module:
按照 GO 模块化架构约定生成 Go 枚举(带有验证、构造函数和 String 方法的基于字符串的枚举)。在internal/modules/<module>/enum/ 中创建类型安全字符串枚举时或当用户要求创建枚举、添加枚举类型或定义枚举常量时使用。 来源:cristiano-pacheco/ai-tools。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/cristiano-pacheco/ai-tools --skill go-enum按照 GO 模块化架构约定生成 Go 枚举(带有验证、构造函数和 String 方法的基于字符串的枚举)。在internal/modules/<module>/enum/ 中创建类型安全字符串枚举时或当用户要求创建枚举、添加枚举类型或定义枚举常量时使用。 来源:cristiano-pacheco/ai-tools。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/cristiano-pacheco/ai-tools --skill go-enum 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/cristiano-pacheco/ai-tools