Skip to main content
Run any Skill in Manus
with one click

go-programming

Stars4
Forks0
UpdatedMarch 31, 2026 at 01:56

Write idiomatic Go code following Go conventions and best practices. Structure code using proper package organization with clear imports. Define structs with appropriate field types and tags. Implement methods with proper receiver types (value vs pointer). Create and implement interfaces for abstraction. Handle errors explicitly using Go's error interface, returning errors as the last return value. Use proper naming conventions (exported vs unexported identifiers). Implement proper memory management and avoid common pitfalls like nil pointer dereferences. Use Go's built-in types effectively (slices, maps, channels) and leverage goroutines and channels for concurrent programming when appropriate. Include proper documentation comments and follow gofmt formatting standards.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly