Initial commit

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

View File

@@ -0,0 +1,15 @@
{
"name": "synthetic-monitoring-setup",
"description": "Set up synthetic monitoring for proactive performance tracking",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}