Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:00 +08:00
commit c7b3f52a4c
8 changed files with 192 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "infrastructure-metrics-collector",
"description": "Collect comprehensive infrastructure performance metrics",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}