by samber
🧑🎨 A collection of Golang agentic skills that works
# Add to your Claude Code skills
git clone https://github.com/samber/cc-skills-golangAI 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.
<img width="1414" height="491" alt="image" src="https://github.com/user-attachments/assets/620b5835-c1ba-4ea9-bf47-2293b58b879e" />[!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.
Install with skills CLI (universal, works with any Agent Skills-compatible tool):
npx skills add https://github.com/samber/cc-skills-golang --skill '*'
# 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>
/plugin marketplace add samber/cc
/plugin install cc-skills-golang@samber
</details>
<details>
<summary>Openclaw</summary>
Copy skills into the cross-client discovery directory:
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>
</details>
<details>
<summary>Cursor</summary>
</details>
<details>
<summary>Copilot</summary>
</details>
<details>
<summary>OpenCode</summary>
</details>
<details>
<summary>Codex (OpenAI)</summary>
No comments yet. Be the first to share your thoughts!
gemini extensions install https://github.com/samber/cc-skills-golang
Update with gemini extensions update cc-skills-golang.
Copy skills into the cross-client discovery directory:
git clone https://github.com/samber/cc-skills-golang.git ~/.cursor/skills/cc-skills-golang
Cursor auto-discovers skills from .agents/skills/ and .cursor/skills/.
Copy skills into the cross-client discovery directory:
/plugin install https://github.com/samber/cc-skills-golang
# or
git clone https://github.com/samber/cc-skills-golang.git ~/.copilot/skills/cc-skills-golang
Copilot auto-discovers skills from .copilot/skills/.
Copy skills into the cross-client discovery directory:
git clone https://github.com/samber/cc-skills-golang.git ~/.agents/skills/cc-skills-golang
OpenCode auto-discovers skills from .agents/skills/, .opencode/skills/, and .claude/skills/.
Clone into the cross-client discovery path:
git clone https://github.com/samber/cc-skills-golang.git ~/.agents/skills/cc-skills-gola...