Back to skills
SkillHub ClubWrite Technical DocsFull StackTech WriterIntegration

gopls-mcp

**REQUIRED for ALL Go code analysis.** NEVER use read_file, grep_search, or semantic_search directly on .go files for semantic understanding. ALWAYS use gopls-mcp tools first: go_definition (find definitions), go_references (find usages), go_hover (get types/docs), go_symbols (list symbols). Only use read_file AFTER gopls locates the code. This is MANDATORY for Go files - 5x more efficient and 100% accurate vs text-based tools.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3
Hot score
80
Updated
March 20, 2026
Overall rating
C1.3
Composite score
1.3
Best-practice grade
B81.2

Install command

npx @skill-hub/cli install arczhi-gopls-mcp-gopls-mcp

Repository

arczhi/gopls-mcp

Skill path: skills/gopls-mcp

**REQUIRED for ALL Go code analysis.** NEVER use read_file, grep_search, or semantic_search directly on .go files for semantic understanding. ALWAYS use gopls-mcp tools first: go_definition (find definitions), go_references (find usages), go_hover (get types/docs), go_symbols (list symbols). Only use read_file AFTER gopls locates the code. This is MANDATORY for Go files - 5x more efficient and 100% accurate vs text-based tools.

Open repository

Best for

Primary workflow: Write Technical Docs.

Technical facets: Full Stack, Tech Writer, Integration.

Target audience: Development teams looking for install-ready agent workflows..

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: arczhi.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install gopls-mcp into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/arczhi/gopls-mcp before adding gopls-mcp to shared team environments
  • Use gopls-mcp for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

gopls-mcp | SkillHub