Files
samber_cc-skills-golang/.cursor-plugin/plugin.json
T
Samuel BertheandGitHub 49eb968ccb fix: resolve snyk W011/W012/W001 alerts in skill bodies (#14)
- Replace imperative "search for latest version / check URL" instructions
  with passive availability hints in golang-continuous-integration,
  golang-dependency-management, golang-modernize, and golang-samber-ro
- Replace `go install govulncheck@latest` with golang/govulncheck-action@v1
  in CI security asset (W012)
- Remove `gh repo view` from dependency evaluation checklist (W011)
- Add golang-performance step: paste benchstat output in commit body
- Document W011/W012/W001 fix patterns in CLAUDE.md for future authors
- Add snyk-agent-scan step to the "After updating a skill" workflow
- Bump plugin to v1.2.5; bump affected skill versions
2026-04-08 01:04:04 +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": "1.2.5",
"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/"
}