Initial commit
This commit is contained in:
0
commands/.gitkeep
Normal file
0
commands/.gitkeep
Normal file
31
commands/README.md
Normal file
31
commands/README.md
Normal 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.
|
||||
```
|
||||
Reference in New Issue
Block a user