@@ -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
2933Keep the description specific. Ask Sourcebot uses it to decide when a skill is relevant, and users see it when browsing slash commands.
3034
3135Put 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
3543Type ` / ` 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
3947Ask 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
4355Skills can be personal or shared:
@@ -49,6 +61,10 @@ You can add or remove shared skills from your own Ask commands from **Settings -
4961
5062Organization 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
87107Synced skills mirror content from a repository file, so Sourcebot only shows them to users who can access the source repository.
0 commit comments