Commands & Snippets
Commands and snippets both save you from retyping the same thing. Commands are whole prompts you trigger with /; snippets are bits of text you drop into a message with #.
Commands
A command is a saved prompt you run with a slash, like /review. Manage them at Settings → Commands.
- Open Settings → Commands and create a command.
- Give it a name, a description, and the prompt text it should send.
- Optionally pin it to a specific agent or model.
- Choose personal or project scope.
In chat, type / as the first character of the message to bring up commands, then pick one. Your text can use placeholders:
$ARGUMENTS— whatever you type after the command@filename— drops in the contents of a file!`command`— drops in the output of a shell command
The built-in init and review commands can be reset but not deleted.
Snippets
A snippet is reusable text you reference inline with a hashtag, like #signoff. Manage them at Settings → Snippets.
- Open Settings → Snippets and create a snippet.
- Give it a name and the text it stands for. Add aliases if you want more than one trigger.
- Choose personal or project scope.
In chat, type # and pick a snippet. OpenChamber swaps in the full text before sending.
Related
- Skills — load larger instruction sets on demand