Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:39 +08:00
commit 3ea574364c
11 changed files with 415 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "test-environment-manager",
"description": "Manage test environments with Docker Compose, Testcontainers, and environment isolation",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugin Hub",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}