Files
Genarrative/.hermes/skills/README.md

28 lines
745 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 仓库级 Hermes Skills
本目录预留给未来可共享的仓库级 Hermes skills。
## 什么时候沉淀为 Skill
当某个流程满足以下条件之一时,可以考虑从普通 Markdown 升级为 skill
- 需要反复执行,且步骤稳定。
- 涉及多个目录、命令或验证步骤。
- 曾经踩过坑,需要明确规避步骤。
- 新成员容易做错。
- Hermes 在执行时需要强制加载专门知识。
## 建议结构
```text
.hermes/skills/
└─ skill-name/
└─ SKILL.md
```
## 注意
- 不要把 API Key、Token、账号密码写入 skill。
- 如果 skill 与 `AGENTS.md``docs/` 冲突,先更新冲突来源再使用。
- Skill 应包含触发条件、步骤、坑点和验证方式。