OneZero-Y/dsh-plugin-kit

OneZero-Y★ 3TypeScriptLast synced: 2026-08-15

Open on GitHub

Agent skills and a working template for building standalone DeepSeek Harness (DSH) plugins

README excerpt

dsh-plugin-kit 简体中文 English Agent skills and a template for building a standalone DeepSeek Harness (DSH) plugin — one that lives in its own repository and installs into a profile with dsh plugin add . Quick start Scaffold a new plugin: Then, in an agent session pointed at my-plugin/ , say: The agent will replace the template's placeholders, implement the behavior, wire it into a test profile, write tests, and prepare it for distribution — asking you when a decision needs your input. Add the skills to an existing plugin repository , instead of scaffolding fresh: Then load dsh-forge-guide (or a specific stage skill — see the table below) in that repository. What's included Skills Load dsh-forge-guide to run the full workflow, or load a single stage skill directly if you're picking up partway through: Skill Use it for dsh-forge-design Deciding plugin form, dependencies, and config before writing code. dsh-forge-init Scaffolding a repository from template/ . dsh-forge-build Implementing tools, events, and behavior. dsh-forge-wire Installing the plugin into a real profile and confirming it activated. dsh-forge-verify Writing tests that catch DSH's actual failure modes. dsh-forge-ship Pr…

View full README on GitHub →
Agentsagent-skillscordisdeepseek-harnessdshdsh-pluginllm-agentplugin-developmentplugin-template

Category