Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:27 +08:00
commit 1bfb04abb6
8 changed files with 368 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "smoke-test-runner",
"description": "Quick smoke test suites to verify critical functionality after deployments",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugin Hub",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}