From 78749a4c2a137b7858afb101a97824496a32b513 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Thu, 21 May 2026 19:59:15 -0300 Subject: [PATCH] agent_skills: Update create-skill description (#57449) This PR adds a slight update to the built-in `create-skill` skill. Release Notes: - N/A --- crates/agent_skills/builtin/create-skill/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/agent_skills/builtin/create-skill/SKILL.md b/crates/agent_skills/builtin/create-skill/SKILL.md index c5c76d80b8f..4728ca46714 100644 --- a/crates/agent_skills/builtin/create-skill/SKILL.md +++ b/crates/agent_skills/builtin/create-skill/SKILL.md @@ -1,6 +1,6 @@ --- name: create-skill -description: Helps users create new agent skills for Zed. Use this when a user wants to create a skill, asks about SKILL.md structure, or wants to package reusable agent instructions. +description: Helps you create new agent skills for Zed. Use this to create a skill, ask about SKILLs.md, or package reusable agent instructions. --- # Creating a Zed Agent Skill