Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:16 +08:00
commit 2d26d607e7
17 changed files with 1359 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "api-event-emitter",
"description": "Implement event-driven APIs with message queues and event streaming",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}