From ba9cc6d7fdc06f9ced80faa14a7ef3efe010b474 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Wed, 19 Aug 2026 22:36:19 +0200 Subject: [PATCH] chore: bump plugin to v2.0.0, minor-bump every skill (#95) Version bumps kept out of the content PRs (#91, #92, #93, #94) so those stay reviewable on their own merits. This is a standalone release marker: every skill moves to its next minor version, and the plugin manifests (.claude-plugin, .cursor-plugin, gemini-extension) move to 2.0.0 together. --- .claude-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- gemini-extension.json | 2 +- skills/golang-benchmark/SKILL.md | 2 +- skills/golang-cli/SKILL.md | 2 +- skills/golang-code-style/SKILL.md | 2 +- skills/golang-concurrency/SKILL.md | 2 +- skills/golang-context/SKILL.md | 2 +- skills/golang-continuous-integration/SKILL.md | 2 +- skills/golang-data-structures/SKILL.md | 2 +- skills/golang-database/SKILL.md | 2 +- skills/golang-dependency-injection/SKILL.md | 2 +- skills/golang-dependency-management/SKILL.md | 2 +- skills/golang-design-patterns/SKILL.md | 2 +- skills/golang-documentation/SKILL.md | 2 +- skills/golang-error-handling/SKILL.md | 2 +- skills/golang-google-wire/SKILL.md | 2 +- skills/golang-gopls/SKILL.md | 2 +- skills/golang-graphql/SKILL.md | 2 +- skills/golang-grpc/SKILL.md | 2 +- skills/golang-how-to/SKILL.md | 2 +- skills/golang-lint/SKILL.md | 2 +- skills/golang-modernize/SKILL.md | 2 +- skills/golang-naming/SKILL.md | 2 +- skills/golang-observability/SKILL.md | 2 +- skills/golang-performance/SKILL.md | 2 +- skills/golang-pkg-go-dev/SKILL.md | 2 +- skills/golang-popular-libraries/SKILL.md | 2 +- skills/golang-project-layout/SKILL.md | 2 +- skills/golang-refactoring/SKILL.md | 2 +- skills/golang-safety/SKILL.md | 2 +- skills/golang-samber-do/SKILL.md | 2 +- skills/golang-samber-hot/SKILL.md | 2 +- skills/golang-samber-lo/SKILL.md | 2 +- skills/golang-samber-mo/SKILL.md | 2 +- skills/golang-samber-oops/SKILL.md | 2 +- skills/golang-samber-ro/SKILL.md | 2 +- skills/golang-samber-slog/SKILL.md | 2 +- skills/golang-security/SKILL.md | 2 +- skills/golang-spf13-cobra/SKILL.md | 2 +- skills/golang-spf13-viper/SKILL.md | 2 +- skills/golang-stay-updated/SKILL.md | 2 +- skills/golang-stretchr-testify/SKILL.md | 2 +- skills/golang-structs-interfaces/SKILL.md | 2 +- skills/golang-swagger/SKILL.md | 2 +- skills/golang-testing/SKILL.md | 2 +- skills/golang-troubleshooting/SKILL.md | 2 +- skills/golang-uber-dig/SKILL.md | 2 +- skills/golang-uber-fx/SKILL.md | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index c18dc04..d22140a 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.9.1", + "version": "2.0.0", "author": { "name": "Samuel Berthe", "email": "hey@samuel-berthe.fr" diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 5848b20..67909d1 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.9.1", + "version": "2.0.0", "author": { "name": "Samuel Berthe", "email": "hey@samuel-berthe.fr" diff --git a/gemini-extension.json b/gemini-extension.json index 9ad30fb..ead5aae 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,5 +1,5 @@ { "name": "cc-skills-golang", - "version": "1.9.1", + "version": "2.0.0", "description": "AI Agent Skills for production-ready Go projects" } \ No newline at end of file diff --git a/skills/golang-benchmark/SKILL.md b/skills/golang-benchmark/SKILL.md index d474a8c..cb4048d 100644 --- a/skills/golang-benchmark/SKILL.md +++ b/skills/golang-benchmark/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.7" + version: "1.3.0" openclaw: emoji: "๐Ÿ“Š" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-cli/SKILL.md b/skills/golang-cli/SKILL.md index ba1f858..51c8693 100644 --- a/skills/golang-cli/SKILL.md +++ b/skills/golang-cli/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.0" + version: "1.3.0" openclaw: emoji: "๐Ÿ’ป" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-code-style/SKILL.md b/skills/golang-code-style/SKILL.md index ffc64fc..3e644ad 100644 --- a/skills/golang-code-style/SKILL.md +++ b/skills/golang-code-style/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.2" + version: "1.3.0" openclaw: emoji: "๐ŸŽจ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-concurrency/SKILL.md b/skills/golang-concurrency/SKILL.md index 6e862b0..ff7fa52 100644 --- a/skills/golang-concurrency/SKILL.md +++ b/skills/golang-concurrency/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.1.5" + version: "1.2.0" openclaw: emoji: "โšก" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-context/SKILL.md b/skills/golang-context/SKILL.md index f8e9e12..d1fd01a 100644 --- a/skills/golang-context/SKILL.md +++ b/skills/golang-context/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.1" + version: "1.3.0" openclaw: emoji: "๐Ÿ”—" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-continuous-integration/SKILL.md b/skills/golang-continuous-integration/SKILL.md index 7b8dad1..715ac4b 100644 --- a/skills/golang-continuous-integration/SKILL.md +++ b/skills/golang-continuous-integration/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.3.1" + version: "1.4.0" openclaw: emoji: "๐Ÿš€" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-data-structures/SKILL.md b/skills/golang-data-structures/SKILL.md index 8bb7b98..c9a8724 100644 --- a/skills/golang-data-structures/SKILL.md +++ b/skills/golang-data-structures/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.1.6" + version: "1.2.0" openclaw: emoji: "๐Ÿ—ƒ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-database/SKILL.md b/skills/golang-database/SKILL.md index 63d2726..7d19473 100644 --- a/skills/golang-database/SKILL.md +++ b/skills/golang-database/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.1" + version: "1.3.0" openclaw: emoji: "๐Ÿ—„" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-dependency-injection/SKILL.md b/skills/golang-dependency-injection/SKILL.md index 30a53e1..b292f80 100644 --- a/skills/golang-dependency-injection/SKILL.md +++ b/skills/golang-dependency-injection/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.2" + version: "1.3.0" openclaw: emoji: "๐Ÿ”Œ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-dependency-management/SKILL.md b/skills/golang-dependency-management/SKILL.md index c50fa61..c41f89a 100644 --- a/skills/golang-dependency-management/SKILL.md +++ b/skills/golang-dependency-management/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.4" + version: "1.3.0" openclaw: emoji: "๐Ÿ“ฆ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-design-patterns/SKILL.md b/skills/golang-design-patterns/SKILL.md index 9f879bc..9dee0c5 100644 --- a/skills/golang-design-patterns/SKILL.md +++ b/skills/golang-design-patterns/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.1.5" + version: "1.2.0" openclaw: emoji: "๐Ÿ—" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-documentation/SKILL.md b/skills/golang-documentation/SKILL.md index e45a31d..b4978de 100644 --- a/skills/golang-documentation/SKILL.md +++ b/skills/golang-documentation/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.1.6" + version: "1.2.0" openclaw: emoji: "๐Ÿ“" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-error-handling/SKILL.md b/skills/golang-error-handling/SKILL.md index f7c07ef..e18050f 100644 --- a/skills/golang-error-handling/SKILL.md +++ b/skills/golang-error-handling/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.1" + version: "1.3.0" openclaw: emoji: "โš " homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-google-wire/SKILL.md b/skills/golang-google-wire/SKILL.md index 1b73e40..7e35843 100644 --- a/skills/golang-google-wire/SKILL.md +++ b/skills/golang-google-wire/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.0.6" + version: "1.1.0" openclaw: emoji: "๐Ÿชก" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-gopls/SKILL.md b/skills/golang-gopls/SKILL.md index 97c819d..3a8b202 100644 --- a/skills/golang-gopls/SKILL.md +++ b/skills/golang-gopls/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness. Requires the gopls binary (go install golang.org/x/tools/gopls@latest) v0.20+ on PATH. metadata: author: samber - version: "1.0.0" + version: "1.1.0" openclaw: emoji: "๐Ÿ›ฐ๏ธ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-graphql/SKILL.md b/skills/golang-graphql/SKILL.md index 45515cb..7355976 100644 --- a/skills/golang-graphql/SKILL.md +++ b/skills/golang-graphql/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "0.1.1" + version: "0.2.0" openclaw: emoji: "๐Ÿ”ฎ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-grpc/SKILL.md b/skills/golang-grpc/SKILL.md index 7b0ba0c..3ef93b0 100644 --- a/skills/golang-grpc/SKILL.md +++ b/skills/golang-grpc/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.1.7" + version: "1.2.0" openclaw: emoji: "๐ŸŒ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-how-to/SKILL.md b/skills/golang-how-to/SKILL.md index d324e2d..db3db41 100644 --- a/skills/golang-how-to/SKILL.md +++ b/skills/golang-how-to/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness. Requires git. metadata: author: samber - version: "1.3.0" + version: "1.4.0" openclaw: emoji: "๐Ÿงญ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-lint/SKILL.md b/skills/golang-lint/SKILL.md index 6bbd8cf..8ba7349 100644 --- a/skills/golang-lint/SKILL.md +++ b/skills/golang-lint/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.3.0" + version: "1.4.0" openclaw: emoji: "๐Ÿงน" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-modernize/SKILL.md b/skills/golang-modernize/SKILL.md index 0e3fd07..f101933 100644 --- a/skills/golang-modernize/SKILL.md +++ b/skills/golang-modernize/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.5" + version: "1.3.0" openclaw: emoji: "๐Ÿ”„" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-naming/SKILL.md b/skills/golang-naming/SKILL.md index a34ac24..15fe8fb 100644 --- a/skills/golang-naming/SKILL.md +++ b/skills/golang-naming/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.1.2" + version: "1.2.0" openclaw: emoji: "๐Ÿท" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-observability/SKILL.md b/skills/golang-observability/SKILL.md index 32bac73..e25bded 100644 --- a/skills/golang-observability/SKILL.md +++ b/skills/golang-observability/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.2" + version: "1.3.0" openclaw: emoji: "๐Ÿ“ก" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-performance/SKILL.md b/skills/golang-performance/SKILL.md index a44e840..db465dc 100644 --- a/skills/golang-performance/SKILL.md +++ b/skills/golang-performance/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.4" + version: "1.3.0" openclaw: emoji: "๐ŸŽ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-pkg-go-dev/SKILL.md b/skills/golang-pkg-go-dev/SKILL.md index d9021de..520ee8b 100644 --- a/skills/golang-pkg-go-dev/SKILL.md +++ b/skills/golang-pkg-go-dev/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness. Requires the godig CLI (go install github.com/samber/godig/cmd/godig@latest) or access to a godig MCP server, and internet access to reach the pkg.go.dev API. metadata: author: samber - version: "1.3.0" + version: "1.4.0" openclaw: emoji: "๐Ÿ”Ž" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-popular-libraries/SKILL.md b/skills/golang-popular-libraries/SKILL.md index 5d86b0f..1f90810 100644 --- a/skills/golang-popular-libraries/SKILL.md +++ b/skills/golang-popular-libraries/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.1.9" + version: "1.2.0" openclaw: emoji: "๐Ÿ“š" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-project-layout/SKILL.md b/skills/golang-project-layout/SKILL.md index ef9ddef..096c95e 100644 --- a/skills/golang-project-layout/SKILL.md +++ b/skills/golang-project-layout/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.3.0" + version: "1.4.0" openclaw: emoji: "๐Ÿ“" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-refactoring/SKILL.md b/skills/golang-refactoring/SKILL.md index 32907f2..e7b438c 100644 --- a/skills/golang-refactoring/SKILL.md +++ b/skills/golang-refactoring/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. Requires gopls and git. metadata: author: samber - version: "1.0.0" + version: "1.1.0" openclaw: emoji: "โ™ป๏ธ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-safety/SKILL.md b/skills/golang-safety/SKILL.md index ffe4c7d..814d27f 100644 --- a/skills/golang-safety/SKILL.md +++ b/skills/golang-safety/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.1" + version: "1.3.0" openclaw: emoji: "๐Ÿ›ก" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-samber-do/SKILL.md b/skills/golang-samber-do/SKILL.md index a8bbe3a..bebec5b 100644 --- a/skills/golang-samber-do/SKILL.md +++ b/skills/golang-samber-do/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.5" + version: "1.3.0" openclaw: emoji: "๐Ÿ’‰" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-samber-hot/SKILL.md b/skills/golang-samber-hot/SKILL.md index ba7d451..3bc649f 100644 --- a/skills/golang-samber-hot/SKILL.md +++ b/skills/golang-samber-hot/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.0.6" + version: "1.1.0" openclaw: emoji: "๐Ÿ”ฅ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-samber-lo/SKILL.md b/skills/golang-samber-lo/SKILL.md index 3771edf..0172154 100644 --- a/skills/golang-samber-lo/SKILL.md +++ b/skills/golang-samber-lo/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.1.3" + version: "1.2.0" openclaw: emoji: "๐Ÿงฐ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-samber-mo/SKILL.md b/skills/golang-samber-mo/SKILL.md index 571fb1c..4c0339e 100644 --- a/skills/golang-samber-mo/SKILL.md +++ b/skills/golang-samber-mo/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.0.7" + version: "1.1.0" openclaw: emoji: "๐ŸŽญ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-samber-oops/SKILL.md b/skills/golang-samber-oops/SKILL.md index b0b05a3..fc2cb2d 100644 --- a/skills/golang-samber-oops/SKILL.md +++ b/skills/golang-samber-oops/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.1.6" + version: "1.2.0" openclaw: emoji: "๐Ÿ’ฅ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-samber-ro/SKILL.md b/skills/golang-samber-ro/SKILL.md index 68105d7..b28262a 100644 --- a/skills/golang-samber-ro/SKILL.md +++ b/skills/golang-samber-ro/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.1.3" + version: "1.2.0" openclaw: emoji: "๐Ÿ‘" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-samber-slog/SKILL.md b/skills/golang-samber-slog/SKILL.md index 07eaed2..7cc92ed 100644 --- a/skills/golang-samber-slog/SKILL.md +++ b/skills/golang-samber-slog/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.0.7" + version: "1.1.0" openclaw: emoji: "๐Ÿชต" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-security/SKILL.md b/skills/golang-security/SKILL.md index 5cfbfbf..ae3f80e 100644 --- a/skills/golang-security/SKILL.md +++ b/skills/golang-security/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.1.10" + version: "1.2.0" openclaw: emoji: "๐Ÿ”’" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-spf13-cobra/SKILL.md b/skills/golang-spf13-cobra/SKILL.md index 6a5c02c..beca160 100644 --- a/skills/golang-spf13-cobra/SKILL.md +++ b/skills/golang-spf13-cobra/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.0.4" + version: "1.1.0" openclaw: emoji: "๐Ÿ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-spf13-viper/SKILL.md b/skills/golang-spf13-viper/SKILL.md index aacc1e2..3846619 100644 --- a/skills/golang-spf13-viper/SKILL.md +++ b/skills/golang-spf13-viper/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.0.4" + version: "1.1.0" openclaw: emoji: "๐Ÿ”ง" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-stay-updated/SKILL.md b/skills/golang-stay-updated/SKILL.md index 8439ba8..d6f974f 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, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.4" + version: "1.3.0" openclaw: emoji: "๐Ÿ“ฐ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-stretchr-testify/SKILL.md b/skills/golang-stretchr-testify/SKILL.md index f2d48ca..a409b5e 100644 --- a/skills/golang-stretchr-testify/SKILL.md +++ b/skills/golang-stretchr-testify/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.3" + version: "1.3.0" openclaw: emoji: "โœ…" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-structs-interfaces/SKILL.md b/skills/golang-structs-interfaces/SKILL.md index f430cc0..84670e8 100644 --- a/skills/golang-structs-interfaces/SKILL.md +++ b/skills/golang-structs-interfaces/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.1.3" + version: "1.2.0" openclaw: emoji: "๐Ÿงฉ" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-swagger/SKILL.md b/skills/golang-swagger/SKILL.md index 9b545e7..850e132 100644 --- a/skills/golang-swagger/SKILL.md +++ b/skills/golang-swagger/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness. Requires go and swag CLI. metadata: author: samber - version: "1.0.4" + version: "1.1.0" openclaw: emoji: "๐Ÿ“‹" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-testing/SKILL.md b/skills/golang-testing/SKILL.md index 4a47869..bca4425 100644 --- a/skills/golang-testing/SKILL.md +++ b/skills/golang-testing/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.5" + version: "1.3.0" openclaw: emoji: "๐Ÿงช" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-troubleshooting/SKILL.md b/skills/golang-troubleshooting/SKILL.md index 83180ee..8235b2a 100644 --- a/skills/golang-troubleshooting/SKILL.md +++ b/skills/golang-troubleshooting/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.2.3" + version: "1.3.0" openclaw: emoji: "๐Ÿ”" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-uber-dig/SKILL.md b/skills/golang-uber-dig/SKILL.md index 84c4af5..ef3d6af 100644 --- a/skills/golang-uber-dig/SKILL.md +++ b/skills/golang-uber-dig/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.1.3" + version: "1.2.0" openclaw: emoji: "โ›" homepage: https://github.com/samber/cc-skills-golang diff --git a/skills/golang-uber-fx/SKILL.md b/skills/golang-uber-fx/SKILL.md index ee7b3ed..2afb9ec 100644 --- a/skills/golang-uber-fx/SKILL.md +++ b/skills/golang-uber-fx/SKILL.md @@ -6,7 +6,7 @@ license: MIT compatibility: Designed for Claude Code, Codex or similar harness, and for projects using Golang. metadata: author: samber - version: "1.1.3" + version: "1.2.0" openclaw: emoji: "๐Ÿญ" homepage: https://github.com/samber/cc-skills-golang