Go Specialist
Go Specialist from sgaunet/claude-plugins.
Skills in this plugin
4- ▌ Go Tool · sgaunet bundleManage 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.
- ▌ Go Bulma · sgaunet bundleScaffold 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 Blackbox · sgaunetDetect 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 Structure · sgaunetRecommend 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/).