Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:33:39 +08:00
commit 35c5d4e5ee
5 changed files with 248 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "customer-sales-automation",
"description": "Customer support workflow automation, sales pipeline management, email campaigns, and CRM integration",
"version": "1.2.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./agents/customer-support.md",
"./agents/sales-automator.md"
]
}