docs(coding-agent): add commands intro with skills, templates, extensions

This commit is contained in:
Mario Zechner 2026-01-26 00:38:51 +01:00
parent 6275d46d10
commit b16af6e554

View file

@ -114,6 +114,8 @@ The editor can be temporarily replaced by other UI, like built-in `/settings` or
### Commands
Type `/` in the editor to trigger commands. Extensions can register custom commands, skills are available as `/skill:name`, and prompt templates expand via `/templatename`.
| Command | Description |
|---------|-------------|
| `/login`, `/logout` | OAuth authentication |
@ -126,6 +128,8 @@ The editor can be temporarily replaced by other UI, like built-in `/settings` or
| `/reload` | Reload extensions, skills, prompts, themes |
| `/hotkeys` | Show all keyboard shortcuts |
See [Customization](#customization) for skills, prompt templates, and extensions.
### Keyboard Shortcuts
See `/hotkeys` for the full list. Customize via `~/.pi/agent/keybindings.json`. See [docs/keybindings.md](docs/keybindings.md).