Skip to content

Commit 7c80007

Browse files
committed
docs: add skills documentation images
1 parent 3245710 commit 7c80007

8 files changed

Lines changed: 21 additions & 0 deletions

File tree

docs/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"group": "Ask Sourcebot",
6767
"root": "docs/features/ask/ask-sourcebot",
6868
"pages": [
69+
"docs/features/ask/skills",
6970
"docs/features/ask/connectors",
7071
"docs/features/ask/chat-sharing",
7172
"docs/features/ask/add-model-providers"

docs/docs/features/ask/skills.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,20 @@ Each skill has four fields:
2424
- **Description**: A short summary of when Ask Sourcebot should use the skill.
2525
- **Instructions**: The markdown context or guidance Ask Sourcebot uses when the skill runs.
2626

27+
<Frame>
28+
<img src="/images/skills_create.png" alt="Create a skill" />
29+
</Frame>
30+
2731
## Writing instructions
2832

2933
Keep the description specific. Ask Sourcebot uses it to decide when a skill is relevant, and users see it when browsing slash commands.
3034

3135
Put the useful context or guidance in the instructions.
3236

37+
<Frame>
38+
<img src="/images/skills_editor.png" alt="Skill editor" />
39+
</Frame>
40+
3341
## Using skills in chat
3442

3543
Type `/` at the start of an Ask Sourcebot prompt to browse available skill commands.
@@ -38,6 +46,10 @@ When you select a skill, Ask Sourcebot expands the command into that skill's ins
3846

3947
Ask Sourcebot may also load a matching skill automatically. When this happens, the chat details show the loaded skill name and command.
4048

49+
<Frame>
50+
<img src="/images/skills_slash_command.png" alt="Skill slash command suggestions" />
51+
</Frame>
52+
4153
## Personal and shared skills
4254

4355
Skills can be personal or shared:
@@ -49,6 +61,10 @@ You can add or remove shared skills from your own Ask commands from **Settings -
4961

5062
Organization owners can manage shared skills from **Settings -> Workspace -> Ask Sourcebot**. Owners can also enable **Auto** for a shared skill, which adds it to members' Ask commands by default.
5163

64+
<Frame>
65+
<img src="/images/skills_workspace_manager.png" alt="Workspace shared skills manager" />
66+
</Frame>
67+
5268
## Importing skills
5369

5470
### Import from file
@@ -82,6 +98,10 @@ Synced skills behave like manually-created skills, with a link back to their sou
8298
- Either action warns you first if it would overwrite local edits.
8399
- Fields the source file does not provide (for example, a missing `description`) keep their local values when you sync.
84100

101+
<Frame>
102+
<img src="/images/skills_synced_from_repo.png" alt="Synced repository skill" />
103+
</Frame>
104+
85105
## Permissions and synced skills
86106

87107
Synced skills mirror content from a repository file, so Sourcebot only shows them to users who can access the source repository.

docs/images/skills_create.png

179 KB
Loading

docs/images/skills_editor.png

341 KB
Loading

docs/images/skills_page.png

335 KB
Loading
125 KB
Loading
141 KB
Loading
133 KB
Loading

0 commit comments

Comments
 (0)