Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:34 +08:00
commit 81a8d39320
8 changed files with 320 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "test-data-generator",
"description": "Generate realistic test data including users, products, orders, and custom schemas for comprehensive testing",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}