Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:43:06 +08:00
commit b269837e5a
4 changed files with 758 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "tdd",
"description": "Introduces commands for test-driven development, common anti-patterns and skills for testing using subagents.",
"version": "1.0.0",
"author": {
"name": "Vlad Goncharov",
"email": "vlad.goncharov@neolab.finance"
},
"skills": [
"./skills"
]
}