striveh/dsh-plugin-development

striveh★ 0JavaScript最后同步: 2026-08-21

在 GitHub 打开

Unofficial thin, source-driven Agent Skill for DeepSeek Harness plugin development

README 摘要

DSH Plugin Development 中文 An unofficial, independently maintained Agent Skill for developing DeepSeek Harness plugins against the DSH version that will actually run them. It is deliberately a thin router. The Skill decides which plugin form, source authorities, and acceptance evidence a task needs; current DSH APIs remain in the target checkout's code and documentation. That split follows DSH's own documentation standard: Skills own reusable workflows and specialized decisions, while product and runtime contracts stay in docs or source. It is evidence of alignment with the inspected design, not an endorsement of this repository. Why a thin router - Less drift: manifests, service signatures, Client module rules, CLI flags, and test commands are read from the target DSH version instead of copied here. - Bounded Skill context: the installed Skill contains only SKILL.md and display metadata. The entrypoint has hard limits of 120 lines and 12 KiB; supporting evidence is not injected unless it is needed. - Better first decision: it distinguishes four delivery modes—live dynamic, local overlay, workspace package, and installable bundle—then classifies Host, Client, or both. - Evidence ove…

在 GitHub 查看完整 README →
Agent/智能体agent-skillscodexdeepseek-harnessdsh-pluginskills-shagent

分类