根据大多数Agent Skill文档,比如:https://agentskills.io/specification SKILL.md 这个 文件的 frontmatter部分,也就是: ```md --- name: viral-writer description: ... --- ``` 它的name命名方式应该是`kebab-case`,也就是用“-”这个符号作为分隔符,单词全小写字母。 我在Zed编辑器调用这个Skill时,由于name不是`kebab-case`,所以导致skill读取失败: <img width="2674" height="616" alt="Image" src="https://github.com/user-attachments/assets/a55713ae-6124-480a-8e8b-4728537882b0" /> <img width="2712" height="1026" alt="Image" src="https://github.com/user-attachments/assets/d7a94a56-aa7f-4bf7-abc3-3d2a9e3e1e0e" />
根据大多数Agent Skill文档,比如:https://agentskills.io/specification
SKILL.md 这个 文件的 frontmatter部分,也就是:
它的name命名方式应该是
kebab-case,也就是用“-”这个符号作为分隔符,单词全小写字母。我在Zed编辑器调用这个Skill时,由于name不是
kebab-case,所以导致skill读取失败: