Agent Plugins Marketplace
All plugins

golang

v0.3.1

Go development tools: gopls MCP server, LSP integration, automatic gofmt formatting, golangci-lint linting, and CVE dependency patching

Claude Code3 Skills1 MCP serverstdio

By github.com/openshift-eng114 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install golang@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openshift-eng/ai-helpers

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/golang/.

Plugin files

plugins/golang/
├── .claude-plugin/plugin.json
├── skills/fix-cve/SKILL.md
├── skills/go-lint/SKILL.md
├── skills/go-lint-fix/SKILL.md
└── .mcp.json

Included Skills3

fix-cveskills/fix-cve/SKILL.md

Patch a Go dependency to fix a CVE using the appropriate strategy based on Go version compatibility. Use when the user wants to fix a CVE by updating a Go module, replacing it with a patched fork, or applying a security patch across all go.mod files in a Go project. Triggers on: 'patch CVE', 'fix CVE', 'replace grpc', 'update vulnerable dependency', 'security patch go module', or any mention of CVE + Go dependency replacement.

go-lintskills/go-lint/SKILL.md

Run golangci-lint to check Go code quality. Use when the user asks to lint, check for lint issues, or verify code quality in a Go project, or when linting is appropriate before committing Go code changes.

go-lint-fixskills/go-lint-fix/SKILL.md

Run golangci-lint and fix all reported issues. Use only when explicitly asked to fix lint issues in a Go project.

MCP servers1

goplsstdio
command
gopls
args
mcp

Plugin manifests1

plugins/golang/.claude-plugin/plugin.json
{
  "name": "golang",
  "description": "Go development tools: gopls MCP server, LSP integration, automatic gofmt formatting, golangci-lint linting, and CVE dependency patching",
  "version": "0.3.1",
  "author": {
    "name": "github.com/openshift-eng"
  },
  "dependencies": [
    {
      "name": "gopls-lsp"
    }
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[golang on Agent Plugins Marketplace](https://pluginsmp.com/plugins/golang)