golang-spf13-cobra
samber/cc-skills-golang
Master the art of building robust, Unix-native Command Line Interfaces (CLIs) using the spf13/cobra library in Go. This skill covers the entire command tree lifecycle, including setting up subcommands, managing local and persistent flags, implementing advanced argument validation, and understanding the execution hook chain (RunE family). Essential for Go developers creating professional command-line tools.