customer-support
v1.3.0Triage tickets, draft responses, escalate issues, and build your knowledge base. Research customer context and turn resolved issues into self-service content.
by Anthropic23.4kupdated 37 minutes ago
Source
git clone https://github.com/anthropics/knowledge-work-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is customer-support/ inside the repository.
Layout
├── .claude-plugin/plugin.json├── skills/customer-escalation/SKILL.md├── skills/customer-research/SKILL.md├── skills/draft-response/SKILL.md├── skills/kb-article/SKILL.md├── skills/ticket-triage/SKILL.md└── .mcp.json
Skills5
Package an escalation for engineering, product, or leadership with full context. Use when a bug needs engineering attention beyond normal support, multiple customers report the same issue, a customer is threatening to churn, or an issue has sat unresolved past its SLA.
Multi-source research on a customer question or topic with source attribution. Use when a customer asks something you need to look up, investigating whether a bug has been reported before, checking what was previously told to a specific account, or gathering background before drafting a response.
Draft a professional customer-facing response tailored to the situation and relationship. Use when answering a product question, responding to an escalation or outage, delivering bad news like a delay or won't-fix, declining a feature request, or replying to a billing issue.
Draft a knowledge base article from a resolved issue or common question. Use when a ticket resolution is worth documenting for self-service, the same question keeps coming up, a workaround needs to be published, or a known issue should be communicated to customers.
Triage and prioritize a support ticket or customer issue. Use when a new ticket comes in and needs categorization, assigning P1-P4 priority, deciding which team should handle it, or checking whether it's a duplicate or known issue before routing.
MCP servers6
- url
- https://mcp.atlassian.com/v1/mcp
- url
- https://mcp.api.getguru.com/mcp
- url
- https://mcp.hubspot.com/anthropic
- url
- https://mcp.intercom.com/mcp
- url
- https://mcp.notion.com/mcp
- url
- https://mcp.slack.com/mcp
Manifests1
{
"name": "customer-support",
"version": "1.3.0",
"description": "Triage tickets, draft responses, escalate issues, and build your knowledge base. Research customer context and turn resolved issues into self-service content.",
"author": {
"name": "Anthropic"
}
}