zephyrpersonal/dsh-plugin-development-skill

zephyrpersonal★ 0PythonLast synced: 2026-08-15

Open on GitHub

A reusable agent skill that turns user ideas into DeepSeek Harness plugins.

README excerpt

dsh-plugin-development-skill English 简体中文 A reusable skill that turns a user idea into a DeepSeek Harness plugin. This repository is the standalone source for the dsh-plugin-development skill. The skill teaches an agent how to: - decide whether an idea belongs in a plugin, - map the idea to the correct Harness extension point, - choose between a scratch plugin, workspace package, installable bundle, or dynamic runtime plugin, - implement a Cordis plugin with correct lifecycle, effects, configuration, and tool contracts, - compose and run it, - verify and finish with the repository's required checks. Dependencies The skill itself has no runtime dependencies. The @deepseek-ai/ imports in the blueprints are provided by the DeepSeek Harness runtime and repository workspace; do not install them separately when developing inside a deepseek-harness checkout or an installed dsh runtime. Installation npx skills Install directly from this GitHub repository with the skills CLI: To install only the dsh-plugin-development skill without prompting: Claude Code / Codex Clone or copy this repository into your project's skills directory: The skill is also compatible with .agents/skills/ because Deep…

View full README on GitHub →
Agentsclaude-codecodexdeepseekdeepseek-harnessdsh-pluginskillsagent

Category