Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:17 +08:00
commit c57945c290
12 changed files with 370 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "queue-orchestrator",
"description": "Message queues and distributed systems expertise. Master queue theory, RabbitMQ, SQS, Kafka, async processing, backpressure, and distributed system patterns.",
"version": "1.0.0",
"author": {
"name": "DotClaude",
"url": "https://github.com/dotclaude"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}