AI Agent Hub
Back to plugins
⚙️

dsh-dual-plugin-guide

Workflow Updated 2026.08.17

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