initial commit

This commit is contained in:
Samuel Berthe
2026-03-22 00:11:10 +01:00
commit a927023572
218 changed files with 41091 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "cc-skills-golang",
"displayName": "Skills for Golang",
"description": "AI Agent Skills for production-ready Go projects",
"version": "1.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/"
}