技能 编程开发 MDA兼容性演示(Codex CLI)

MDA兼容性演示(Codex CLI)

v20260526
mda-compat-codex-cli
此技术技能用于验证Codex CLI与由MDA源文件编译的技能的兼容性。加载此技能确认了CLI加载器能够成功解析SKILL.md格式,并遵循agentskills.io v1标准。它主要用于测试构建流程、元数据完整性,确保MDA编译与运行时摄取之间的鲁棒兼容性。
获取技能
74 次下载
概览

MDA Compat Demo (Codex CLI)

This skill exists to verify Codex CLI SKILL.md compatibility from an MDA-compiled output.

Three things are true if Codex CLI discovers and loads this skill:

  1. The compiled SKILL.md parses under Codex CLI's loader (built on agentskills.io v1).
  2. The frontmatter name matches the package directory name (spec §06-2.1).
  3. The agentskills.io v1 envelope subset (name, description, allowed-tools) survives the round-trip from .mda source to compiled output to runtime ingest.

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

What this does NOT prove:

  • That Codex CLI parses MDA-extended frontmatter under metadata.mda.* (the OpenAI docs do not document any such behavior, and we do not require it).
  • That signatures or integrity digests are verified at load time (no current runtime does that).
  • That non-standard top-level fields observed in some shipped Codex skills (for example triggers: arrays) are authored from MDA — they are not part of agentskills.io v1 and are out of MDA v1.0 scope.
信息
Category 编程开发
Name mda-compat-codex-cli
版本 v20260526
大小 1.73KB
更新时间 2026-06-02
语言