Initial commit
This commit is contained in:
31
commands/README.md
Normal file
31
commands/README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# GA Suite - Commands
|
||||
|
||||
Add your Google Analytics 4 slash commands here.
|
||||
|
||||
## Suggested Commands
|
||||
|
||||
- **ga-init.md** - Initialize GA4 property setup
|
||||
- **ga-report.md** - Generate custom reports
|
||||
- **ga-audit.md** - Audit tracking implementation
|
||||
- **ga-migrate.md** - Migrate from Universal Analytics to GA4
|
||||
- **ga-dashboard.md** - Create custom dashboards
|
||||
|
||||
## Command Format
|
||||
|
||||
```markdown
|
||||
---
|
||||
description: Brief description of what this command does
|
||||
---
|
||||
|
||||
# Command Name
|
||||
|
||||
Detailed instructions for Claude on how to execute this command.
|
||||
|
||||
## Steps
|
||||
1. First step
|
||||
2. Second step
|
||||
3. Third step
|
||||
|
||||
## Examples
|
||||
Show examples of how users might invoke this command.
|
||||
```
|
||||
Reference in New Issue
Block a user