32 lines
646 B
Markdown
32 lines
646 B
Markdown
# 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.
|
|
```
|