mcpbeat Sign in

Cc Go Dev Agent Skill

Go 开发规范,适用于 Go 源码、包结构、错误处理、并发和测试相关任务;不负责 review、debug 或运维流程。

497 tokens
context cost
the whole folder, loaded on every use
7
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1027
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/doccker/cc-use-exp --skill cc-go-dev

What comes with it

1 090 bytes besides the instruction
agents/openai.yaml
references/concurrency.md
references/errors.md
references/project-shape.md
references/style.md
references/testing.md

The instruction itself

1 sections, as written by the author

CC Go Dev

在编辑或审查 Go 代码时使用本技能,重点处理 idiomatic Go、包结构、错误处理、并发与测试。

不要用于:

  • 正式 review 或 fix/debug 工作流
  • 运维风险判断
  • 与 Go 无关的通用改动边界

核心规则

  • 保持实现简单、显式、idiomatic。
  • 优先清晰的包边界和职责拆分。
  • 错误必须处理,并保留足够上下文。
  • 并发要考虑生命周期、取消和数据竞争。
  • 测试优先覆盖受影响行为。

按需展开

  • 风格:references/style.md
  • 错误处理:references/errors.md
  • 并发:references/concurrency.md
  • 测试:references/testing.md
  • 项目结构:references/project-shape.md

How to use it

Copy the folder

Take doccker/cc-go-dev from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.