Agent Plugins Marketplace
← All plugins

go-specialist

v0.23.0

Master Go 1.25+ development with modern patterns, advanced concurrency, performance optimization, and production-ready microservices. Skills: gen-forgejo-dir, gen-github-dir, gen-gitlab-ci, gen-goreleaser, gen-linter, gen-taskfiles, go-blackbox, go-bulma, go-structure, go-tdd, go-tool. MCP: context7

Claude Code11 Skills1 MCP serverStreamable HTTP

By SylvainLicense: MIT16 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
12 skill or MCP entries
Source updated
Sep 24, 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 go-specialist for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install go-specialist@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/sgaunet/claude-plugins

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

Plugin files

plugins/go-specialist/
├── .claude-plugin/plugin.json
├── skills/gen-forgejo-dir/SKILL.md
├── skills/gen-github-dir/SKILL.md
├── skills/gen-gitlab-ci/SKILL.md
├── skills/gen-goreleaser/SKILL.md
├── skills/gen-linter/SKILL.md
├── skills/gen-taskfiles/SKILL.md
├── skills/go-blackbox/SKILL.md
├── skills/go-bulma/SKILL.md
├── skills/go-structure/SKILL.md
├── skills/go-tdd/SKILL.md
├── skills/go-tool/SKILL.md
└── .mcp.json

Included Skills11

gen-forgejo-dirskills/gen-forgejo-dir/SKILL.md

Generate complete .forgejo/workflows directory with Forgejo Actions workflows (test, lint, release) for Go projects

gen-github-dirskills/gen-github-dir/SKILL.md

Generate complete .github directory with workflows, dependabot, and funding configs for Go projects

gen-gitlab-ciskills/gen-gitlab-ci/SKILL.md

Generate GitLab CI/CD pipeline configuration for Go projects with testing, coverage, and automated releases

gen-goreleaserskills/gen-goreleaser/SKILL.md

Generate GoReleaser configuration with multi-arch Docker builds and release automation

gen-linterskills/gen-linter/SKILL.md

Generate .golangci.yml configuration for Go linting with 90+ linters

gen-taskfilesskills/gen-taskfiles/SKILL.md

Generate mise.toml, Taskfile.yml, Taskfile_dev.yml, and .pre-commit-config.yaml for Go projects with comprehensive task automation

go-blackboxskills/go-blackbox/SKILL.md

Detect white box Go tests and propose conversion to black box tests (package foo_test), creating export_test.go bridges when tests need access to internals.

go-bulmaskills/go-bulma/SKILL.md

Scaffold the Bulma CSS framework into a Go web app with embedded assets for zero-dependency binaries. Use when building an HTML UI with a classes-based CSS framework and no Node toolchain.

go-structureskills/go-structure/SKILL.md

Recommend and scaffold Go project layouts by type (CLI, API, library, monorepo). Use when starting a Go project, when asked about package organization, or when reviewing structure for anti-patterns (utils packages, over-nesting, misused pkg/).

go-tddskills/go-tdd/SKILL.md

Implement a Go feature using TDD methodology with up-to-date library documentation from Context7

go-toolskills/go-tool/SKILL.md

Manage Go tool dependencies using the tool directive (Go 1.24+). Use when a Go project needs code generation tools like sqlc, moq, templ, swag, stringer, or enumer managed as reproducible Go tool dependencies.

MCP servers1

context7Streamable HTTP
url
https://mcp.context7.com/mcp

Plugin manifests1

plugins/go-specialist/.claude-plugin/plugin.json
{
  "name": "go-specialist",
  "version": "0.23.0",
  "description": "Master Go 1.25+ development with modern patterns, advanced concurrency, performance optimization, and production-ready microservices. Skills: gen-forgejo-dir, gen-github-dir, gen-gitlab-ci, gen-goreleaser, gen-linter, gen-taskfiles, go-blackbox, go-bulma, go-structure, go-tdd, go-tool. MCP: context7",
  "keywords": [
    "go",
    "golang",
    "goreleaser",
    "golangci-lint",
    "go-tool",
    "testing"
  ],
  "author": {
    "name": "Sylvain",
    "email": "[email protected]"
  },
  "license": "MIT",
  "repository": "https://github.com/sgaunet/claude-plugins",
  "homepage": "https://github.com/sgaunet/claude-plugins#readme"
}

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

[go-specialist on Agent Plugins Marketplace](https://pluginsmp.com/plugins/go-specialist)