linhut/dsh-skills

linhut★ 0JavaScript最后同步: 2026-08-18

在 GitHub 打开

README 摘要

🐳 dsh-skills 实用技能合集,为 DeepSeek Harness (dsh) 提供开箱即用的方法论与工具技能。 A collection of practical skills for DeepSeek Harness (dsh). 技能清单 / Skills Skill 用途 / Purpose brainstorming 创意工作前的需求探索与设计流程 / Explore intent, requirements and design before implementation using-superpowers 会话引导:何时使用技能体系 / Session bootstrap: when to use the skills system finishing-a-development-branch 开发完成后的合并 / PR / 清理决策 / Decide merge, PR, or cleanup when work is done writing-skills 编写 / 编辑 / 验证新技能 / Create, edit, and verify skills github-actions-docs GitHub Actions 工作流文档与排查 / Docs-grounded GitHub Actions guidance how-it-works 解释内部机制(如 claude-mem 如何工作)/ Explain how internal mechanisms work 安装 / Installation 方式一:纯目录(无需插件体系)/ Plain directory (no plugin system) 克隆仓库后,把 skills/ 下的技能目录拷入 DSH 技能目录,或配置 customSkillDirs : 方式二:插件安装(推荐,可进插件市场)/ Plugin install (recommended) DSH 会在会话目录中展示技能名称,模型通过内置 skill({ name }) 工具按需加载技能正文。 开发 / Development - 每个技能一个目录: skills/ /SKILL.md - SKILL.md 头部为 frontmatter: name (kebab-case,与目录名一致)、 description (模型可见,用于触发)、可选 disable-model-invocation / user-invocable - 校验技能格式: node scripts/validate-skills.mjs 许可 / License - 仓库整体:MIT(见 LICENSE) - 衍生自 obra/superpowers 的技能(brainstorming、using-superpowers、fin…

在 GitHub 查看完整 README →
工具/开发brainstormingdeepseek-harnessdshdsh-pluginskillssuperpowers

分类