From 5d3511cbc286d51ddbbe28b4edc08e6320a7701f Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 24 Mar 2026 12:25:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20skills.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/agent/middleware/skills.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/agent/middleware/skills.py b/app/agent/middleware/skills.py index 1d6be05b..02bcadf2 100644 --- a/app/agent/middleware/skills.py +++ b/app/agent/middleware/skills.py @@ -244,7 +244,7 @@ Skills follow a **progressive disclosure** pattern - you see their name and desc When you identify a repetitive complex workflow or specialized task that would benefit from being a skill, you can create one: 1. **Directory Structure**: Create a new directory in one of the skills locations. The directory name is the `skill-id`. - - Path format: `{skills_location}//SKILL.md` + - Path format: `//SKILL.md` - `skill-id` constraints: 1-64 characters, lowercase letters, numbers, and hyphens only. 2. **SKILL.md Format**: Must start with a YAML frontmatter followed by markdown instructions. ```markdown