go-modules
Installation
SKILL.md
Go Modules Skill
Master Go module system and dependency management.
Overview
Complete guide for Go modules including versioning, private modules, vendoring, and dependency updates.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| action | string | yes | - | Action: "init", "tidy", "vendor", "update" |
| private | bool | no | false | Handle private modules |
Core Topics
Module Initialization
Related skills
More from pluginagentmarketplace/custom-plugin-go
go-cli-tools
Build production CLI tools with Cobra, Viper, and terminal UI
3go-cli
CLI application patterns and best practices
2go-web-apis
Build production REST APIs with Go - handlers, middleware, security
2go-performance
Go performance optimization - profiling, benchmarks, memory management
2go-testing
Go testing practices - unit tests, benchmarks, mocks, coverage
2go-fundamentals
Core Go programming concepts - syntax, types, interfaces, error handling
2