🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 36.4K |
| ⭐ GitHub Stars | 2,850(fork 187) |
| 🗓️ 最近推送 | 2026-08-01 |
| 🌱 项目创建 | 2026-03-21 |
| 💻 语言 / License | Go · MIT |
| 🐛 开放Issue | 5 |
📝 工具简介
一套好用的Golang agentic技能合集,直接上手。
📖 怎么用
安装用 `npx skills add https://github.com/samber/cc-skills-golang --all`,或只装单个技能加 `--skill golang-performance`。Claude Code 用户先跑 `/plugin marketplace add samber/cc` 再 `/plugin install cc-skills-golang@samber`。其他工具:OpenClaw 用 `git clone https://github.com/samber/cc-skills-golang.git ~/.openclaw/skills/cc-skills-golang`,Cursor 克隆到 `~/.cursor/skills/`,Gemini 用 `gemini extensions install`。装完直接在对话里调用对应技能即可,无需额外配置。
📋 迷你测评
一套即拿即用的Golang agentic技能合集。亮点是“直接上手”,省去配置时间。简介未说明包含哪些具体风格规则或工具链版本。
📄 README 要点
这是一套专门针对Go语言生产级项目的Agent技能包,覆盖语言特性、测试、安全、可观测性等Go专属领域。技能按需加载,不会撑爆上下文。作者强调这些技能是从真实Go项目提交中提炼,经过人工编辑测试和审查,不是AI瞎编的。安装支持skills CLI、Claude Code、Openclaw和Gemini CLI等多种方式。注意它只管Go语言本身,像git规范、CI/CD这些开发流程技能得另外装插件。适合用AI辅助写Go代码的开发者,能获得更专业的语言级指导。
查看英文原文
Agent Skills for production ready Golang projects AI agent skills are reusable instruction sets that extend your coding assistant with domain specific expertise, loaded on demand so they don't bloat your context. This repository covers Go specific skills only (language, testing, security, observability, etc.); for dev workflow skills (git conventions, CI/CD, PR reviews) you'll want to add a separate skills plugin. For generic skills, please visit cc skills. [!IMPORTANT] Bootstrapped with Claude Code by distilling my Go project commits. Edited, tested, reviewed and reworked by a human . No AI slop here. AI made skills are useless. 🚀 How to use Install with skills CLI (universal, works with any Agent Skills compatible tool): [安装/使用命令见下方] Claude Code [安装/使用命令见下方] Openclaw Copy skills into the cross client discovery directory: [安装/使用命令见下方] Gemini CLI [安装/使用命令见下方] Update with gemini extensions update cc skills golang . Cursor Copy skills into the cross client discovery directory: [安装/使用命令见下方] Cursor auto discovers skills from .agents/skills/ and .cursor/skills/ . Copilot Copy skills into the cross client discovery directory: [安装/使用命令见下方] Copilot auto discovers skills from .copilot/skills/ . OpenCode Copy skills into the cross client discovery directory: [安装/使用命令见下方] OpenCode auto discovers skills from .agents/skills/ , .opencode/skills/ , and .claude/skills/ . Codex (OpenAI) Clone into the cross client discovery path: [安装/使用命令见下方] Codex auto discovers skills from /.agents/skills/ and .agents/skills/ . Update with cd /.agents/skills/cc skills golang && git pull . Antigravity Clone and symlink into the cross client discovery path: [安装/使用命令见下方] Update with cd /.antigravity/skills/cc skills golang && git pull . 🧩 Skills These skills are designed as atomic, cross referencing units . A skill may reference conventions defined in another (e.g. error handling rules that affect logging live in golang error handling , not golang observability ). Installing only a subset will give y
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除