Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:47 +08:00
commit 282d2cbece
17 changed files with 1973 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "webhook-handler-creator",
"description": "Create secure webhook endpoints with signature verification and retry logic",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}