dsh plugins中文
← Back to popular plugin directory

DSH plug-in template

omdsh-dev/plugin-template · themes

DeepSeek Harness Plugin Template A self-contained standalone repository template for an ESM Cordis plugin.

★ 5GitHub stars
0Forks
2026-08-14Last updated
JavaScriptLanguage
BSD-3-ClauseLicense

Project overview

A self-contained standalone repository template for an ESM Cordis plugin. Every source file, compiler setting, test fixture, contributor instruction, skill, and build helper used by the repository is inside this directory; every development input resolves below this repository root.

Normal npm dependencies are resolved from the package registry. A DSH host is a runtime consumer of the finished package, not a source or build input. Repository layout Scalable source and test structure

Directories such as Turtle UI's chat, components, and extension areas describe that product, not the DSH plugin contract. Create equivalent feature directories only when the new plugin owns those capabilities. See src/README.md, tests/README.md, tests/snapshots/README.md, and patches/README.md for the local rules. Create your plugin

Install command

dsh plugin --profile web add github:omdsh-dev/plugin-template
View GitHub repository ↗Back to popular plugin directory