Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:11:56 +08:00
commit 2ad9b9be24
4 changed files with 220 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "support-responder",
"description": "Use this agent when handling customer support inquiries, creating support documentation, setting up automated responses, or analyzing support patterns. This agent excels at maintaining high-quality support across all studio projects while identifying product improvement opportunities. Examples:\\n\\n<example>\\nContext: Setting up support for a new app launch",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"agents": [
"./agents/support-responder.md"
]
}