Go Style Guide

🌐Community
by direktly · vlatest · Repository

Ensures text adheres to specified style guides (e.g., AP, Chicago) for consistent brand voice and professional quality.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add go-style-guide npx -- -y @trustedskills/go-style-guide
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "go-style-guide": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/go-style-guide"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides Go code formatting and style checking based on standard Go conventions. It can automatically format your Go code to adhere to go fmt standards, ensuring consistency across projects. The skill also helps identify potential style issues beyond basic formatting, promoting cleaner and more readable code.

When to use it

  • Formatting new Go files: Quickly apply consistent formatting when creating new Go source files.
  • Standardizing existing codebases: Enforce a uniform coding style within an established project.
  • Preparing code for review: Automatically format code before submitting it for peer review, reducing stylistic feedback.
  • Automating CI/CD pipelines: Integrate into continuous integration and deployment processes to ensure consistent code quality.

Key capabilities

  • Go code formatting (go fmt)
  • Style checking based on standard Go conventions

Example prompts

  • "Format this Go code: [paste code here]"
  • "Check the style of this Go file: [file path]"
  • "Apply gofmt to all .go files in this directory."

Tips & gotchas

  • The skill relies on the standard go toolchain being available in the environment. Ensure that Go is installed and configured correctly before using it.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
direktly
Installs
4

🌐 Community

Passed automated security scans.