Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:32:40 +08:00
commit 0ea8352871
72 changed files with 30043 additions and 0 deletions

31
commands/README.md Normal file
View 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.
```