From 935a37182d45a1fa19c3e62c6d464e97abe0b386 Mon Sep 17 00:00:00 2001 From: Xubin Ren <52506698+Re-bin@users.noreply.github.com> Date: Fri, 5 Jun 2026 01:22:44 +0800 Subject: [PATCH] docs(command): document /skill command --- docs/chat-commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/chat-commands.md b/docs/chat-commands.md index de4f6e3a0..a65c9e137 100644 --- a/docs/chat-commands.md +++ b/docs/chat-commands.md @@ -15,6 +15,7 @@ These commands work inside chat channels and interactive agent sessions: | `/dream-log ` | Show a specific Dream memory change | | `/dream-restore` | List recent Dream memory versions | | `/dream-restore ` | Restore memory to the state before a specific change | +| `/skill` | List enabled skills and their descriptions | | `/pairing` | List pending pairing requests | | `/pairing approve ` | Approve a pairing code | | `/pairing deny ` | Deny a pending pairing request |