Files
Genarrative/.hermes/skills
高物 3cb3efb4d0 Prune stale docs and update .hermes content
Delete a large set of outdated documentation (many files under docs/ and .hermes/plans/, including audits, design, prd, technical, planning, assets, and todos). Update and consolidate .hermes content: refresh shared-memory pages (decision-log, development-workflow, document-map, pitfalls, project-overview, team-conventions) and several skills/references under .hermes/skills. Also modify AGENTS.md, README.md, UI_CODING_STANDARD.md, docs/README.md and .encoding-check-ignore. Purpose: clean up stale planning/audit material and keep current hermes documentation and related top-level docs in sync.
2026-05-15 06:24:07 +08:00
..

仓库级 Hermes Skills

本目录预留给未来可共享的仓库级 Hermes skills。

什么时候沉淀为 Skill

当某个流程满足以下条件之一时,可以考虑从普通 Markdown 升级为 skill

  • 需要反复执行,且步骤稳定。
  • 涉及多个目录、命令或验证步骤。
  • 曾经踩过坑,需要明确规避步骤。
  • 新成员容易做错。
  • Hermes 在执行时需要强制加载专门知识。

建议结构

.hermes/skills/
└─ skill-name/
   └─ SKILL.md

注意

  • 不要把 API Key、Token、账号密码写入 skill。
  • 如果 skill 与 AGENTS.mddocs/ 冲突,先更新冲突来源再使用。
  • Skill 应包含触发条件、步骤、坑点和验证方式。