Skip to content

Commit 821536e

Browse files
committed
docs: update skills page screenshot
1 parent 3167c48 commit 821536e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/docs/features/ask/skills.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ title: Skills
55
Skills are reusable context for [Ask Sourcebot](/docs/features/ask/ask-sourcebot).
66
They can capture organizational knowledge, define a workflow, or give Ask Sourcebot extra context for a class of questions.
77

8-
You can run a skill manually with a slash command, and Ask Sourcebot can also load a relevant skill automatically when your request matches the skill's description.
8+
<Frame>
9+
<img src="/images/skills_page.png" alt="Skills page overview" />
10+
</Frame>
911

1012
## Creating a skill
1113

@@ -20,7 +22,7 @@ You can create a skill in three ways:
2022
Each skill has four fields:
2123

2224
- **Name**: A recognizable name for the skill.
23-
- **Command**: The slash command users type to run the skill, such as `/debug-build`.
25+
- **Command**: The slash command users type to run the skill, such as `/deep-research`.
2426
- **Description**: A short summary of when Ask Sourcebot should use the skill.
2527
- **Instructions**: The markdown context or guidance Ask Sourcebot uses when the skill runs.
2628

0 commit comments

Comments
 (0)