diff --git a/README.md b/README.md index f26f36c..c7fe4d7 100644 --- a/README.md +++ b/README.md @@ -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", diff --git a/skills/ai-news-radar/entry.json b/skills/ai-news-radar/entry.json new file mode 100644 index 0000000..e61e00f --- /dev/null +++ b/skills/ai-news-radar/entry.json @@ -0,0 +1,24 @@ +{ + "id": "ai-news-radar", + "name": "AI News Radar", + "category": "productivity", + "tags": [ + "ai-news", + "rss", + "learnprompt" + ], + "maintainer": { + "name": "LearnPrompt", + "verified": false, + "account": "LearnPrompt", + "url": "https://github.com/LearnPrompt/ai-news-radar" + }, + "stewardship": "community", + "license": "MIT", + "redistribution": "allowed", + "source": { + "kind": "git", + "repoUrl": "https://github.com/LearnPrompt/ai-news-radar.git", + "repoBranch": "master" + } +} diff --git a/skills/mattpocock-skills/entry.json b/skills/mattpocock-skills/entry.json new file mode 100644 index 0000000..b51e506 --- /dev/null +++ b/skills/mattpocock-skills/entry.json @@ -0,0 +1,24 @@ +{ + "id": "mattpocock-skills", + "name": "Matt Pocock Skills", + "category": "development", + "tags": [ + "engineering", + "tdd", + "mattpocock" + ], + "maintainer": { + "name": "Matt Pocock", + "verified": false, + "account": "mattpocock", + "url": "https://github.com/mattpocock/skills" + }, + "stewardship": "community", + "license": "MIT", + "redistribution": "allowed", + "source": { + "kind": "git", + "repoUrl": "https://github.com/mattpocock/skills.git", + "repoBranch": "main" + } +} diff --git a/skills/taste-skill/entry.json b/skills/taste-skill/entry.json new file mode 100644 index 0000000..a8c6b8d --- /dev/null +++ b/skills/taste-skill/entry.json @@ -0,0 +1,24 @@ +{ + "id": "taste-skill", + "name": "Taste Skill", + "category": "creative", + "tags": [ + "taste", + "design", + "creative" + ], + "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" + } +}