Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:38:58 +08:00
commit f838b36227
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"
]
}