Create new Go project with modern structure
/plugin marketplace add pluginagentmarketplace/custom-plugin-go/plugin install go-development-assistant@pluginagentmarketplace-go# Go New Command Create a new Go project with best practices structure. ## Usage ## Templates - `api` - REST API with Gin - `cli` - CLI application with Cobra - `lib` - Library package - `basic` - Minimal Go project (default) ## Project Structure Created ### API Template ### CLI Template ## Execution Steps 1. Create directory structure 2. Initialize go.mod 3. Create main.go 4. Add Makefile 5. Add Dockerfile (if api) 6. Create README.md ## Related - `go-packages` skill - `go-gin` skill