·go-enum

按照 GO 模块化架构约定生成 Go 枚举(带有验证、构造函数和 String 方法的基于字符串的枚举)。在internal/modules/<module>/enum/ 中创建类型安全字符串枚举时或当用户要求创建枚举、添加枚举类型或定义枚举常量时使用。

15安装·2热度·@cristiano-pacheco

安装

$npx skills add https://github.com/cristiano-pacheco/ai-tools --skill go-enum

如何安装 go-enum

通过命令行快速安装 go-enum AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/cristiano-pacheco/ai-tools --skill go-enum
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:cristiano-pacheco/ai-tools。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-02-26
更新时间
2026-03-10

Browse more skills from cristiano-pacheco/ai-tools

快速解答

什么是 go-enum?

按照 GO 模块化架构约定生成 Go 枚举(带有验证、构造函数和 String 方法的基于字符串的枚举)。在internal/modules/<module>/enum/ 中创建类型安全字符串枚举时或当用户要求创建枚举、添加枚举类型或定义枚举常量时使用。 来源:cristiano-pacheco/ai-tools。

如何安装 go-enum?

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

这个 Skill 的源码在哪?

https://github.com/cristiano-pacheco/ai-tools

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-26