Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:28:04 +08:00
commit bd47b24e8d
12 changed files with 5227 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "golang-development",
"description": "Experienced Go development patterns and tools",
"version": "1.0.0",
"author": {
"name": "Geoff Johnson",
"url": "https://github.com/geoffjay"
},
"skills": [
"./skills/go-patterns",
"./skills/go-concurrency",
"./skills/go-optimization"
],
"agents": [
"./agents/golang-pro.md",
"./agents/go-architect.md",
"./agents/go-performance.md"
],
"commands": [
"./commands/scaffold.md",
"./commands/review.md",
"./commands/test.md"
]
}