Go Naming

🌐Community
by cxuu · vlatest · Repository

Generates creative, brandable names for products, companies, or projects based on provided keywords and desired style.

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-naming npx -- -y @trustedskills/go-naming
2

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

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

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

About This Skill

What it does

This skill enables AI agents to generate idiomatic Go identifiers that strictly adhere to language conventions. It ensures variable, function, and package names follow standard casing rules, such as using lowercase with underscores for variables and camelCase for exported symbols.

When to use it

  • You need to generate code snippets where variable or function names must comply with Go style guides.
  • An agent is writing a new Go module and requires properly capitalized package declarations.
  • You want to refactor existing logic by suggesting valid Go naming patterns for specific contexts.
  • Generating documentation examples that demonstrate correct identifier usage in Go files.

Key capabilities

  • Generates lowercase names with underscores for local variables and functions.
  • Applies camelCase conventions for exported identifiers (public symbols).
  • Ensures package names follow the all-lowercase standard.
  • Produces naming suggestions that align with gofmt and goimports expectations.

Example prompts

  • "Write a Go function to calculate Fibonacci numbers using snake_case for the variable holding the sequence."
  • "Create a public struct named User in Go, ensuring all exported fields follow camelCase conventions."
  • "Generate a package declaration for a logging utility that adheres to standard Go naming rules."

Tips & gotchas

Ensure your prompts explicitly mention the specific type of identifier (e.g., variable, function, or package) to get the correct casing style. While this skill focuses on syntax correctness, it does not validate semantic meaning or logic within the generated code.

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
cxuu
Installs
101

🌐 Community

Passed automated security scans.