Claude Skill
samber/cc-skills-golang
一个可运行的Golang代理技能集合,兼容Claude、Copilot、Cursor、Gemini等工具。用可复用的Go代理技能增强你的AI编码助手。
概览
仓库信息
安装这个 Skill
npx skills add https://github.com/samber/cc-skills-golang --allRegistry 信息
npx skills add https://github.com/samber/cc-skills-golang --allnpx skills add https://github.com/samber/cc-skills-golang --skill golang-performancegit clone https://github.com/samber/cc-skills-golang.git ~/.openclaw/skills/cc-skills-golanggit clone https://github.com/samber/cc-skills-golang.git ~/.openclaw/workspace/skills/cc-skills-golanggit clone https://github.com/samber/cc-skills-golang.git ~/.cursor/skills/cc-skills-golang
项目简介
一个可运行的Golang代理技能集合,旨在为Claude、Copilot和Cursor等AI编码助手提供可复用的高质量Go代理技能。
🧑🎨 A collection of Golang agentic skills that works
要点
- 即用型Golang代理技能,适用于AI编码助手
- 兼容Claude、Copilot、Cursor、Gemini等工具
- 专注于代理式和氛围编码工作流
- 开源且由社区驱动的技能集合
使用场景
- 为Claude Code添加Golang专属代理技能
- 在Cursor或Copilot中使用可复用的Go技能提升效率
- 为Go项目构建AI驱动的编码代理
- 尝试氛围编码和代理式开发模式
README 摘要
# 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](https://github.com/samber/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. <img width="1414" height="491" alt="image" src="https://github.com/user-attachments/assets/620b5835-c1ba-4ea9-bf47-2293b58b879e" /> ## 🚀 How to use **Install with [skills](https://skills.sh/) CLI** (universal, works with any [Agent Skills](https://agentskills.io)-compatible tool): ```bash npx skills add https://github.com/samber/cc-skills-golang --all # or a single skill: npx skills add https://github.com/samber/cc-skills-golang --skill golang-performance ``` <!-- prettier-ignore-start --> <details> <summary>Claude Code</summary> ```bash /plugin marketplace add samber/cc /plugin install cc-skills-golang@samber ``` </details> <details> <summary>Openclaw</summary> Copy skills into the cross-client discovery directory: ```bash git clone https://github.com/samber/cc-skills-golang.git ~/.openclaw/skills/cc-skills-golang # or in workspace: git clone https://github.com/samber/cc-skills-golang.git ~/.openclaw/workspace/skills/cc-skills-golang ``` </details> <details> <summary>Gemini CLI</summary> ```bash gemini extensions install https://github.com/samber/cc-skills-golang ```