·golang-base-practices
</>

golang-base-practices

Go language best practices guide covering frameworks (Gin/Go-Kratos), ORM (GORM), database migrations (Goose), DDD project structure, error handling, concurrency patterns, testing (99% coverage target), and Lint tools. This skill should be used when writing, reviewing, or refactoring Go code to ensure best practices are followed. Triggers on Go project development, code review, performance optimization, or architecture design.

7Installs·2Trend·@cexll

Installation

$npx skills add https://github.com/cexll/golang-base-practices-skills --skill golang-base-practices

How to Install golang-base-practices

Quickly install golang-base-practices AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/cexll/golang-base-practices-skills --skill golang-base-practices
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: cexll/golang-base-practices-skills.

SKILL.md

View raw

Comprehensive Go development best practices guide, organized by priority for code generation, review, and refactoring. Contains 53 rules referenced from Effective Go, Google Go Style Guide, Uber Go Style Guide, and Go Code Review Comments.

| 1 | Framework Selection | CRITICAL | framework- | | 2 | Database & ORM | CRITICAL | db- | | 3 | DDD Project Structure | HIGH | ddd- | | 4 | Error Handling | HIGH | error- | | 5 | Concurrency Patterns | HIGH | concurrency- | | 6 | Idiomatic Go | MEDIUM | idiomatic- | | 7 | Testing Practices | CRITICAL | testing- |

| 8 | Performance Optimization | MEDIUM | performance- | | 9 | Lint & Toolchain | MEDIUM | lint- |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cexll/golang-base-practices-skills --skill golang-base-practices
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from cexll/golang-base-practices-skills

Quick answers

What is golang-base-practices?

Go language best practices guide covering frameworks (Gin/Go-Kratos), ORM (GORM), database migrations (Goose), DDD project structure, error handling, concurrency patterns, testing (99% coverage target), and Lint tools. This skill should be used when writing, reviewing, or refactoring Go code to ensure best practices are followed. Triggers on Go project development, code review, performance optimization, or architecture design. Source: cexll/golang-base-practices-skills.

How do I install golang-base-practices?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cexll/golang-base-practices-skills --skill golang-base-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/cexll/golang-base-practices-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25

Related Skills

None