mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-06-06 07:10:44 +08:00
将 workflow 工作流编排技能从 desirecore 主仓库的 bundled-only 状态搬迁到 market, 由市场仓库统一管理,避免每次 sync-global-skills 时被脚本清空。 技能内容: - skills/workflow/SKILL.md (v1.0.5) — Workflow DSL 设计、编辑、测试、执行的 完整指引;工具引用使用 PascalCase(WorkflowCreate / WorkflowValidate / WorkflowTest / WorkflowRun)对齐 desirecore PR #529 - skills/workflow/templates/workflow.dsl.yaml — 五基座示例 DSL 模板(trigger / code / llm / agent / human_gate) 注册: - builtin-skills.json: 23 项(按字母序在 web-access 与 xlsx 之间插入) - manifest.json: totalSkills 22 → 23 下一步:在 desirecore 主仓库跑 npm run sync-global-skills 即可让 workflow 由 sync 脚本接管,不再需要手工 git checkout 恢复。
27 lines
599 B
JSON
27 lines
599 B
JSON
{
|
|
"name": "DesireCore Official Market",
|
|
"version": "1.0.1",
|
|
"description": "DesireCore 官方市场,提供精选高质量的 Agent 和 Skill",
|
|
"schemaVersion": "1.0.0",
|
|
"maintainer": {
|
|
"name": "DesireCore Team",
|
|
"email": "market@desirecore.net",
|
|
"url": "https://desirecore.net"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/desirecore/market.git"
|
|
},
|
|
"stats": {
|
|
"totalAgents": 1,
|
|
"totalSkills": 23,
|
|
"lastUpdated": "2026-05-04"
|
|
},
|
|
"features": [
|
|
"verified-only",
|
|
"auto-sync",
|
|
"multi-language"
|
|
]
|
|
}
|