Cobra Scaffolder Generate a complete Cobra CLI application with Viper configuration, proper Go module structure, and best practices. Capabilities - Generate Go-based Cobra CLI projects - Create command hierarchy with persistent and local flags - Integrate Viper for configuration management - Set up automatic environment variable binding - Implement shell completion generation - Configure go.mod and build workflows Usage Invoke this skill when you need to: - Bootstrap a new CLI application using Cobra - Create a Go CLI with hierarchical commands - Integrate Viper for multi-source configuration…