AI Agent Hub
Back to plugins
⚙️

dsh-cordis-plugin-kit

Workflow Updated 2026.08.25

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