Files
market/skills/taste-skill/entry.json
Yige a205ef20f0 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
2026-08-31 04:10:49 -04:00

38 lines
1.3 KiB
JSON

{
"id": "taste-skill",
"name": "Taste Skill",
"category": "creative",
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"m12 3 .9 3.1L16 7l-3.1.9L12 11l-.9-3.1L8 7l3.1-.9L12 3Zm5 9 .7 2.3L20 15l-2.3.7L17 18l-.7-2.3L14 15l2.3-.7L17 12ZM7 13l.8 2.7L10.5 17l-2.7.8L7 20.5l-.8-2.7L3.5 17l2.7-1.3L7 13Z\" stroke=\"#2563EB\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/></svg>",
"tags": [
"taste",
"design",
"creative"
],
"i18n": {
"zh-CN": {
"name": "Taste Skill",
"shortDesc": "面向 AI Agent 的“抗平庸”前端框架,帮智能体产出有品味的高级感前端而非千篇一律的模板"
},
"en-US": {
"name": "Taste Skill",
"shortDesc": "Anti-slop frontend framework for AI agents to build premium, tasteful UIs instead of generic output"
}
},
"maintainer": {
"name": "Leonxlnx",
"verified": false,
"account": "Leonxlnx",
"url": "https://github.com/Leonxlnx/taste-skill"
},
"stewardship": "community",
"license": "MIT",
"redistribution": "allowed",
"source": {
"kind": "git",
"repoUrl": "https://github.com/Leonxlnx/taste-skill.git",
"repoBranch": "main",
"path": "skills/taste-skill",
"ref": "ccbc15639c97057cbfcf32ecebc38ef716e4bb37"
}
}