What is go-options-gen?
Expert in generating functional options for Go structs using the options-gen library. Source: metalagman/agent-skills.
Expert in generating functional options for Go structs using the options-gen library.
Quickly install go-options-gen AI skill to your development environment via command line
Source: 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.
Expert in generating functional options for Go structs using the options-gen library. Source: metalagman/agent-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/metalagman/agent-skills --skill go-options-genExpert in generating functional options for Go structs using the options-gen library. Source: metalagman/agent-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/metalagman/agent-skills --skill go-options-gen Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/metalagman/agent-skills