🧑🎨 A collection of Golang agentic skills that works
# 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>Cursor CLI</summary> ```bash cursor extensions install https://github.com/samber/cc-skills-golang ``` Update with `cursor extensions update cc-skills-golang`. </details> <details> <summary>Cursor</summary> Copy skills into the cross-client discovery directory: ```bash git clone https://github.co
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.