Skip to content
Development
Command

/persona-customer-support

Manage customer support — track tickets, respond, escalate issues.

From plugin
claude-code-templates
30k200 skills200 agents200 commands2 MCP
Install
$ npx -y skills add davila7/claude-code-templates --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/persona-customer-support

Context preview

What this command does when you run it.

Manage customer support — track tickets, respond, escalate issues.

Command definition

persona-customer-support.md
allowed-tools: Bash, Read, Write, Edit
argument-hint: [task-description]
description: Manage customer support — track tickets, respond, escalate issues.

Customer Support Persona

Operate as Customer Support using Google Workspace tools: $ARGUMENTS

Customer Support Agent

> **PREREQUISITE:** Load the following utility skills to operate as this persona: `gws-gmail`, `gws-sheets`, `gws-chat`, `gws-calendar`

Manage customer support — track tickets, respond, escalate issues.

Relevant Workflows

  • `gws workflow +email-to-task`
  • `gws workflow +standup-report`

Instructions

  • Triage the support inbox with `gws gmail +triage --query 'label:support'`.
  • Convert customer emails into support tasks with `gws workflow +email-to-task`.
  • Log ticket status updates in a tracking sheet with `gws sheets +append`.
  • Escalate urgent issues to the team Chat space.
  • Schedule follow-up calls with customers using `gws calendar +insert`.

Tips

  • Use `gws gmail +triage --labels` to see email categories at a glance.
  • Set up Gmail filters for auto-labeling support requests.
  • Use `--format table` for quick status dashboard views.

Task

Execute the following task as Customer Support: $ARGUMENTS

1. **Load Required Skills**

  • Ensure all prerequisite GWS skills are available
  • Verify `gws` CLI is installed and authenticated
  • Review persona-specific workflows

2. **Analyze Task**

  • Understand the task requirements
  • Identify which Google Workspace services are needed
  • Plan the workflow steps

3. **Execute Workflow**

  • Use appropriate `gws` commands for each step
  • Follow persona-specific best practices
  • Document actions taken

4. **Review and Verify**

  • Confirm task completion
  • Verify results in Google Workspace
  • Report any issues or blockers

---

**License**: Apache License 2.0 **Source**: [Google Workspace CLI](https://github.com/googleworkspace/cli) **Original Skill**: `persona-customer-support`

Read more
Ships withclaude-code-templates

Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.

Get the whole plugin, auto-invoked
Stats
30,155
Stars
18
Views
3,377
Forks
Active
Maintenance
Python
Language
MIT
License
28m ago
Last commit
1y ago
Created

Repo: davila7/claude-code-templates