31 lines
705 B
Markdown
31 lines
705 B
Markdown
# GA Suite - Agents
|
|
|
|
Add your Google Analytics 4 specialist agents here.
|
|
|
|
## Suggested Agents
|
|
|
|
- **ga-analyst.md** - Data analysis and reporting expert
|
|
- **ga-optimizer.md** - Conversion optimization specialist
|
|
- **ga-implementation.md** - GA4 setup and configuration expert
|
|
|
|
## Agent Format
|
|
|
|
```markdown
|
|
---
|
|
description: Brief description of agent expertise
|
|
capabilities: ["capability1", "capability2", "capability3"]
|
|
---
|
|
|
|
# Agent Name
|
|
|
|
Detailed description of the agent's role, expertise, and when Claude should invoke it.
|
|
|
|
## Capabilities
|
|
- Specific task the agent excels at
|
|
- Another specialized capability
|
|
- When to use this agent
|
|
|
|
## Examples
|
|
Provide examples of when this agent should be used.
|
|
```
|