Scaffold new Go projects with modern structure, Go modules, testing setup, CI/CD pipelines, and best practices
/plugin marketplace add geoffjay/claude-plugins/plugin install golang-development@geoffjay-claude-plugins# Golang Development Scaffold Command Create a new Go project with a production-ready structure, modern tooling, and best practices built-in. ## Usage ## Arguments - `$1` - Project name (required, will be used for module name) - `$2` - Project type: `service`, `cli`, `library`, or `microservice` (optional, defaults to `service`) - `$3` - Additional options as JSON (optional) ## Examples ## Project Structures ### Service (HTTP API) ### CLI Application ### Library ### Microservice (Full Features) ## Generated Files ### main.go (Service) ### Makefile ### Dockerfile ##...