mirror of
https://github.com/samber/cc-skills-golang.git
synced 2026-09-20 07:56:52 +03:00
- 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
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": "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/"
|
|
} |