dsh-cordis-plugin-kit
Run the following command in DeepSeek Harness:
dsh plugin install hinayoung23/dsh-cordis-plugin-kit
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install hinayoung23/dsh-cordis-plugin-kit in the DeepSeek Harness terminal or plugin manager to install; the full source is available at https://github.com/hinayoung23/dsh-cordis-plugin-kit .
About this plugin
Building plugins for DeepSeek Harness Cordis means juggling lifecycle hooks, dependency injection, service contracts, event naming, Standard Schema config, and HMR resource cleanup—conventions that live scattered across online docs and are easy to miss on every new project. dsh-cordis-plugin-kit bakes 35 Cordis, DSH, and Node.js standards into offline, executable checks so you can audit a project locally in one command without opening a browser. Static checks only read files and never execute target code; when runtime verification is needed, the kit spins up an isolated child process using the project's own Cordis version to run a full apply → ACTIVE → dispose cycle, then repeatedly loads and unloads the plugin to measure p50/p95 latency and heap growth against your custom budgets. The quality gates escalate naturally—debounced checks on save, stricter gates on commit, push, and package, and a single platform-neutral CI core shared across GitHub, GitLab, Gitee, or any Node.js-capable runner—all with zero production dependencies.
Use Cases
- Scaffold a new Cordis plugin with Git hooks, CI adapters, and agent instructions in one command
- Audit an inherited Cordis plugin codebase for manifest, inject, effect, event naming, and other violations via static checks
- Unify quality gates across GitHub, GitLab, and Gitee pipelines to block push and merge until tests and performance budgets pass
Best For
- DeepSeek Harness Cordis plugin developers
- Engineering teams that need consistent quality gates across multiple CI platforms
- Architects or tech leads who want to codify team conventions into executable checks
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.