DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Skill Creator Plugin — DSH Plugin for DeepSeek Harness
← Plugins
S

@the-heart-fickle/dsh-skill-creator-plugin

Skill Creator Plugin

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

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:TheHeartFickle/dsh-skill-creator#3409a81e19c6d0537bf89c6d0139ca5a9ede1a95
READMECompatibilityVersions

Compatibility and provenance

Skill Creator Plugin is published as @the-heart-fickle/dsh-skill-creator-plugin and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/21/2026

Versions

0.1.0
stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/11/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

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-plugin,安装后自动注册 dsh-skill-creator skill。

安装

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

dsh plugin --profile web add @the-heart-fickle/dsh-skill-creator-plugin@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.md、evals/、references/、agents/ 等
    • 评测 workspace:iteration-N/、eval-*/with_skill/outputs/、grading.json、execution.json
    • benchmark 结果:benchmark.json、benchmark.md
    • 评审反馈:feedback.json
  • 如果系统临时目录不可写,会回退到工作区 .dsh-skill-creator-tmp/ 存放临时数据。

现状

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

未来计划

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