What problem does it solve? Go developers using AI coding agents often don't know which of the 42 available Go skills apply to a given task, and overlapping skills (performance vs benchmark vs troubleshooting, lo vs mo vs ro, the DI libraries) create ambiguity. This Skill acts as an orchestrator that reads the task context and loads the right combination of skills from samber/cc-skills-golang at once. ## Core Features & Use Cases - Skill orchestration: Maps task intents (gRPC service, panic debugging, security audit, refactoring) to a primary skill plus all applicable secondary skills, loaded together. - Disambiguation: Provides boundary tables for 13 competing skill clusters so the correct skill is chosen when two seem to overlap. - Tool routing: Clarifies when to use godig vs gopls vs Context7 vs govulncheck for dependency and vulnerability questions. - Configure mode: Adds a ## Required Go skills block to a project's CLAUDE.md or AGENTS.md so chosen skills always load. - Use Case: When asked to build a gRPC service, the agent automatically loads golang-grpc, golang-testing, and golang-error-handling together instead of guessing a single skill. ## Quick Start Ask the agent to help with any Go task such as debugging a panic or setting up a new project, and it will load the matching Go skills automatically.