Creating Commands
Create new commands for quick text insertion.
Create a New Command
- Click the + Add Command button in the top right
- Fill in the command details
- Click Create Command
Command Fields
Name (required)
The display name of your command.
Example: "Code Review Checklist"
Slug (required)
A unique identifier used as a shortcut.
- Lowercase letters, numbers, and hyphens only
- This becomes the
/commandshortcut
Example: code-review creates the command /code-review
Description (optional)
Describe what the command does. This helps others understand when to use it.
Output Content (required)
The text content that gets inserted when the command is triggered.
This can include:
- Plain text instructions
- Markdown formatting
- Checklists
- Templates
- Any reusable content
Example Output Content
# Code Review Checklist
## Overview
Review the following code changes for quality and correctness.
## Steps
1. Check for bugs and logic errors
2. Review error handling
3. Verify test coverage
4. Check code style consistency
## Checklist
- [ ] No obvious bugs
- [ ] Error handling is appropriate
- [ ] Tests are included
- [ ] Code follows style guide
Live Preview
As you fill in the fields, a preview panel on the right shows how the command will appear:
- Command identifier - Shows as
Command: /slug-name - Output preview - The output content that will be inserted