·go-dev
</>

go-dev

doccker/cc-use-exp

Go 开发规范,包含命名约定、错误处理、并发编程、测试规范等

11Installs·0Trend·@doccker

Installation

$npx skills add https://github.com/doccker/cc-use-exp --skill go-dev

SKILL.md

| 包名 | 小写单词,不用下划线 | user, orderservice | | 变量/函数 | 驼峰命名,缩写词一致大小写 | userID, HTTPServer | | 常量 | 导出用驼峰,私有可驼峰或全大写 | MaxRetryCount | | 接口 | 单方法用方法名+er | Reader, Writer |

| 循环中拼接字符串 | 使用 strings.Builder | | 未预分配 slice | make([]T, 0, cap) | | N+1 查询 | 批量查询 + 预加载 | | 无限制并发 | 使用 semaphore 或 worker pool |

Go 开发规范,包含命名约定、错误处理、并发编程、测试规范等 Source: doccker/cc-use-exp.

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

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/doccker/cc-use-exp --skill go-dev
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is go-dev?

Go 开发规范,包含命名约定、错误处理、并发编程、测试规范等 Source: doccker/cc-use-exp.

How do I install go-dev?

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

Where is the source repository?

https://github.com/doccker/cc-use-exp

Details

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