---
name: tags
description: List or update Agent Relay tags for the current session. Use when the user invokes /tags or asks to set, add, remove, or inspect relay tags.
argument-hint: "[TAG ...|--list|--add TAGS|--remove TAGS]"
allowed-tools: [Bash]
---

# Agent Relay Tags

Run:

```bash
agent-relay /tags $ARGUMENTS
```

Examples:

```bash
agent-relay /tags
agent-relay /tags backend tests urgent
agent-relay /tags --add backend,tests
agent-relay /tags --remove urgent
```

Report the resulting tags briefly.
