diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a455165..2e96d9b 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "cc-skills-golang", "description": "AI Agent Skills for production-ready Go projects", - "version": "1.2.0", + "version": "1.2.1", "author": { "name": "Samuel Berthe", "email": "hey@samuel-berthe.fr" diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index eecfb37..81bfa82 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "cc-skills-golang", "displayName": "Skills for Golang", "description": "AI Agent Skills for production-ready Go projects", - "version": "1.2.0", + "version": "1.2.1", "author": { "name": "Samuel Berthe", "email": "hey@samuel-berthe.fr" diff --git a/README.md b/README.md index aedff41..889ac81 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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. image @@ -187,7 +187,7 @@ These skills are designed as **atomic, cross-referencing units**. A skill may re | ❌ `golang-uber-fx` | | — | 0 | 0 | 0 | | ✅ `golang-samber-do` | | -81% | 70 | 1,746 | 3,269 | | ✅ `golang-samber-hot` | | -54% | 118 | 1,843 | 7,273 | -| ✅ `golang-samber-lo` | 🧠 | -40% | 155 | 2,410 | 10,031 | +| ✅ `golang-samber-lo` | | -40% | 155 | 2,410 | 10,031 | | ✅ `golang-samber-mo` | 🧠 | -48% | 81 | 2,800 | 11,215 | | ✅ `golang-samber-oops` | | -59% | 69 | 2,380 | 2,692 | | ✅ `golang-samber-ro` | 🧠 | -50% | 140 | 2,845 | 11,136 | diff --git a/gemini-extension.json b/gemini-extension.json index 3e0ac84..32324b2 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,5 +1,5 @@ { "name": "cc-skills-golang", - "version": "1.2.0", + "version": "1.2.1", "description": "AI Agent Skills for production-ready Go projects" -} +} \ No newline at end of file diff --git a/skills/golang-samber-lo/SKILL.md b/skills/golang-samber-lo/SKILL.md index b71264b..f76ec9d 100644 --- a/skills/golang-samber-lo/SKILL.md +++ b/skills/golang-samber-lo/SKILL.md @@ -48,13 +48,13 @@ Go's stdlib `slices` and `maps` packages cover ~10 basic helpers (sort, contains go get github.com/samber/lo ``` -| Package | Import | Alias | Go version | -| ------------------- | ------------------------------- | ----- | ---------- | -| Core (immutable) | `github.com/samber/lo` | `lo` | 1.18+ | -| Parallel | `github.com/samber/lo/parallel` | `lop` | 1.18+ | -| Mutable | `github.com/samber/lo/mutable` | `lom` | 1.18+ | -| Iterator | `github.com/samber/lo/it` | `loi` | 1.23+ | -| SIMD (experimental) | `github.com/samber/lo/exp/simd` | — | 1.25+ (amd64 only) | +| Package | Import | Alias | Go version | +| --- | --- | --- | --- | +| Core (immutable) | `github.com/samber/lo` | `lo` | 1.18+ | +| Parallel | `github.com/samber/lo/parallel` | `lop` | 1.18+ | +| Mutable | `github.com/samber/lo/mutable` | `lom` | 1.18+ | +| Iterator | `github.com/samber/lo/it` | `loi` | 1.23+ | +| SIMD (experimental) | `github.com/samber/lo/exp/simd` | — | 1.25+ (amd64 only) | ## Choose the Right Package diff --git a/skills/golang-stay-updated/SKILL.md b/skills/golang-stay-updated/SKILL.md index fbbf6a8..29551b4 100644 --- a/skills/golang-stay-updated/SKILL.md +++ b/skills/golang-stay-updated/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code or similar AI coding agents, and for projects using Golang. metadata: author: samber - version: "1.1.0" + version: "1.2.0" openclaw: emoji: "📰" homepage: https://github.com/samber/cc-skills-golang