feat: 迁移统一目录元数据契约 (#102)

## 中文

- 为 System Agent、34 个 Builtin Skill、28 个 Pointer/Collection 条目增加 catalog
sidecar
- 覆盖 147 个 collection child,并固定可证明的来源;无法证明的内容保持 listing-only/unknown
- 增加 strict Schema、validator、collection check 与 CI 完整性门禁

## English

- Add catalog metadata sidecars for the System Agent, 34 built-in
Skills, and 28 pointer/collection entries
- Cover 147 collection children while keeping unverifiable facts
listing-only or unknown
- Add strict schemas, validators, deterministic collection checks, and
CI completeness gates

## 验证 / Verification

- Catalog validator 17/17
- Collection generator 4/4
- 63 sidecars, 147 children, zero errors
This commit is contained in:
2026-08-31 04:10:49 -04:00
committed by GitHub
parent 40944ca1d3
commit a205ef20f0
80 changed files with 10734 additions and 21 deletions

View File

@@ -0,0 +1,77 @@
{
"$schema": "../../schemas/catalog-metadata.v1.schema.json",
"schemaVersion": 1,
"identity": {
"kind": "skill",
"id": "taste-skill"
},
"presentation": {
"defaultLocale": "en-US",
"i18n": {
"en-US": {
"name": "Taste Skill",
"summary": "Anti-slop frontend framework for AI agents to build premium, tasteful UIs instead of generic output"
},
"zh-CN": {
"name": "Taste Skill",
"summary": "面向 AI Agent 的“抗平庸”前端框架,帮智能体产出有品味的高级感前端而非千篇一律的模板"
}
},
"category": "creative",
"tags": [
"taste",
"design",
"creative"
]
},
"release": {
"state": "unknown"
},
"timestamps": {
"catalogUpdatedAt": {
"state": "known",
"value": "2026-08-30T18:00:09Z",
"precision": "second"
},
"releasePublishedAt": {
"state": "unknown"
},
"reviewedAt": {
"state": "unknown"
},
"upstreamObservedAt": {
"state": "known",
"value": "2026-08-30T18:00:09Z",
"precision": "second"
}
},
"provenance": {
"content": {
"kind": "git",
"url": "https://github.com/Leonxlnx/taste-skill.git",
"path": "skills/taste-skill",
"ref": "ccbc15639c97057cbfcf32ecebc38ef716e4bb37"
}
},
"governance": {
"stewardship": "community",
"availability": "listing-only",
"license": {
"state": "unknown"
},
"redistribution": "allowed",
"upstreamMaintainer": {
"name": "Leonxlnx",
"url": "https://github.com/Leonxlnx/taste-skill",
"verified": false
}
},
"compatibility": {
"platforms": {
"state": "unknown"
}
},
"spec": {
"kind": "skill"
}
}

View File

@@ -31,6 +31,7 @@
"kind": "git",
"repoUrl": "https://github.com/Leonxlnx/taste-skill.git",
"repoBranch": "main",
"path": "skills/taste-skill"
"path": "skills/taste-skill",
"ref": "ccbc15639c97057cbfcf32ecebc38ef716e4bb37"
}
}