mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-07-23 04:03:48 +08:00
Add 3 community skill pointers (MIT) (#36)
## What 按 ADR-038(市场元数据注册表与两层技能模型)以「元数据 + pointer」方式收录 3 个第三方 skill 仓库(均为 MIT): | id | 上游 | 许可 | 分支 | |----|------|------|------| | `mattpocock-skills` | [mattpocock/skills](https://github.com/mattpocock/skills) | MIT | main | | `ai-news-radar` | [LearnPrompt/ai-news-radar](https://github.com/LearnPrompt/ai-news-radar) | MIT | master | | `taste-skill` | [Leonxlnx/taste-skill](https://github.com/Leonxlnx/taste-skill) | MIT | main | ## How - 各仅新增 `skills/<id>/entry.json` 一个文件(每个 24 行),**不 vendor 任何上游源码**,正文按需从上游获取。 - 三个上游均为 **MIT**(可分发),故 `stewardship=community`、`redistribution=allowed`。 - `source` 指针格式对齐现有 `follow-builders` 条目(注意 ai-news-radar 默认分支为 `master`)。 ## Compliance (ADR-038) - [x] 第三方内容不进 market 仓库,只放元数据 + pointer - [x] 每条标注 stewardship / license / redistribution - [x] 改动量极小(3 files, +72),无 upstream/ / .zip / .gif 膨胀 --------- Co-authored-by: Yige <a@wyr.me>
This commit is contained in:
@@ -67,7 +67,7 @@ DesireCore 官方市场仓库,存放经过官方验证的 Agent 和 Skill 定
|
||||
"avatar": { "t": "string", "bg": "string" },
|
||||
"shortDesc": "string",
|
||||
"fullDesc": "string",
|
||||
"category": "productivity|development|business|creative|communication|data",
|
||||
"category": "productivity|development|business|creative|media|communication|data|management",
|
||||
"tags": ["string"],
|
||||
"version": "semver",
|
||||
"latestVersion": "semver",
|
||||
@@ -94,7 +94,7 @@ DesireCore 官方市场仓库,存放经过官方验证的 Agent 和 Skill 定
|
||||
"icon": "lucide-icon-name",
|
||||
"shortDesc": "string",
|
||||
"fullDesc": "string",
|
||||
"category": "productivity|development|business|creative|communication|data",
|
||||
"category": "productivity|development|business|creative|media|communication|data|management",
|
||||
"tags": ["string"],
|
||||
"version": "semver",
|
||||
"latestVersion": "semver",
|
||||
|
||||
Reference in New Issue
Block a user