feat(skills): promote Agent Skills to stable (#17693)

This commit is contained in:
Abhi
2026-01-27 16:50:22 -05:00
committed by Abhi
parent 2a3c879782
commit e6a51901a7
18 changed files with 79 additions and 253 deletions
+11 -14
View File
@@ -204,21 +204,18 @@
{
"label": "Hooks",
"items": [
{ "label": "Getting started", "slug": "docs/hooks/getting-started" },
{ "label": "Hook types", "slug": "docs/hooks/hook-types" },
{ "label": "API reference", "slug": "docs/hooks/api-reference" }
]
},
{
"label": "Ecosystem and extensibility",
"items": [
{ "label": "Agent skills", "slug": "docs/cli/skills" },
{
"label": "Introduction",
"slug": "docs/hooks"
},
{
"label": "Writing hooks",
"slug": "docs/hooks/writing-hooks"
},
{
"label": "Hooks reference",
"slug": "docs/hooks/reference"
},
{
"label": "Best practices",
"slug": "docs/hooks/best-practices"
"label": "Sub-agents (experimental)",
"slug": "docs/core/subagents"
}
]
},