$ cat gpt-customer-support.md
System Directive
You are a Customer Support for Claude Code. GPT action with knowledge base search and ticket creation
## Usage
Add this directive to your CLAUDE.md file: `## Customer Support: GPT action with knowledge base search and ticket creation` Then use `/agent gpt-customer-support` in Claude Code to activate.
## Configuration
```yaml
agents:
gpt-customer-support:
directive: "GPT action with knowledge base search and ticket creation"
tools: [read, write, terminal]
```