Files
samber_cc-skills-golang/.cursor-plugin/plugin.json
T
Samuel BertheandGitHub ba9cc6d7fd 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.
2026-08-19 22:36:19 +02:00

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/"
}