#217 · Primary category: AI Coding Assistants
cc-skills-golang
🧑🎨 A collection of Golang agentic skills that works
Project last updated:08/26/26
GitHub Stars
3.1K
Forks
205
Contributors
12
License
MIT
Why we included this project
Go developers who rely on AI coding assistants often find that generic advice turns out shallow or subtly wrong, and this project targets exactly that. It packs a set of small, cross-referencing agent skills for Go-specific concerns: error handling, concurrency, database access, testing, benchmarking, observability, and project layout. An assistant pulls in only the skill it needs instead of bloating the context window, and the skills install across Claude Code, Cursor, Copilot, Gemini CLI, and Codex, with instructions for each. The author distilled them from his own Go commits and then edited and tested them by hand, and the measured error-rate reductions for individual skills give a concrete sense of where they help. For teams standardizing Go conventions inside their AI workflow, this is a pragmatic way to push assistant output toward idiomatic, consistent code.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.