docs: update experimental skills configuration in skills.md

This commit is contained in:
Antarin Ghosal 2026-01-15 15:02:14 +05:30 committed by GitHub
parent 6afe0f8c29
commit 106b69e5c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,9 @@ Add to your `~/.qwen/settings.json` or project's `.qwen/settings.json`:
```json
{
"tools": {
"experimentalSkills": true
"experimental": {
"skills": true
}
}
}
```