diff --git a/docs/src/ai/skills.md b/docs/src/ai/skills.md index f6093262aed..997e4e56f9f 100644 --- a/docs/src/ai/skills.md +++ b/docs/src/ai/skills.md @@ -17,7 +17,7 @@ Zed includes a built-in `create-skill` skill — invoke it with `/create-skill` You can also open the Skill Creator from the Agent Panel using {#kb agent::OpenRulesLibrary}, or by clicking `...` and selecting **Skills**. Outside the panel, use the {#action agent::OpenSkillCreator} action from the command palette. It opens a window where you fill in the skill's name, description, scope (global or project-local), body, and optionally toggle `disable-model-invocation`. -Lastly, it's also possible to add a skill through importing it from an existing GitHub Markdown file. Open the command paeltte and look for the {#action agent::CreateSkillFromUrl} action. If your clipboard contains a supported GitHub `.md` URL, Zed pre-fills and fetches it automatically. +Lastly, it's also possible to add a skill through importing it from an existing GitHub Markdown file. Open the command palette and look for the {#action agent::CreateSkillFromUrl} action. If your clipboard contains a supported GitHub `.md` URL, Zed pre-fills and fetches it automatically. See [Skill format](#skill-format) below for the full format reference.