dsh-dual-plugin-guide
Run the following command in DeepSeek Harness:
dsh plugin install Fectivnfy112357/dsh-dual-plugin-guide
Paste the following prompt into your AI chat to install this plugin:
Install this plugin in DeepSeek Harness by running dsh plugin install Fectivnfy112357/dsh-dual-plugin-guide; the full source is available at https://github.com/Fectivnfy112357/dsh-dual-plugin-guide
About this plugin
You ship a plugin that installs fine in DSH, only to discover that Codex, Cursor, or VS Code cannot read it. dsh-dual-plugin-guide exists to solve exactly that multi-ecosystem compatibility headache. It teaches an agent how to produce both a DSH static plugin package and an Agent Plugins 1.0 artifact from a single directory and a single skills/ content source, with the same tree also discoverable by npx skills, so one set of files feeds three different loaders. The bundled scaffold.mjs script generates a structurally valid dual-format skeleton in one command, removing the tedious manual alignment of resourceBase paths, plugin.json fields, and directory conventions so the agent can focus on skill content rather than packaging choreography. It is best suited for agent-plugin developers who want to reach both the DSH community and the broader Agent Plugins 1.0 ecosystem (Codex, Cursor, VS Code, and friends) without maintaining two parallel repositories.
Use Cases
- Building a new plugin that must load in both DSH and Codex/Cursor/VS Code agents
- Migrating an existing single-format plugin into a dual-format layout
- Generating a spec-compliant skills/ skeleton and verifying it across three loaders
Best For
- Agent plugin developers maintaining multi-ecosystem compatibility
- Teams standardizing plugin architecture across DSH and Agent Plugins 1.0
- Developers new to multi-format agent skill specifications
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.