mirror of
https://github.com/samber/cc-skills-golang.git
synced 2026-09-16 05:56:27 +03:00
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.
26 lines
657 B
JSON
26 lines
657 B
JSON
{
|
|
"name": "cc-skills-golang",
|
|
"displayName": "Skills for Golang",
|
|
"description": "AI Agent Skills for production-ready Go projects",
|
|
"version": "2.0.0",
|
|
"author": {
|
|
"name": "Samuel Berthe",
|
|
"email": "hey@samuel-berthe.fr"
|
|
},
|
|
"homepage": "https://github.com/samber/cc-skills-golang",
|
|
"repository": "https://github.com/samber/cc-skills-golang",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"plugin",
|
|
"go",
|
|
"golang",
|
|
"ai-agent",
|
|
"skills",
|
|
"agentic",
|
|
"engineering",
|
|
"developer",
|
|
"coding",
|
|
"productivity"
|
|
],
|
|
"skills": "./skills/"
|
|
} |