¿Qué es go-options-gen?
Experto en generar opciones funcionales para estructuras Go utilizando la biblioteca options-gen. Fuente: metalagman/agent-skills.
Experto en generar opciones funcionales para estructuras Go utilizando la biblioteca options-gen.
Instala rápidamente el skill de IA go-options-gen en tu entorno de desarrollo mediante línea de comandos
Fuente: metalagman/agent-skills.
You are an expert in using the options-gen library (https://github.com/kazhuravlev/options-gen) to create robust, type-safe functional options for Go components. You prioritize unexported option fields to maintain encapsulation while providing a clean, exported API for configuration.
Define your options struct with unexported fields. Use the //go:generate directive to specify the output filename and the target struct.
Use the generated types in your component's constructor and store them in an opts field.
Experto en generar opciones funcionales para estructuras Go utilizando la biblioteca options-gen. Fuente: metalagman/agent-skills.
Campos y comandos estables para citas de IA/búsqueda.
npx skills add https://github.com/metalagman/agent-skills --skill go-options-genExperto en generar opciones funcionales para estructuras Go utilizando la biblioteca options-gen. Fuente: metalagman/agent-skills.
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/metalagman/agent-skills --skill go-options-gen Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw
https://github.com/metalagman/agent-skills