registry.schema.json — 注册中心索引

用于注册中心 API 响应(skills.json),定义技能索引数据结构。

顶层字段:

字段类型必填说明
updated_atstringISO 8601 最后更新时间戳(如 2026-07-17T12:00:00.000Z
sourcesSourceEntry[]按源仓库分组的技能

SourceEntrysources[]):

字段类型必填说明
sourcestring源名称(如 org/repo
urlstring源仓库 URL
commit_hashstring同步时源仓库的最新 commit hash(SHA)
skillsSkillEntry[]该源下可用的技能

SkillEntrysources[].skills[]):

字段类型必填默认值说明
namestring技能名称
pathstringSKILL.md 相对于仓库根目录的路径(如 skills/vue/SKILL.md 或根目录级别的 my-skill/SKILL.md
descriptionstring""技能描述
versionstring""技能版本