Skip to content

Commit ed562eb

Browse files
leemthompoclaude
andauthored
[agent builder] Add Manage skills sub-feature to permissions docs (#6861)
## Summary - Adds `Manage skills` sub-feature to the Kibana privileges section with inline `applies_to` for 9.4+ - Converts `Read` and `All` privilege descriptions from comma-separated sentences to bulleted lists so each new 9.4+ item can carry its own clear `applies_to` tag Closes elastic/docs-content-internal#1257 ## Reviewers - @machadoum (elastic/kibana#256896 — Manage skills sub-feature) ## Test plan - [ ] Verify `applies_to` annotations render correctly on individual list items - [ ] Confirm `Manage skills` privilege description matches the shipped feature 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1d24599 commit ed562eb

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

explore-analyze/ai-features/agent-builder/permissions.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,29 @@ This feature requires the appropriate {{stack}} [subscription](https://www.elast
3737
:::{applies-item} { stack: ga 9.4+, serverless: ga }
3838
#### `Read`
3939

40-
Required to use agents, send chat messages, view tools, and access conversations.
40+
Grants access to:
41+
42+
- Use agents
43+
- Send chat messages
44+
- View tools
45+
- View skills {applies_to}`stack: ga 9.4+`
46+
- Access conversations
4147

4248
Instead of `All`, you can pair `Read` with individual sub-features for more granular control over what users can manage:
4349

4450
- `Manage agents`: Create, update, or delete custom agents.
4551
- `Manage tools`: Create, update, or delete custom tools.
52+
- `Manage skills` {applies_to}`stack: ga 9.4+`: Create, update, or delete custom skills.
4653

4754
#### `All`
4855

49-
The broadest access level. Grants everything in `Read`, plus the ability to create, update, or delete custom agents and tools. Includes both management sub-features by default.
56+
The broadest access level. Grants everything in `Read`, plus the ability to:
57+
58+
- Create, update, or delete custom agents
59+
- Create, update, or delete custom tools
60+
- Create, update, or delete custom skills {applies_to}`stack: ga 9.4+`
61+
62+
Includes all management sub-features by default.
5063
:::
5164

5265
:::{applies-item} { stack: ga 9.2-9.3 }

0 commit comments

Comments
 (0)