Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:08:48 +08:00
commit 52ebac5229
9 changed files with 389 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "tdg",
"description": "Test-Driven Generation plugin for Claude Code",
"version": "0.4.0",
"author": {
"name": "Chanwit Kaewkasi",
"email": "chanwit@gmail.com",
"url": "https://github.com/chanwit"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}