DeepSeek Harness plugin

dsh-skill-creator-theheart

DSH plugin that bundles the dsh-skill-creator skill: create, benchmark, review, and iterate DSH skills.

Jump to install

Source facts

Repository
TheHeartFickle/dsh-skill-creator
Latest update
Aug 22, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/TheHeartFickle/dsh-skill-creator
Plugin: dsh-skill-creator-theheart
Author: TheHeartFickle

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

DSH Skill Creator

用于创建、评测和改进 DSH skill 的项目,同时以 DSH 插件形式分发。

功能

  • 提供一个开箱即用的 DSH skill(dsh-skill-creator/),覆盖从访谈、起草、评测、评审到迭代改进的完整流程。
  • 内置纯 Node.js 的 CLI 工具(validate / benchmark / review),零第三方依赖。
  • 通过本地 Web viewer 查看评测输出、量化结果并收集反馈。
  • 已封装为 DSH 插件:@the-heart-fickle/dsh-skill-creator,安装后自动注册 dsh-skill-creator skill。

安装

官方 npm / DSH CLI(发布 npm 后)

dsh plugin --profile web add @the-heart-fickle/dsh-skill-creator@latest

plugin-registry

打包并安装:

node scripts/package-registry.mjs
dsh registry install ./registry
dsh registry enable the-heart-fickle/dsh-skill-creator

registry/ 是本地生成的安装暂存目录,不会提交到仓库。

磁盘写入说明

  • 不会写入 skill 安装目录:插件不会在 .dsh/skills.agents/skills 或任何 skill 安装位置保存/修改文件。
  • 使用 skill 创建/评测/评审时:只会在你指定的工作区或系统临时目录产生实际项目文件,例如:

- 新 skill 草稿:SKILL.mdevals/references/agents/ 等 - 评测 workspace:iteration-N/eval-*/with_skill/outputs/grading.jsonexecution.json - benchmark 结果:benchmark.jsonbenchmark.md - 评审反馈:feedback.json

  • 如果系统临时目录不可写,会回退到工作区 .dsh-skill-creator-tmp/ 存放临时数据。

现状

  • 当前包含 1 个 skilldsh-skill-creator,已可用。
  • skill 使用方式见 [dsh-skill-creator/SKILL.md](dsh-skill-creator/SKILL.md)。
  • CLI 脚本位于 dsh-skill-creator/scripts/
  • 测试:根目录和 dsh-skill-creator/scripts/27 个 node --test 用例全部通过。

未来计划

  • 将插件发布到 npm,支持 dsh plugin add 一键安装。
  • 后续可扩展更多 skill 开发相关能力,但会保持 CLI 零依赖和轻量维护。