Claude Skill
samber/cc-skills-golang
A collection of Golang agentic skills that works with Claude, Copilot, Cursor, Gemini, and more. Enhance your AI coding assistants with reusable Go agent skills.
Overview
Repository
Install this 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
Summary
A collection of Golang agentic skills that works, designed to enhance AI coding assistants like Claude, Copilot, and Cursor with reusable, high-quality Go agent skills.
🧑🎨 一个可运行的Golang代理技能集合
Key features
- Ready-to-use Golang agent skills for AI coding assistants
- Compatible with Claude, Copilot, Cursor, Gemini, and more
- Focus on agentic and vibe-coding workflows
- Open-source and community-driven collection
Use cases
- Enhancing Claude Code with Golang-specific agent skills
- Boosting productivity in Cursor or Copilot with reusable Go skills
- Building AI-powered coding agents for Go projects
- Experimenting with vibe-coding and agentic development patterns
README excerpt
# 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 ```