
PerryLink/dsh-plugin-guide
30Last commit Aug 15, 2026
dsh-plugin-guide DSH plugin
This repository provides a complete knowledge base for building DeepSeek Harness plugins, including official docs, community deep-dives, and battle-tested pitfalls. It is packaged as a DSH bundle that registers the entire knowledge base as the `dsh-plugin-guide` agent skill, accessible on demand in every session.
How to install the dsh-plugin-guide DSH plugin
dsh plugin --profile <profile> add github:PerryLink/dsh-plugin-guide#<sha>This source command needs manual review. Copying does not run it.
dsh-plugin-guide DSH plugin data source
dsh-plugin-guide DSH plugin snapshot date: Aug 16, 2026
discovered
What the dsh-plugin-guide DSH plugin can do
- Installable as a DSH plugin that registers a knowledge-base agent skill
- Includes official DSH documentation (215 pages, EN + ZH) as verbatim copies
- Covers 114 community repos with 15 deep-dived analyses
- Documents 20+ real-world pitfalls with root causes and fixes
- Provides a quick-reference cheat sheet in 5 languages
- Supports automated sync scripts to keep docs and topic snapshots fresh
Where the dsh-plugin-guide DSH plugin fits
- Learn DSH plugin development from scratch using the 10-chapter guide
- Quickly reference plugin APIs, events, and configuration from official docs
- Avoid common mistakes by consulting the curated pitfalls collection
- Discover community templates, scaffolds, and SDKs for faster development
- Use the agent skill to ask questions and get guided help during plugin development
Who the dsh-plugin-guide DSH plugin is for
- DSH plugin developers who need a comprehensive reference and skill-based guidance
- DeepSeek Harness power users who want to extend the platform with custom plugins
dsh-plugin-guide DSH plugin limitations
- Community-maintained, not an official DeepSeek product
- DeepSeek Harness is in developer preview and may ship breaking changes
- Requires a working DSH environment with `dsh` CLI available
- Optional peer dependency on `@deepseek-ai/dsh@0.1.0-rc.6`; compatibility with other versions not guaranteed
dsh-plugin-guide DSH plugin: from the repository README
Quoted from the PerryLink/dsh-plugin-guide README, the upstream source of the dsh-plugin-guide DSH plugin. Copyright remains with the original authors.
**Everything you need to build [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) plugins.** Official docs archive · Cordis primer · community deep-dives · battle-tested pitfalls · agent skill [English](README.md) · [中文](README.zh-CN.md) · [Español](README.es.md) · [Português](README.pt.md) · [हिन्दी](README.hi.md) [](https://github.com/PerryLink/dsh-plugin-guide/stargazers) [](https://github.com/PerryLink/dsh-plugin-guide/network/members) [](https://github.com/PerryLink/dsh-plugin-guide/actions/workflows/verify.yml) [](https://www.npmjs.com/package/dsh-plugin-guide) [](http
Read the full READMERepository license: Apache-2.0
dsh-plugin-guide DSH plugin questions
How do I install dsh-plugin-guide as a DSH plugin?
You can install it from a git checkout using `dsh plugin --profile <profile> add github:PerryLink/dsh-plugin-guide#<sha>`, or pack a tarball with `pnpm pack` and then `dsh plugin --profile <profile> add ./dsh-plugin-guide-<version>.tgz`. After installation, verify with `dsh --profile <profile> --dump-config` and look for the `dsh-plugin-guide` layer.
What content is included in this plugin?
The plugin includes a full 10-chapter plugin development guide, a one-page quick reference cheat sheet, verbatim copies of official DSH docs (215 pages), analysis of 114 community repos, 20+ battle-tested pitfalls, and links to curated resources. It also registers an agent skill named `dsh-plugin-guide` that you can invoke during sessions.
Is this an official DeepSeek product?
No, it is community-maintained by PerryLink and is not an official DeepSeek product. It is based on DeepSeek Harness, which is in developer preview and may ship breaking changes. The official docs included in the `references/official-docs/` folder are the source of truth.
How do I update the plugin to the latest content?
You can re-pull the git repository and reinstall the plugin. The README also provides sync scripts like `scripts/sync-official-docs.ps1` and `scripts/download-community-repos.ps1` to refresh the local copies. The CI runs `verify-kit` on every push to ensure freshness.
Can I use this plugin as a plain agent skill without DSH?
The plugin is designed to be installed inside DSH. However, the README also describes a way to copy the folder as a plain agent skill using the provided PowerShell script (`scripts/install-skill.ps1`). You can place it in your agent's skill directory and then ask your agent to use the `dsh-plugin-guide` skill.