技能 编程开发 MDA兼容性演示(Hermes代理)

MDA兼容性演示(Hermes代理)

v20260526
mda-compat-hermes
本技能是一个兼容性演示工具,用于验证Hermes Agent是否能够成功解析和加载由MDA源文件编译生成的SKILL.md。它确认了从MDA到SKILL.md的编译过程的结构完整性,确保了元数据和目录结构符合代理的要求。
获取技能
324 次下载
概览

MDA Compat Demo (Hermes Agent)

This skill exists to verify Hermes Agent SKILL.md compatibility from an MDA-compiled output.

Three things are true if Hermes discovers and loads this skill:

  1. The compiled SKILL.md parses under Hermes Agent's loader.
  2. The frontmatter name matches the package directory name (spec §06-2.1).
  3. The agentskills.io v1 envelope subset survives the round-trip from .mda source to compiled output to Hermes' skill registry; the reserved metadata.hermes.* namespace passes through verbatim for Hermes' own consumption.

Source: compat/hermes/source.mda. Compile: mda compile compat/hermes/source.mda --target SKILL.md --out-dir compat/hermes/build --integrity.

What this does NOT prove:

  • That Hermes parses MDA-extended frontmatter under metadata.mda.* (we do not require it).
  • That signatures or integrity digests are verified at load time (no current runtime does that).
  • That MDA v1.0 can author Hermes-specific top-level fields (version, author) that some existing Hermes skills carry at top level rather than under metadata.mda.*. Those are out of MDA v1.0 scope under §06-3.4, symmetric with the Claude Code runtime-fields gap.
信息
Category 编程开发
Name mda-compat-hermes
版本 v20260526
大小 1.86KB
更新时间 2026-06-02
语言