Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:32:45 +08:00
commit c02dafae1d
41 changed files with 17283 additions and 0 deletions

0
commands/.gitkeep Normal file
View File

31
commands/README.md Normal file
View File

@@ -0,0 +1,31 @@
# GTM Suite - Commands
Add your GTM slash commands here.
## Suggested Commands
- **gtm-init.md** - Initialize GTM container setup
- **gtm-audit.md** - Audit current GTM configuration
- **gtm-migrate.md** - Migrate tags from old tracking system
- **gtm-test.md** - Test GTM configuration
- **gtm-export.md** - Export container configuration
## 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.
```