mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
更新 skills.py
This commit is contained in:
@@ -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:
|
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`.
|
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-id>/SKILL.md`
|
- Path format: `<skills_location>/<skill-id>/SKILL.md`
|
||||||
- `skill-id` constraints: 1-64 characters, lowercase letters, numbers, and hyphens only.
|
- `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.
|
2. **SKILL.md Format**: Must start with a YAML frontmatter followed by markdown instructions.
|
||||||
```markdown
|
```markdown
|
||||||
|
|||||||
Reference in New Issue
Block a user