Claude Code Plugins

Community-maintained marketplace

Feedback

Go (Golang) Programming

@forgoty/dotfiles
0
0

Write, test, and maintain Go code following idiomatic patterns, standard library conventions, and Go best practices. Use when working with Go/Golang projects, writing Go code, or reviewing Go implementations.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Go (Golang) Programming
description Write, test, and maintain Go code following idiomatic patterns, standard library conventions, and Go best practices. Use when working with Go/Golang projects, writing Go code, or reviewing Go implementations.

Go Programming

Write idiomatic, maintainable, and testable Go code following the Go community's established patterns and conventions.

Quick Start

This Skill provides Go-specific coding rules that complement general programming principles. Before any Go coding task:

  1. Read GO-RULES.md for all Go-specific rules
  2. STRICTLY follow this rules while producing or reviewing a source code
  3. RESPECT rules by severity: Critical → High → Medium → Low
  4. Follow idiomatic Go patterns (simplicity, clarity, composition)

When to Use This Skill

  • Writing new Go packages, services, or applications
  • Refactoring existing Go code to be more idiomatic
  • Implementing Go interfaces and type systems
  • Writing table-driven tests with testify
  • Reviewing Go code for style and best practices
  • Structuring Go projects and import organization
  • Working with Go concurrency patterns (goroutines, channels)

Rule Categories Overview

The GO-RULES.md file contains detailed Go-specific rules in these categories: