go-specialist
v0.23.0Master 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
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install go-specialist@agent-plugin-marketplacePaste 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-pluginsClone 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
├── .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
Generate complete .forgejo/workflows directory with Forgejo Actions workflows (test, lint, release) for Go projects
Generate complete .github directory with workflows, dependabot, and funding configs for Go projects
Generate GitLab CI/CD pipeline configuration for Go projects with testing, coverage, and automated releases
Generate GoReleaser configuration with multi-arch Docker builds and release automation
Generate .golangci.yml configuration for Go linting with 90+ linters
Generate mise.toml, Taskfile.yml, Taskfile_dev.yml, and .pre-commit-config.yaml for Go projects with comprehensive task automation
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.
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.
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/).
Implement a Go feature using TDD methodology with up-to-date library documentation from Context7
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
- url
- https://mcp.context7.com/mcp
Plugin manifests1
{
"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"
}For maintainers
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)