dsh plugins中文
← Back to popular plugin directory

Harness plugins (bundles, tools, skills

ciceroyang/dsh-plugin-starter · skills

Scaffold a battle-tested DeepSeek Harness plugin (bundle, tool, skill, tests, CI) in one command.

★ 1GitHub stars
0Forks
2026-08-16Last updated
JavaScriptLanguage
MITLicense

Project overview

Scaffold a battle-tested DeepSeek Harness plugin in one command: host plugin, tool, runtime skill, unit tests, CI, and the bundle manifest — zero dependencies, no build step. Usage

node generator.mjs my-plugin --desc "One-line description" node generator.mjs my-plugin --out ./packages/my-plugin node generator.mjs my-plugin --verify # smoke-test right after scaffolding node generator.mjs my-plugin --with-settings # settings card (client half, tsdown + React)

The scaffold passes its own tests immediately (run node --test inside it).

Install command

dsh plugin --profile web add github:ciceroyang/dsh-plugin-starter
View GitHub repository ↗Back to popular plugin directory