dsh-plugin-dev-skills
This set of skills allows your agent to create plugins for Deepseek Harness.
- Stars
- 0
- Language
- —
- Created
- Aug 30, 2026
- Updated
- Aug 30, 2026
Introduction
dsh-plugin-dev-skills
🌐 Language: English · 简体中文 · Tiếng Việt
English
dsh-plugin-dev-skills is a collection of skills that help your AI agent create and test plugins for DeepSeek Harness.
With these skills, your agent can:
- Create plugins of different kinds — tools, services, configuration, hooks, AI model adapters, and UI or client parts.
- Build plugins inside the harness repository, or as standalone published plugins.
- Write and review tests for plugin changes.
How it is used: when you ask your agent to create or test a plugin, it loads the matching skill and follows its guidance.
Install
-
Get the skills: clone or copy this repository (or the upstream one).
-
Copy the two skill folders (
dsh-write-plugin,dsh-test-plugin) into your agent's skills directory — the common convention is<your-project>/.agents/skills/:cp -r dsh-write-plugin dsh-test-plugin <your-project>/.agents/skills/ -
opencode users can also place them under
~/.config/opencode/skills/. -
DeepSeek Harness users: copy the two skill folders into
~/.dsh/skills/to make them available in every project, or into<project>/.dsh/skills/to scope them to one project. -
No further setup needed: the agent picks the skills up automatically — just ask it to write or test a plugin.
Credits
This skill collection is based on (derived from) the upstream project dsh-plugin-skills by omdsh-dev.
简体中文
dsh-plugin-dev-skills 是一组技能,帮助你的 AI 助手为 DeepSeek Harness 创建和测试插件。
借助这些技能,你的助手可以:
- 创建不同类型的插件——工具、服务、配置、钩子、AI 模型适配器,以及界面或客户端组件。
- 在 Harness 仓库内构建插件,也可以作为独立发布的插件来构建。
- 为插件改动编写和审查测试。
使用方法:当你让助手创建或测试插件时,它会加载对应的技能,并按照其中的指引来操作。
安装
-
获取技能:克隆或复制本仓库(或上游仓库)。
-
将两个技能文件夹(
dsh-write-plugin、dsh-test-plugin)复制到你的 AI 助手的技能目录,常见约定是<your-project>/.agents/skills/:cp -r dsh-write-plugin dsh-test-plugin <your-project>/.agents/skills/ -
opencode 用户也可以把它们放在
~/.config/opencode/skills/下。 -
DeepSeek Harness 用户:将两个技能文件夹复制到
~/.dsh/skills/,即可在所有项目中可用;或复制到<project>/.dsh/skills/,仅对单个项目生效。 -
无需其他配置:助手会自动加载技能——直接让它编写或测试插件即可。
致谢
本技能集基于 omdsh-dev 的上游项目 dsh-plugin-skills 派生而来。
Tiếng Việt
dsh-plugin-dev-skills là bộ kỹ năng giúp trợ lý AI của bạn tạo và kiểm thử plugin cho DeepSeek Harness.
Với bộ kỹ năng này, trợ lý của bạn có thể:
- Tạo các loại plugin khác nhau — công cụ, dịch vụ, cấu hình, hook, bộ chuyển đổi mô hình AI, và phần giao diện hoặc client.
- Xây dựng plugin ngay trong kho mã của Harness, hoặc dưới dạng plugin độc lập đã phát hành.
- Viết và rà soát bài kiểm thử cho các thay đổi của plugin.
Cách sử dụng: khi bạn nhờ trợ lý tạo hoặc kiểm thử một plugin, trợ lý sẽ tải kỹ năng phù hợp và làm theo hướng dẫn của nó.
Cài đặt
-
Lấy bộ kỹ năng: clone hoặc sao chép kho mã này (hoặc kho mã gốc).
-
Sao chép hai thư mục kỹ năng (
dsh-write-plugin,dsh-test-plugin) vào thư mục kỹ năng của trợ lý AI, quy ước phổ biến là<your-project>/.agents/skills/:cp -r dsh-write-plugin dsh-test-plugin <your-project>/.agents/skills/ -
Người dùng opencode cũng có thể đặt chúng trong
~/.config/opencode/skills/. -
Người dùng DeepSeek Harness: sao chép hai thư mục kỹ năng vào
~/.dsh/skills/để dùng được trong mọi dự án, hoặc vào<project>/.dsh/skills/để chỉ áp dụng cho một dự án. -
Không cần cấu hình thêm: trợ lý sẽ tự động nhận diện kỹ năng — chỉ cần nhờ nó viết hoặc kiểm thử plugin.
Ghi công
Bộ kỹ năng này được xây dựng dựa trên dự án gốc dsh-plugin-skills của omdsh-dev.