From b16af6e554897cccd76780d016582dc4ad88eda6 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 26 Jan 2026 00:38:51 +0100 Subject: [PATCH] docs(coding-agent): add commands intro with skills, templates, extensions --- packages/coding-agent/README-NEW.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/coding-agent/README-NEW.md b/packages/coding-agent/README-NEW.md index 7edd70d5..93d5569e 100644 --- a/packages/coding-agent/README-NEW.md +++ b/packages/coding-agent/README-NEW.md @@ -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).