← 返回列表
D

dsh-skill-creator

v0.1.0 · 0 天前发布

技能创作器:教 agent 按 agentskills.io 规范编写高质量 SKILL.md 技能(frontmatter、渐进式披露、触发描述)。改编自 Anthropic 官方 skill-creator(Apache-2.0)。

dshdsh-plugindeepseek-harnesscordisskillskill-creator技能创作

README

dsh-skill-creator

技能创作器:教 agent 按 agentskills.io 规范编写高质量 SKILL.md 技能。
改编自 Anthropic 官方 skill-creator
(Apache-2.0),并针对 DSH 技能体系(ctx.skills、kebab-case、触发描述)做了适配。

安装

sh
dsh plugin --profile web add dsh-skill-creator

或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-skill-creator


重启 dsh web 生效


使用

对 agent 说"创建一个技能/写一个 SKILL.md",skill-creator 会自动加载,
按 澄清 → 起草 → 充实 → 校验 → 交付 的流程产出完整技能。

结构


dsh-skill-creator/
├── index.js
├── cordis.patch.yml
├── package.json # dsh.bundle manifest
└── skills/skill-creator/
├── SKILL.md
└── references/
├── frontmatter.md
└── description-writing.md

License

Apache-2.0(改编自 Anthropic 官

查看完整 README →

版本兼容矩阵

DSH 版本状态说明
dsh@0.1.0-rc.6 ✅ 兼容 cordis patch ✅
dsh@0.1.0 ✅ 兼容 标准 patch ✅
dsh@0.2.0 ⚠️ 待验证 待实测(API 可能在变)
dsh@0.3.0+ ❓ 未知 尚未发布

💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正

元数据

License
Apache-2.0
npm
dsh-skill-creator
Repo
git+https://github.com/satan9394/dsh-skill-creator.git
Engines
{"node":">=20.0.0"}
Weekly DL
0
Monthly DL
0
dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"}}