技能 编程开发 MDA兼容性演示(Claude Code)

MDA兼容性演示(Claude Code)

v20260526
mda-compat-intro
此演示技能用于验证基于MDA编译的SKILL.md文件在Claude Code环境中的兼容性。它确认了技能的前置元数据、结构和允许工具是否能被加载器正确解析和识别,确保了编译内容的平稳集成,主要用于开发验证目的。
获取技能
492 次下载
概览

MDA Compat Demo (Claude Code)

This skill exists to verify Claude Code SKILL.md compatibility from an MDA-compiled output.

Three things are true if you can see this skill listed in your Claude Code session:

  1. The compiled SKILL.md parses under Claude Code's loader.
  2. The frontmatter name matches the package directory name (spec §06-2.1).
  3. The top-level allowed-tools field reaches Claude Code where it can be honored.

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

What this does NOT prove:

  • That MDA today can author the runtime-specific Claude Code fields outside the agentskills.io v1 envelope (when_to_use, model, effort, context, hooks, paths, shell, agent, argument-hint, arguments, disable-model-invocation, user-invocable). Those are out of v1.0 scope and earmarked for v1.1.
  • That Claude Code parses MDA-extended frontmatter under metadata.mda.* (it does not, and is not required to).
  • That signatures or integrity digests are checked at load (no current runtime does that).
信息
Category 编程开发
Name mda-compat-intro
版本 v20260526
大小 1.71KB
更新时间 2026-06-02
语言