From 586fa2b3c8cab84919e1152914b51136e208a26c Mon Sep 17 00:00:00 2001 From: Angie Jones Date: Thu, 23 Apr 2026 13:47:50 -0400 Subject: [PATCH] docs: add skills slash command (#8783) --- documentation/docs/guides/goose-cli-commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docs/guides/goose-cli-commands.md b/documentation/docs/guides/goose-cli-commands.md index 1f3144af57..95f4a3a8e4 100644 --- a/documentation/docs/guides/goose-cli-commands.md +++ b/documentation/docs/guides/goose-cli-commands.md @@ -628,6 +628,7 @@ Once you're in an interactive session (via `goose session` or `goose run --inter - **`/recipe [filepath]`** - Generate a recipe from the current conversation and save it to the specified filepath (must end with .yaml). If no filepath is provided, it will be saved to ./recipe.yaml - **`/compact`** - Compact and summarize the current conversation to reduce context length while preserving key information - **`/r`** - Toggle full tool output display (show complete tool parameters without truncation) +- **`/skills`** - List available skills - **`/t`** - Toggle between `light`, `dark`, and `ansi` themes. [More info](#themes). - **`/t `** - Set theme directly (light, dark, ansi)