golang

Installation
SKILL.md

When to Use

  • Writing new Go code or packages
  • Refactoring existing Go code
  • Implementing TDD workflow in Go
  • Reviewing Go code for best practices
  • Designing package structure and APIs

Project Structure

project/
├── cmd/                    # Application entrypoints
│   └── myapp/
│       └── main.go
├── internal/               # Private application code
│   ├── domain/
│   ├── service/
│   └── repository/
Related skills
Installs
1
First Seen
Apr 9, 2026