omgskills Get the Mac app
Skill

golang-data-structures

@samber 1.5k stars 34k installs Trending #309 on Skills.Sh Updated 2026-05-01 Author match: High

Golang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals, hash buckets, maps package), arrays, container/list/heap/ring, strings.Builder vs bytes.Buffer, generic collections, pointers (unsafe.Pointer, weak.Pointer), and copy semantics. Use when choosing or optimizing Go data structures, implementing generic containers, using container/ packages, unsafe or weak pointers, or questioning slice/map internals.

agentagent-skillsaiantigravityclaudeclaude-codecodecodex

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/samber/cc-skills-golang /tmp/cc-skills-golang && ln -s /tmp/cc-skills-golang/skills/golang-data-structures ~/.claude/skills/golang-data-structures

View on GitHub

More from this repo