mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-07-23 04:03:48 +08:00
## 背景 新增两个社区 skill 的 marketplace 指针条目,两者此前均不在 market 中。 ## 改动 新增 2 个 external entry(`entry.json`,git 指针型,含 `zh-CN` / `en-US` i18n): | skill | category | license | source | 简介 | |---|---|---|---|---| | watchless | media | MIT | [chenzixin1/watchless](https://github.com/chenzixin1/watchless) | 将视频转成以关键帧截图为主线的完整视觉文档,输出 HTML/PDF/ZIP | | impeccable | design | Apache-2.0 | [pbakaus/impeccable](https://github.com/pbakaus/impeccable) | 让 AI 更懂前端设计的设计语言,覆盖 UX/可访问性/排版/配色/动效/设计系统 | 同步更新: - `README.md`:external `20 → 22`、total `50 → 52`,外部条目列表按字母序插入 `impeccable`、`watchless` - `manifest.json`:`stats.totalSkills` `50 → 52` ## 规则遵循 - entry.json 字段对齐现有 git 型指针(如 mattpocock-skills),格式一致 - category 使用 `categories.json` 已声明的合法 slug(media / design) - `source.ref` 固定到当前最新 commit,保证可复现 - 两个上游仓库均为标准 skill(含 SKILL.md / skill 定义),许可允许再分发 ## 验证 - 本地运行 `scripts/i18n/validate-i18n.py`:`OK: no i18n issues found.`(退出码 0) - entry.json 均为合法 JSON,i18n 完整
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"id": "impeccable",
|
|
"name": "Impeccable",
|
|
"category": "design",
|
|
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 3 4 7v5c0 4.5 3.2 7.9 8 9 4.8-1.1 8-4.5 8-9V7l-8-4Z\" stroke=\"#2563EB\" stroke-width=\"1.7\" stroke-linejoin=\"round\"/><path d=\"m9 12 2 2 4-4\" stroke=\"#2563EB\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>",
|
|
"tags": [
|
|
"design",
|
|
"frontend",
|
|
"ui",
|
|
"pbakaus"
|
|
],
|
|
"i18n": {
|
|
"zh-CN": {
|
|
"name": "Impeccable",
|
|
"shortDesc": "让 AI 更懂设计的前端设计语言:覆盖 UX 审查、视觉层级、可访问性、排版、配色、动效与可复用设计系统,把界面打磨到生产级"
|
|
},
|
|
"en-US": {
|
|
"name": "Impeccable",
|
|
"shortDesc": "A design language that makes AI better at frontend: UX review, visual hierarchy, accessibility, typography, color, motion and reusable design systems"
|
|
}
|
|
},
|
|
"maintainer": {
|
|
"name": "Paul Bakaus",
|
|
"verified": false,
|
|
"account": "pbakaus",
|
|
"url": "https://github.com/pbakaus/impeccable"
|
|
},
|
|
"stewardship": "community",
|
|
"license": "Apache-2.0",
|
|
"redistribution": "allowed",
|
|
"source": {
|
|
"kind": "git",
|
|
"repoUrl": "https://github.com/pbakaus/impeccable.git",
|
|
"repoBranch": "main",
|
|
"ref": "e4ab5e24bdf5321b72163d2fbcbe6fa985c848ba"
|
|
}
|
|
}
|