docs: document enabling experimental skills (#8024)

## Notes

Skills are behind the experimental `skills` feature flag (disabled by
default), but the skills guide didn't explain how to turn them on.

- Add an explicit enable section to `docs/skills.md` (config +
`--enable`)
- Add the skills flag to `docs/config.md` and `docs/example-config.md`
- Document the `/skills` slash command
This commit is contained in:
Victor Vannara
2025-12-14 14:34:22 -08:00
committed by GitHub
parent 5d77d4db6b
commit 7c6a47958a
4 changed files with 39 additions and 18 deletions

View File

@@ -220,6 +220,7 @@ view_image_tool = true
web_search_request = false
ghost_commit = false
enable_experimental_windows_sandbox = false
skills = false
################################################################################
# Experimental toggles (legacy; prefer [features])