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

@@ -49,6 +49,7 @@ Supported features:
| `ghost_commit` | false | Experimental | Create a ghost commit each turn |
| `enable_experimental_windows_sandbox` | false | Experimental | Use the Windows restricted-token sandbox |
| `tui2` | false | Experimental | Use the experimental TUI v2 (viewport) implementation |
| `skills` | false | Experimental | Enable discovery and injection of skills |
Notes: