create-skills
Installation
SKILL.md
Instructions(分步说明)
Step 1:确认目录结构
每个 skill 至少包含 SKILL.md,可选 scripts/、references/、assets/。完整格式规范见 references/specification.md(来源:agentskills.io/specification)。
skill-name/
├── SKILL.md # Required
├── scripts/ # Optional
├── references/ # Optional
└── assets/ # Optional
目录名必须与 frontmatter 中的 name 一致(小写、连字符、1–64 字符)。
规则设计时的命名约定(创建/修改 skill 时适用):除必要外,所有文件名与目录名使用小写。