This skill helps name Go identifiers (packages, functions, methods, types, variables, constants, receivers) following Go team conventions and industry best practices. Triggers on user requests like "name this function", "what should I call this", "help me name this variable/type/package", "review these names", or "suggest a better name". Also triggers proactively when the agent creates new Go code elements (functions, types, variables, packages, methods, constants), when reviewing or refactoring existing names for Go idiomaticity, when creating new Go files or packages, or when names appear unclear or violate Go conventions.
$npx -y skills add notorious-ai/claude-plugins --skill namingInstalls into the current project.
Run `npx skills use "https://github.com/notorious-ai/claude-plugins" --skill "notorious-ai/claude-plugins/naming"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/notorious-ai/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/notorious-ai/claude-plugins"` and select the relevant skills, then follow their instructions.