Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:15:18 +08:00
commit 3811a3c1a0
5 changed files with 285 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "nk-go-development",
"description": "Go-specific TDD patterns, test runners, table-driven tests, and testify usage",
"version": "1.0.0",
"author": {
"name": "Cole Kennedy"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}