docs: document enabling experimental skills#8024
Merged
etraut-openai merged 2 commits intoopenai:mainfrom Dec 14, 2025
Merged
Conversation
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
Run Prettier so `pnpm run format` passes after adding the /skills entry.
Collaborator
|
Thanks for the contribution. This feature is still under development. While we're developing it in the open, it's not yet ready for broader usage. We'll add documentation for it when it's ready. |
Contributor
Author
|
Understood, thanks for clarifying. I suggested these changes in light of Tibo's recent tweets sharing how to use the feature: https://x.com/thsottiaux/status/2000295405242966334 |
Collaborator
|
Ah, I didn't see his tweet. Thanks for pointing that out. I guess it's fine then to incorporate into the docs. Thanks again for the PR. |
etraut-openai
approved these changes
Dec 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Notes
Skills are behind the experimental
skillsfeature flag (disabled by default), but the skills guide didn't explain how to turn them on.docs/skills.md(config +--enable)docs/config.mdanddocs/example-config.md/skillsslash command