dsh-plugin-guide 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (374) hide show
  1. package/LICENSE +202 -0
  2. package/NOTICE.md +26 -0
  3. package/README.es.md +139 -0
  4. package/README.hi.md +138 -0
  5. package/README.md +165 -0
  6. package/README.pt.md +139 -0
  7. package/README.zh-CN.md +164 -0
  8. package/SKILL.md +69 -0
  9. package/cordis.patch.yml +4 -0
  10. package/guide/links.md +92 -0
  11. package/guide/plugin-dev-guide.md +429 -0
  12. package/guide/quick-reference.es.md +176 -0
  13. package/guide/quick-reference.hi.md +176 -0
  14. package/guide/quick-reference.md +176 -0
  15. package/guide/quick-reference.pt.md +176 -0
  16. package/guide/quick-reference.zh-CN.md +175 -0
  17. package/index.js +58 -0
  18. package/package.json +83 -0
  19. package/references/community-ecosystem.md +201 -0
  20. package/references/community-repo-deep-dive.md +695 -0
  21. package/references/cordis-paper-and-community.md +326 -0
  22. package/references/harness-repo.md +654 -0
  23. package/references/official-docs/AGENTS.md +149 -0
  24. package/references/official-docs/BENCHMARK.md +3 -0
  25. package/references/official-docs/CLAUDE.md +1 -0
  26. package/references/official-docs/CONTRIBUTING.i18n.yaml +6 -0
  27. package/references/official-docs/CONTRIBUTING.md +23 -0
  28. package/references/official-docs/CONTRIBUTING.zh.md +23 -0
  29. package/references/official-docs/LICENSE +21 -0
  30. package/references/official-docs/README.i18n.yaml +6 -0
  31. package/references/official-docs/README.md +35 -0
  32. package/references/official-docs/README.zh.md +74 -0
  33. package/references/official-docs/SNAPSHOT.md +16 -0
  34. package/references/official-docs/THIRD_PARTY_NOTICES.md +192 -0
  35. package/references/official-docs/docs/AGENTS.md +75 -0
  36. package/references/official-docs/docs/agent-lifecycle.i18n.yaml +6 -0
  37. package/references/official-docs/docs/agent-lifecycle.md +82 -0
  38. package/references/official-docs/docs/agent-lifecycle.zh.md +84 -0
  39. package/references/official-docs/docs/api-gateway.i18n.yaml +6 -0
  40. package/references/official-docs/docs/api-gateway.md +164 -0
  41. package/references/official-docs/docs/api-gateway.zh.md +164 -0
  42. package/references/official-docs/docs/architecture.i18n.yaml +6 -0
  43. package/references/official-docs/docs/architecture.md +129 -0
  44. package/references/official-docs/docs/architecture.zh.md +133 -0
  45. package/references/official-docs/docs/capability-seams.i18n.yaml +6 -0
  46. package/references/official-docs/docs/capability-seams.md +471 -0
  47. package/references/official-docs/docs/capability-seams.zh.md +473 -0
  48. package/references/official-docs/docs/config-catalog.i18n.yaml +6 -0
  49. package/references/official-docs/docs/config-catalog.md +3151 -0
  50. package/references/official-docs/docs/config-catalog.zh.md +3152 -0
  51. package/references/official-docs/docs/cookbook/adding-a-conversation-node.i18n.yaml +6 -0
  52. package/references/official-docs/docs/cookbook/adding-a-conversation-node.md +233 -0
  53. package/references/official-docs/docs/cookbook/adding-a-conversation-node.zh.md +233 -0
  54. package/references/official-docs/docs/cookbook/adding-a-package.i18n.yaml +6 -0
  55. package/references/official-docs/docs/cookbook/adding-a-package.md +118 -0
  56. package/references/official-docs/docs/cookbook/adding-a-package.zh.md +118 -0
  57. package/references/official-docs/docs/cookbook/adding-a-tool.i18n.yaml +6 -0
  58. package/references/official-docs/docs/cookbook/adding-a-tool.md +94 -0
  59. package/references/official-docs/docs/cookbook/adding-a-tool.zh.md +96 -0
  60. package/references/official-docs/docs/cookbook/adding-a-vendored-package.i18n.yaml +6 -0
  61. package/references/official-docs/docs/cookbook/adding-a-vendored-package.md +59 -0
  62. package/references/official-docs/docs/cookbook/adding-a-vendored-package.zh.md +59 -0
  63. package/references/official-docs/docs/cookbook/adding-an-llm-adapter.i18n.yaml +6 -0
  64. package/references/official-docs/docs/cookbook/adding-an-llm-adapter.md +43 -0
  65. package/references/official-docs/docs/cookbook/adding-an-llm-adapter.zh.md +43 -0
  66. package/references/official-docs/docs/cookbook/extension-cookbook.i18n.yaml +6 -0
  67. package/references/official-docs/docs/cookbook/extension-cookbook.md +129 -0
  68. package/references/official-docs/docs/cookbook/extension-cookbook.zh.md +131 -0
  69. package/references/official-docs/docs/cookbook/maintaining-dsh-code-review.i18n.yaml +6 -0
  70. package/references/official-docs/docs/cookbook/maintaining-dsh-code-review.md +64 -0
  71. package/references/official-docs/docs/cookbook/maintaining-dsh-code-review.zh.md +64 -0
  72. package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.i18n.yaml +6 -0
  73. package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.md +32 -0
  74. package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.zh.md +32 -0
  75. package/references/official-docs/docs/cordis-api/context.i18n.yaml +6 -0
  76. package/references/official-docs/docs/cordis-api/context.md +364 -0
  77. package/references/official-docs/docs/cordis-api/context.zh.md +366 -0
  78. package/references/official-docs/docs/cordis-api/events.i18n.yaml +6 -0
  79. package/references/official-docs/docs/cordis-api/events.md +207 -0
  80. package/references/official-docs/docs/cordis-api/events.zh.md +209 -0
  81. package/references/official-docs/docs/cordis-api/fiber.i18n.yaml +6 -0
  82. package/references/official-docs/docs/cordis-api/fiber.md +375 -0
  83. package/references/official-docs/docs/cordis-api/fiber.zh.md +377 -0
  84. package/references/official-docs/docs/cordis-api/inherited.md +39 -0
  85. package/references/official-docs/docs/cordis-api/registry.i18n.yaml +6 -0
  86. package/references/official-docs/docs/cordis-api/registry.md +152 -0
  87. package/references/official-docs/docs/cordis-api/registry.zh.md +154 -0
  88. package/references/official-docs/docs/cordis-api/service.i18n.yaml +6 -0
  89. package/references/official-docs/docs/cordis-api/service.md +102 -0
  90. package/references/official-docs/docs/cordis-api/service.zh.md +104 -0
  91. package/references/official-docs/docs/cordis-primer.i18n.yaml +6 -0
  92. package/references/official-docs/docs/cordis-primer.md +44 -0
  93. package/references/official-docs/docs/cordis-primer.zh.md +50 -0
  94. package/references/official-docs/docs/cordis-tutorial/01-first-plugin.i18n.yaml +6 -0
  95. package/references/official-docs/docs/cordis-tutorial/01-first-plugin.md +95 -0
  96. package/references/official-docs/docs/cordis-tutorial/01-first-plugin.zh.md +95 -0
  97. package/references/official-docs/docs/cordis-tutorial/02-lifecycle-and-effects.i18n.yaml +6 -0
  98. package/references/official-docs/docs/cordis-tutorial/02-lifecycle-and-effects.md +98 -0
  99. package/references/official-docs/docs/cordis-tutorial/02-lifecycle-and-effects.zh.md +98 -0
  100. package/references/official-docs/docs/cordis-tutorial/03-services.i18n.yaml +6 -0
  101. package/references/official-docs/docs/cordis-tutorial/03-services.md +98 -0
  102. package/references/official-docs/docs/cordis-tutorial/03-services.zh.md +98 -0
  103. package/references/official-docs/docs/cordis-tutorial/04-events.i18n.yaml +6 -0
  104. package/references/official-docs/docs/cordis-tutorial/04-events.md +144 -0
  105. package/references/official-docs/docs/cordis-tutorial/04-events.zh.md +144 -0
  106. package/references/official-docs/docs/cordis-tutorial/05-config.i18n.yaml +6 -0
  107. package/references/official-docs/docs/cordis-tutorial/05-config.md +84 -0
  108. package/references/official-docs/docs/cordis-tutorial/05-config.zh.md +84 -0
  109. package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.i18n.yaml +6 -0
  110. package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.md +113 -0
  111. package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.zh.md +113 -0
  112. package/references/official-docs/docs/cordis-tutorial/07-into-the-harness.i18n.yaml +6 -0
  113. package/references/official-docs/docs/cordis-tutorial/07-into-the-harness.md +107 -0
  114. package/references/official-docs/docs/cordis-tutorial/07-into-the-harness.zh.md +107 -0
  115. package/references/official-docs/docs/cordis-tutorial/index.i18n.yaml +6 -0
  116. package/references/official-docs/docs/cordis-tutorial/index.md +60 -0
  117. package/references/official-docs/docs/cordis-tutorial/index.zh.md +62 -0
  118. package/references/official-docs/docs/defensive-patterns.i18n.yaml +6 -0
  119. package/references/official-docs/docs/defensive-patterns.md +33 -0
  120. package/references/official-docs/docs/defensive-patterns.zh.md +33 -0
  121. package/references/official-docs/docs/development.i18n.yaml +6 -0
  122. package/references/official-docs/docs/development.md +171 -0
  123. package/references/official-docs/docs/development.zh.md +171 -0
  124. package/references/official-docs/docs/event-producer-consumer.i18n.yaml +6 -0
  125. package/references/official-docs/docs/event-producer-consumer.md +76 -0
  126. package/references/official-docs/docs/event-producer-consumer.zh.md +78 -0
  127. package/references/official-docs/docs/glossary.i18n.yaml +6 -0
  128. package/references/official-docs/docs/glossary.md +45 -0
  129. package/references/official-docs/docs/glossary.zh.md +45 -0
  130. package/references/official-docs/docs/graph-atlas.i18n.yaml +6 -0
  131. package/references/official-docs/docs/graph-atlas.md +24 -0
  132. package/references/official-docs/docs/graph-atlas.zh.md +26 -0
  133. package/references/official-docs/docs/i18n/README.i18n.yaml +6 -0
  134. package/references/official-docs/docs/i18n/README.md +60 -0
  135. package/references/official-docs/docs/i18n/README.zh.md +60 -0
  136. package/references/official-docs/docs/i18n/style-samples.md +87 -0
  137. package/references/official-docs/docs/i18n/terminology.md +214 -0
  138. package/references/official-docs/docs/i18n/translation-prompt.md +263 -0
  139. package/references/official-docs/docs/i18n/translation-rules.i18n.yaml +6 -0
  140. package/references/official-docs/docs/i18n/translation-rules.md +69 -0
  141. package/references/official-docs/docs/i18n/translation-rules.zh.md +69 -0
  142. package/references/official-docs/docs/module-graph.i18n.yaml +6 -0
  143. package/references/official-docs/docs/module-graph.md +1638 -0
  144. package/references/official-docs/docs/module-graph.zh.md +1640 -0
  145. package/references/official-docs/docs/persistence-catalog.i18n.yaml +6 -0
  146. package/references/official-docs/docs/persistence-catalog.md +944 -0
  147. package/references/official-docs/docs/persistence-catalog.zh.md +946 -0
  148. package/references/official-docs/docs/postmortem/0001-acp-default-export-drops-inject.i18n.yaml +6 -0
  149. package/references/official-docs/docs/postmortem/0001-acp-default-export-drops-inject.md +113 -0
  150. package/references/official-docs/docs/postmortem/0001-acp-default-export-drops-inject.zh.md +113 -0
  151. package/references/official-docs/docs/postmortem/0002-js-expression-disabled-filesystem-tools.i18n.yaml +6 -0
  152. package/references/official-docs/docs/postmortem/0002-js-expression-disabled-filesystem-tools.md +47 -0
  153. package/references/official-docs/docs/postmortem/0002-js-expression-disabled-filesystem-tools.zh.md +47 -0
  154. package/references/official-docs/docs/postmortem/0003-web-agent-gui-feedback-loop.i18n.yaml +6 -0
  155. package/references/official-docs/docs/postmortem/0003-web-agent-gui-feedback-loop.md +53 -0
  156. package/references/official-docs/docs/postmortem/0003-web-agent-gui-feedback-loop.zh.md +53 -0
  157. package/references/official-docs/docs/postmortem/0004-landlock-partial-notice-misclassified-child-failures.i18n.yaml +6 -0
  158. package/references/official-docs/docs/postmortem/0004-landlock-partial-notice-misclassified-child-failures.md +55 -0
  159. package/references/official-docs/docs/postmortem/0004-landlock-partial-notice-misclassified-child-failures.zh.md +55 -0
  160. package/references/official-docs/docs/postmortem/README.i18n.yaml +6 -0
  161. package/references/official-docs/docs/postmortem/README.md +18 -0
  162. package/references/official-docs/docs/postmortem/README.zh.md +18 -0
  163. package/references/official-docs/docs/rescope.i18n.yaml +6 -0
  164. package/references/official-docs/docs/rescope.md +53 -0
  165. package/references/official-docs/docs/rescope.zh.md +53 -0
  166. package/references/official-docs/docs/subsystems/README.i18n.yaml +6 -0
  167. package/references/official-docs/docs/subsystems/README.md +55 -0
  168. package/references/official-docs/docs/subsystems/README.zh.md +55 -0
  169. package/references/official-docs/docs/subsystems/approval.i18n.yaml +6 -0
  170. package/references/official-docs/docs/subsystems/approval.md +170 -0
  171. package/references/official-docs/docs/subsystems/approval.zh.md +170 -0
  172. package/references/official-docs/docs/subsystems/attachment.i18n.yaml +6 -0
  173. package/references/official-docs/docs/subsystems/attachment.md +115 -0
  174. package/references/official-docs/docs/subsystems/attachment.zh.md +115 -0
  175. package/references/official-docs/docs/subsystems/client-modules.i18n.yaml +6 -0
  176. package/references/official-docs/docs/subsystems/client-modules.md +118 -0
  177. package/references/official-docs/docs/subsystems/client-modules.zh.md +118 -0
  178. package/references/official-docs/docs/subsystems/code-runtime.i18n.yaml +6 -0
  179. package/references/official-docs/docs/subsystems/code-runtime.md +191 -0
  180. package/references/official-docs/docs/subsystems/code-runtime.zh.md +191 -0
  181. package/references/official-docs/docs/subsystems/commands.i18n.yaml +6 -0
  182. package/references/official-docs/docs/subsystems/commands.md +187 -0
  183. package/references/official-docs/docs/subsystems/commands.zh.md +187 -0
  184. package/references/official-docs/docs/subsystems/compaction.i18n.yaml +6 -0
  185. package/references/official-docs/docs/subsystems/compaction.md +238 -0
  186. package/references/official-docs/docs/subsystems/compaction.zh.md +238 -0
  187. package/references/official-docs/docs/subsystems/core.i18n.yaml +6 -0
  188. package/references/official-docs/docs/subsystems/core.md +1070 -0
  189. package/references/official-docs/docs/subsystems/core.zh.md +1078 -0
  190. package/references/official-docs/docs/subsystems/credentials.i18n.yaml +6 -0
  191. package/references/official-docs/docs/subsystems/credentials.md +133 -0
  192. package/references/official-docs/docs/subsystems/credentials.zh.md +133 -0
  193. package/references/official-docs/docs/subsystems/extensions.i18n.yaml +6 -0
  194. package/references/official-docs/docs/subsystems/extensions.md +364 -0
  195. package/references/official-docs/docs/subsystems/extensions.zh.md +364 -0
  196. package/references/official-docs/docs/subsystems/feedback.i18n.yaml +6 -0
  197. package/references/official-docs/docs/subsystems/feedback.md +266 -0
  198. package/references/official-docs/docs/subsystems/feedback.zh.md +266 -0
  199. package/references/official-docs/docs/subsystems/filesystem.i18n.yaml +6 -0
  200. package/references/official-docs/docs/subsystems/filesystem.md +495 -0
  201. package/references/official-docs/docs/subsystems/filesystem.zh.md +495 -0
  202. package/references/official-docs/docs/subsystems/goal.i18n.yaml +6 -0
  203. package/references/official-docs/docs/subsystems/goal.md +277 -0
  204. package/references/official-docs/docs/subsystems/goal.zh.md +277 -0
  205. package/references/official-docs/docs/subsystems/invariants.i18n.yaml +6 -0
  206. package/references/official-docs/docs/subsystems/invariants.md +88 -0
  207. package/references/official-docs/docs/subsystems/invariants.zh.md +88 -0
  208. package/references/official-docs/docs/subsystems/jobs.i18n.yaml +6 -0
  209. package/references/official-docs/docs/subsystems/jobs.md +290 -0
  210. package/references/official-docs/docs/subsystems/jobs.zh.md +290 -0
  211. package/references/official-docs/docs/subsystems/llm-streaming.i18n.yaml +6 -0
  212. package/references/official-docs/docs/subsystems/llm-streaming.md +888 -0
  213. package/references/official-docs/docs/subsystems/llm-streaming.zh.md +894 -0
  214. package/references/official-docs/docs/subsystems/lsp.i18n.yaml +6 -0
  215. package/references/official-docs/docs/subsystems/lsp.md +202 -0
  216. package/references/official-docs/docs/subsystems/lsp.zh.md +202 -0
  217. package/references/official-docs/docs/subsystems/permission-presets.i18n.yaml +6 -0
  218. package/references/official-docs/docs/subsystems/permission-presets.md +131 -0
  219. package/references/official-docs/docs/subsystems/permission-presets.zh.md +131 -0
  220. package/references/official-docs/docs/subsystems/persistence.i18n.yaml +6 -0
  221. package/references/official-docs/docs/subsystems/persistence.md +385 -0
  222. package/references/official-docs/docs/subsystems/persistence.zh.md +385 -0
  223. package/references/official-docs/docs/subsystems/plan.i18n.yaml +6 -0
  224. package/references/official-docs/docs/subsystems/plan.md +87 -0
  225. package/references/official-docs/docs/subsystems/plan.zh.md +87 -0
  226. package/references/official-docs/docs/subsystems/sandbox.i18n.yaml +6 -0
  227. package/references/official-docs/docs/subsystems/sandbox.md +218 -0
  228. package/references/official-docs/docs/subsystems/sandbox.zh.md +218 -0
  229. package/references/official-docs/docs/subsystems/schedule.i18n.yaml +6 -0
  230. package/references/official-docs/docs/subsystems/schedule.md +186 -0
  231. package/references/official-docs/docs/subsystems/schedule.zh.md +186 -0
  232. package/references/official-docs/docs/subsystems/scope.i18n.yaml +6 -0
  233. package/references/official-docs/docs/subsystems/scope.md +59 -0
  234. package/references/official-docs/docs/subsystems/scope.zh.md +59 -0
  235. package/references/official-docs/docs/subsystems/session-projection.i18n.yaml +6 -0
  236. package/references/official-docs/docs/subsystems/session-projection.md +262 -0
  237. package/references/official-docs/docs/subsystems/session-projection.zh.md +262 -0
  238. package/references/official-docs/docs/subsystems/session-query.i18n.yaml +6 -0
  239. package/references/official-docs/docs/subsystems/session-query.md +495 -0
  240. package/references/official-docs/docs/subsystems/session-query.zh.md +495 -0
  241. package/references/official-docs/docs/subsystems/session-reference.i18n.yaml +6 -0
  242. package/references/official-docs/docs/subsystems/session-reference.md +108 -0
  243. package/references/official-docs/docs/subsystems/session-reference.zh.md +108 -0
  244. package/references/official-docs/docs/subsystems/session-telemetry.i18n.yaml +6 -0
  245. package/references/official-docs/docs/subsystems/session-telemetry.md +194 -0
  246. package/references/official-docs/docs/subsystems/session-telemetry.zh.md +194 -0
  247. package/references/official-docs/docs/subsystems/session-title.i18n.yaml +6 -0
  248. package/references/official-docs/docs/subsystems/session-title.md +204 -0
  249. package/references/official-docs/docs/subsystems/session-title.zh.md +204 -0
  250. package/references/official-docs/docs/subsystems/session.i18n.yaml +6 -0
  251. package/references/official-docs/docs/subsystems/session.md +849 -0
  252. package/references/official-docs/docs/subsystems/session.zh.md +851 -0
  253. package/references/official-docs/docs/subsystems/settings.i18n.yaml +6 -0
  254. package/references/official-docs/docs/subsystems/settings.md +310 -0
  255. package/references/official-docs/docs/subsystems/settings.zh.md +310 -0
  256. package/references/official-docs/docs/subsystems/shell.i18n.yaml +6 -0
  257. package/references/official-docs/docs/subsystems/shell.md +303 -0
  258. package/references/official-docs/docs/subsystems/shell.zh.md +303 -0
  259. package/references/official-docs/docs/subsystems/skills.i18n.yaml +6 -0
  260. package/references/official-docs/docs/subsystems/skills.md +331 -0
  261. package/references/official-docs/docs/subsystems/skills.zh.md +331 -0
  262. package/references/official-docs/docs/subsystems/spill.i18n.yaml +6 -0
  263. package/references/official-docs/docs/subsystems/spill.md +117 -0
  264. package/references/official-docs/docs/subsystems/spill.zh.md +117 -0
  265. package/references/official-docs/docs/subsystems/storage.i18n.yaml +6 -0
  266. package/references/official-docs/docs/subsystems/storage.md +229 -0
  267. package/references/official-docs/docs/subsystems/storage.zh.md +229 -0
  268. package/references/official-docs/docs/subsystems/subagent.i18n.yaml +6 -0
  269. package/references/official-docs/docs/subsystems/subagent.md +734 -0
  270. package/references/official-docs/docs/subsystems/subagent.zh.md +736 -0
  271. package/references/official-docs/docs/subsystems/subprocess.i18n.yaml +6 -0
  272. package/references/official-docs/docs/subsystems/subprocess.md +324 -0
  273. package/references/official-docs/docs/subsystems/subprocess.zh.md +324 -0
  274. package/references/official-docs/docs/subsystems/system-prompt.i18n.yaml +6 -0
  275. package/references/official-docs/docs/subsystems/system-prompt.md +207 -0
  276. package/references/official-docs/docs/subsystems/system-prompt.zh.md +207 -0
  277. package/references/official-docs/docs/subsystems/terminal.i18n.yaml +6 -0
  278. package/references/official-docs/docs/subsystems/terminal.md +184 -0
  279. package/references/official-docs/docs/subsystems/terminal.zh.md +184 -0
  280. package/references/official-docs/docs/subsystems/token-meter.i18n.yaml +6 -0
  281. package/references/official-docs/docs/subsystems/token-meter.md +90 -0
  282. package/references/official-docs/docs/subsystems/token-meter.zh.md +90 -0
  283. package/references/official-docs/docs/subsystems/tools.i18n.yaml +6 -0
  284. package/references/official-docs/docs/subsystems/tools.md +720 -0
  285. package/references/official-docs/docs/subsystems/tools.zh.md +720 -0
  286. package/references/official-docs/docs/subsystems/typert.i18n.yaml +6 -0
  287. package/references/official-docs/docs/subsystems/typert.md +336 -0
  288. package/references/official-docs/docs/subsystems/typert.zh.md +336 -0
  289. package/references/official-docs/docs/subsystems/user-questions.i18n.yaml +6 -0
  290. package/references/official-docs/docs/subsystems/user-questions.md +178 -0
  291. package/references/official-docs/docs/subsystems/user-questions.zh.md +178 -0
  292. package/references/official-docs/docs/subsystems/web-server.i18n.yaml +6 -0
  293. package/references/official-docs/docs/subsystems/web-server.md +108 -0
  294. package/references/official-docs/docs/subsystems/web-server.zh.md +108 -0
  295. package/references/official-docs/docs/subsystems/web.i18n.yaml +6 -0
  296. package/references/official-docs/docs/subsystems/web.md +199 -0
  297. package/references/official-docs/docs/subsystems/web.zh.md +199 -0
  298. package/references/official-docs/docs/subsystems/workflow.i18n.yaml +6 -0
  299. package/references/official-docs/docs/subsystems/workflow.md +278 -0
  300. package/references/official-docs/docs/subsystems/workflow.zh.md +278 -0
  301. package/references/official-docs/docs/subsystems/workspace.i18n.yaml +6 -0
  302. package/references/official-docs/docs/subsystems/workspace.md +228 -0
  303. package/references/official-docs/docs/subsystems/workspace.zh.md +228 -0
  304. package/references/official-docs/docs/testing.i18n.yaml +6 -0
  305. package/references/official-docs/docs/testing.md +49 -0
  306. package/references/official-docs/docs/testing.zh.md +49 -0
  307. package/references/official-docs/docs/tool-catalog.i18n.yaml +6 -0
  308. package/references/official-docs/docs/tool-catalog.md +1873 -0
  309. package/references/official-docs/docs/tool-catalog.zh.md +1878 -0
  310. package/references/official-docs/docs/tool-execution-pipeline.i18n.yaml +6 -0
  311. package/references/official-docs/docs/tool-execution-pipeline.md +62 -0
  312. package/references/official-docs/docs/tool-execution-pipeline.zh.md +64 -0
  313. package/references/official-docs/docs/user/develop/basic/config.i18n.yaml +6 -0
  314. package/references/official-docs/docs/user/develop/basic/config.md +106 -0
  315. package/references/official-docs/docs/user/develop/basic/config.zh.md +106 -0
  316. package/references/official-docs/docs/user/develop/basic/index.i18n.yaml +6 -0
  317. package/references/official-docs/docs/user/develop/basic/index.md +144 -0
  318. package/references/official-docs/docs/user/develop/basic/index.zh.md +144 -0
  319. package/references/official-docs/docs/user/develop/basic/publish.i18n.yaml +6 -0
  320. package/references/official-docs/docs/user/develop/basic/publish.md +183 -0
  321. package/references/official-docs/docs/user/develop/basic/publish.zh.md +183 -0
  322. package/references/official-docs/docs/user/develop/basic/tool.i18n.yaml +6 -0
  323. package/references/official-docs/docs/user/develop/basic/tool.md +52 -0
  324. package/references/official-docs/docs/user/develop/basic/tool.zh.md +52 -0
  325. package/references/official-docs/docs/user/develop/framework/events.i18n.yaml +6 -0
  326. package/references/official-docs/docs/user/develop/framework/events.md +143 -0
  327. package/references/official-docs/docs/user/develop/framework/events.zh.md +143 -0
  328. package/references/official-docs/docs/user/develop/framework/index.i18n.yaml +6 -0
  329. package/references/official-docs/docs/user/develop/framework/index.md +137 -0
  330. package/references/official-docs/docs/user/develop/framework/index.zh.md +137 -0
  331. package/references/official-docs/docs/user/develop/framework/service.i18n.yaml +6 -0
  332. package/references/official-docs/docs/user/develop/framework/service.md +148 -0
  333. package/references/official-docs/docs/user/develop/framework/service.zh.md +150 -0
  334. package/references/official-docs/docs/user/develop/practice/index.i18n.yaml +6 -0
  335. package/references/official-docs/docs/user/develop/practice/index.md +155 -0
  336. package/references/official-docs/docs/user/develop/practice/index.zh.md +155 -0
  337. package/references/official-docs/docs/user/develop/practice/llm-adapter.i18n.yaml +6 -0
  338. package/references/official-docs/docs/user/develop/practice/llm-adapter.md +188 -0
  339. package/references/official-docs/docs/user/develop/practice/llm-adapter.zh.md +188 -0
  340. package/references/official-docs/docs/user/guide/index.i18n.yaml +6 -0
  341. package/references/official-docs/docs/user/guide/index.md +30 -0
  342. package/references/official-docs/docs/user/guide/index.zh.md +30 -0
  343. package/references/official-docs/docs/user/guide/providers-custom-form.png +0 -0
  344. package/references/official-docs/docs/user/guide/providers-custom-form.zh.png +0 -0
  345. package/references/official-docs/docs/user/guide/providers-models-page.png +0 -0
  346. package/references/official-docs/docs/user/guide/providers-models-page.zh.png +0 -0
  347. package/references/official-docs/docs/user/guide/providers.i18n.yaml +6 -0
  348. package/references/official-docs/docs/user/guide/providers.md +98 -0
  349. package/references/official-docs/docs/user/guide/providers.zh.md +98 -0
  350. package/references/official-docs/docs/user/guide/python-sdk.i18n.yaml +6 -0
  351. package/references/official-docs/docs/user/guide/python-sdk.md +104 -0
  352. package/references/official-docs/docs/user/guide/python-sdk.zh.md +104 -0
  353. package/references/official-docs/docs/user/index.i18n.yaml +6 -0
  354. package/references/official-docs/docs/user/index.md +11 -0
  355. package/references/official-docs/docs/user/index.zh.md +11 -0
  356. package/references/official-docs/docs/web-styling.i18n.yaml +6 -0
  357. package/references/official-docs/docs/web-styling.md +25 -0
  358. package/references/official-docs/docs/web-styling.zh.md +25 -0
  359. package/references/official-docs/examples/AGENTS.md +20 -0
  360. package/references/official-docs/packages/AGENTS.md +27 -0
  361. package/references/official-docs/packages/README.md +69 -0
  362. package/references/official-docs/vendor/README.md +60 -0
  363. package/references/official-docs/website-docs.ts +524 -0
  364. package/references/sources.md +137 -0
  365. package/references/upstream-cordis.md +594 -0
  366. package/references/website-pages.md +668 -0
  367. package/scripts/archive-discussions.ps1 +154 -0
  368. package/scripts/download-community-articles.ps1 +188 -0
  369. package/scripts/download-community-repos.ps1 +232 -0
  370. package/scripts/download-sources.ps1 +195 -0
  371. package/scripts/gen-topic-snapshot.ps1 +91 -0
  372. package/scripts/install-skill.ps1 +63 -0
  373. package/scripts/sync-official-docs.ps1 +130 -0
  374. package/scripts/verify-kit.ps1 +191 -0
@@ -0,0 +1,201 @@
1
+ # 生态与社区汇总(community-ecosystem.md)
2
+
3
+ > DeepSeek Harness 插件生态与社区资料的索引与要点。全部仓库的**完整源码 tarball 副本**在 `downloads/community-repos/`(114 个,HEAD/ETag 记录 `_heads.tsv`);首批 15 个的逐仓库深读报告见 [community-repo-deep-dive.md](community-repo-deep-dive.md);08-14 晚生态扫描报告见 `downloads/_research/github-ecosystem-scan.md`;08-15 增量(第七批 14 仓 + 第八批 3 仓 + Discussions 刷新 + 文章归档落地)见 §4.6/§4.7 与文末"08-15 更新记录";全量来源总账见 [sources.md](sources.md)。
4
+
5
+ ## 1. 官方渠道
6
+
7
+ - GitHub 仓库:https://github.com/deepseek-ai/deepseek-harness(README 快照:`downloads/github/harness/README.md`;元数据:`downloads/github/harness/repo.json`;**08-15 核验:HEAD 仍为 47f9438**,无新提交/Release/tag)
8
+ - 官方文档站:https://deepseek-harness.github.io/deepseek-harness/(全站爬取:`downloads/web/site/`)
9
+ - 官网:https://www.deepseek.com/harness/(快照:`downloads/web/deepseek-com-harness.html`)
10
+ - **GitHub Discussions(Issues 关闭,Discussions 为反馈主渠道):全量 1654 条归档于 `downloads/github/harness/discussions/`**(list.json 含全部正文;精选线程含评论;2026-08-15 由 `scripts/archive-discussions.ps1` 刷新,08-14 首版为 1408 条)
11
+ - 官方 Discord:https://discord.gg/Ycq5dCaS4 (官方 README 明文链接)+ 企微群/公众号(见 `cordis-paper-and-community.md`);公众号「DeepSeek Harness 团队」(黑鲸头像)08-12 注册(新浪财经/21 世纪经济报道)
12
+ - GitHub 话题页:https://github.com/topics/dsh-plugin(08-14 晚 total_count=2034;**08-15 快照抓取期间 2668→2671**;deepseek-harness=1872、dsh=980+;第四期快照 `downloads/topic-snapshots/dsh-plugin-topic-2026-08-15/`)
13
+ - npm:`@deepseek-ai/*` 全家桶 72 个包元数据归档 `downloads/npm/`(README 含全表;08-15 核验 `@deepseek-ai/dsh` latest=next=0.1.0-rc.6 无变化);社区包 [dsh-plugin-adapter-qq](https://www.npmjs.com/package/dsh-plugin-adapter-qq)
14
+
15
+ ## 2. 机制时间线(社区实测,vlln/plugin-registry 档案)
16
+
17
+ | 日期 | 事件 |
18
+ |---|---|
19
+ | 2026-08-09 | 官方推出 repository-plugin 机制(`.dsh-plugin` 格式) |
20
+ | **2026-08-11** | **官方移除 repository 机制**(`vendor/loader/src/repository.ts` 删除)——外部插件只剩 web profile 一条官方路径 |
21
+ | 之后 | bundle 插件(`dsh.bundle`)→ `dsh.profile.bundles` 层栈(重启生效);纯 cordis 插件 → profile `cordis.patch.yml` insert 行(配置 HMR 实时生效) |
22
+
23
+ ## 3. 插件全量清单(dsh-plugin topic)
24
+
25
+ - 工作区快照三期:`dsh-plugin-topic-2026-08-13/`(304)、`dsh-plugin-topic-2026-08-14/`(去重 550)与 `dsh-plugin-topic-2026-08-14b/`(去重 993);08-14 晚扫描 total_count=**2034**(位置见 sources.md §D.2)。
26
+ - 生态目录/市场类仓库(自动聚合、每日刷新)见 §4.4。
27
+
28
+ ## 4. 插件开发方法类仓库(深读重点)
29
+
30
+ | 仓库 | 用途 | 归档 |
31
+ |---|---|---|
32
+ | [omdsh-dev/plugin-template](https://github.com/omdsh-dev/plugin-template) | 生产级独立插件模板:src/index+config+runtime+invariant 四文件、7 个 dsh-plugin-* 开发 skill、tsdown 自包含 `prepare`、契约文档 | `downloads/community-repos/plugin-template/` |
33
+ | [omdsh-dev/dsh-plugin-dev](https://github.com/omdsh-dev/dsh-plugin-dev) | 踩坑档案:20 个实测坑(cordis 双副本、tsconfig 三件套、junction、多帧 zstd、DSH_* 环境变量……)+ 环境基线 | `downloads/community-repos/dsh-plugin-dev/` |
34
+ | [vlln/plugin-registry](https://github.com/vlln/plugin-registry) | 薄控制台 + `make-dsh-plugin` skill + 插件类型对比(bundle vs 纯 cordis 双通道) | `downloads/community-repos/plugin-registry/` |
35
+ | [Opr4Mp3r/deepseek-harness-plugin-from-scratch](https://github.com/Opr4Mp3r/deepseek-harness-plugin-from-scratch) | 代码审计式渐进教程:checkpoint 阅读器、17 反模式、交付检查单(锁 harness@47f9438、npm 0.1.0-rc.6) | `downloads/community-repos/deepseek-harness-plugin-from-scratch/` |
36
+ | [whyihaveyou/dsh-suite](https://github.com/whyihaveyou/dsh-suite) | 双语插件目录(167+ 插件、每日兼容性 CI)+ `npm create dsh-plugin` 脚手架 + 自有插件 | `downloads/community-repos/dsh-suite/` |
37
+ | [randerous/dsh-turn-meta](https://github.com/randerous/dsh-turn-meta) | 最小首插件模板:agent/pre-step + prepend:true + source 归属注入 | `downloads/community-repos/dsh-turn-meta/` |
38
+ | [omdsh-dev/dsh-plugin-skills](https://github.com/omdsh-dev/dsh-plugin-skills) | agent 会话内从脚手架到测试分层的 skill 集 | `downloads/community-repos/dsh-plugin-skills/` |
39
+ | [omdsh-dev/fabric](https://github.com/omdsh-dev/fabric) | 类 MC Fabric 的 hook 处理器 | `downloads/community-repos/fabric/` |
40
+ | [omdsh-dev/dsh-plugin-check](https://github.com/omdsh-dev/dsh-plugin-check) | 插件健康检查:清单协议/patch 格式/构建陷阱/hub 收录状态 | `downloads/community-repos/dsh-plugin-check/` |
41
+ | [bobleer/deepseek-harness-plugin-mcp](https://github.com/bobleer/deepseek-harness-plugin-mcp) | MCP 服务器:让任意 agent 发现/安装/运行 DSH 插件(用户清单 "ess-plugin-mcp" 的定位假设,未找到更接近的仓库) | `downloads/community-repos/deepseek-harness-plugin-mcp/` |
42
+ | [Nagi-ovo/dsh-find-plugins](https://github.com/Nagi-ovo/dsh-find-plugins) | 插件发现 | `downloads/community-repos/dsh-find-plugins/` |
43
+ | [omdsh-dev/dsh-hub-workshop](https://github.com/omdsh-dev/dsh-hub-workshop) | 插件市场/注册 workshop | `downloads/community-repos/dsh-hub-workshop/` |
44
+
45
+ ### 4.1 08-14 上午出现的 Web GUI 插件市场(已归档)
46
+
47
+ - [bradeGithub/DSH-Plugins-Marketplace](https://github.com/bradeGithub/DSH-Plugins-Marketplace) — 在 DSH Web GUI 内一键浏览/安装/更新 `topic:dsh-plugin` 的全部插件
48
+ - [Toukaiteio/dsh-plugin-installer](https://github.com/Toukaiteio/dsh-plugin-installer) — 市场插件:接入 GitHub 插件生态
49
+ - [Scorp1o117/dsh-plugin-marketplace](https://github.com/Scorp1o117/dsh-plugin-marketplace) — 设置页内浏览 topic:搜索、按 star 排序、展示安装指引
50
+
51
+ 三者均为 08-13/14 出现;安装权威与信任边界仍适用 dsh-hub-workshop 的"发现 ≠ 安装权限"结论(见 [community-repo-deep-dive.md](community-repo-deep-dive.md) §1.12)。
52
+
53
+ ### 4.2 08-14 晚扫描:文档型仓库(高优先级 26,已整仓归档)
54
+
55
+ > 详细清单与文件树统计见 `downloads/_research/github-ecosystem-scan.md`;均位于 `downloads/community-repos/<repo>/`。
56
+
57
+ | 仓库 | 定位 |
58
+ |---|---|
59
+ | [flaqai/deepeseek-harness-guide](https://github.com/flaqai/deepeseek-harness-guide) | **15 语言**(ar/de/es/fr/id/it/ja/ko/pt/ru/th/tw/vi/zh + en)开发与插件构建指南,53 md + 4 SKILL——最接近官方文档多语翻译的仓库 |
60
+ | [Electricitysheep/dsh-handbook](https://github.com/Electricitysheep/dsh-handbook) | 从 0 到 1 深度手册:14 章中英双份 + 2 PDF + llms.txt(174★) |
61
+ | [JingHao-Leon/deepseek-harness-guide](https://github.com/JingHao-Leon/deepseek-harness-guide) | 保姆级理解教程 + Complete English Guide(架构深潜/Cordis/事件溯源/与 LangGraph·OpenAI·Claude·Google ADK 对比) |
62
+ | [flysheep-ai/learn_deepseek_harness](https://github.com/flysheep-ai/learn_deepseek_harness) | 可运行渐进课程 s01–s23(90 md + 33 SKILL + DESIGN.md) |
63
+ | [pingfanfan/hello-dsh](https://github.com/pingfanfan/hello-dsh) | 零基础插件开发教程:22 个中文技能实例(29 md + 22 SKILL) |
64
+ | [LaplaceYoung/dsh-book-deepseek-harness](https://github.com/LaplaceYoung/dsh-book-deepseek-harness) | 《深入理解 DeepSeek Harness》源码级拆解书(42 md + PDF + 写作规范) |
65
+ | [yanhua1010/dsh-harness-tutorial](https://github.com/yanhua1010/dsh-harness-tutorial) | Agent 原理与实现中文教程(VitePress 39 md + 8 个可运行 demo) |
66
+ | [hoco-scy/deepseek-harness-deep-dive](https://github.com/hoco-scy/deepseek-harness-deep-dive) | 源码锚定双语深潜:36 章/1094 证据/533 源码路径 |
67
+ | [libukai/awesome-deepseek-harness](https://github.com/libukai/awesome-deepseek-harness) | DSH 终极指南(中英日三语 README) |
68
+ | [sandbaseai/deepseek-harness-handbook](https://github.com/sandbaseai/deepseek-harness-handbook) | Agent-first 多语手册(quickstarts/架构/安全/排障/生产配方) |
69
+ | [openma-ai/deepseek-harness-typescript-sdk](https://github.com/openma-ai/deepseek-harness-typescript-sdk) | **TypeScript SDK**(镜像官方 Python SDK),类型/DTS 参考 |
70
+ | [Loner1024/deepseek-harness-sdk-rs](https://github.com/Loner1024/deepseek-harness-sdk-rs) | **Rust SDK**(双语 README) |
71
+ | [h565656445/dsh-llm-agent-harness-guide](https://github.com/h565656445/dsh-llm-agent-harness-guide) | LLM agent 控制面设计指南(控制循环/worker 协议/审批边界/可观测性) |
72
+ | [h565656445/dsh-agent-os-worker-protocol](https://github.com/h565656445/dsh-agent-os-worker-protocol) | Agent OS 统一 worker 协议(specs/schemas/证据哈希,契约型) |
73
+ | [cyanseek/dsh-native-playbook](https://github.com/cyanseek/dsh-native-playbook) | DSH 原生能力指南(插件 + Agent Skill + CLI 三合一) |
74
+ | [whyihaveyou/dsh-plugin-tutorial](https://github.com/whyihaveyou/dsh-plugin-tutorial) | 手把手、全真实截图的双语插件开发实战指南 |
75
+ | [DumplingHuman/dsh-plugin-tutorial](https://github.com/DumplingHuman/dsh-plugin-tutorial) | 中文插件开发教程(环境/Cordis/Tool/事件/LLM 适配器/打包发布) |
76
+ | [anweat/dsh-plugin-dev-guide](https://github.com/anweat/dsh-plugin-dev-guide) | 插件开发与发布指南 |
77
+ | [Hubert-hwk/dsh-for-humans](https://github.com/Hubert-hwk/dsh-for-humans) | 费曼学习法通俗教程(12 章 + 图解 + 测验) |
78
+ | [yangl326-Dylan/learning-dsh](https://github.com/yangl326-Dylan/learning-dsh) | 版本化双语源码学习页(dsh 插件形式 /learning) |
79
+ | [curtiseng/cordis-course](https://github.com/curtiseng/cordis-course) | **Cordis 论文交互式中文课程与译文**(「动态可组合性演算」)——Cordis 讲义唯一命中 |
80
+ | [THU-MAIC/dsh-openmaic](https://github.com/THU-MAIC/dsh-openmaic) | OpenMAIC for DSH(清华 MAIC):课堂/幻灯片/交互 widget/苏格拉底教学(真插件) |
81
+ | [qomob/DSHwiki](https://github.com/qomob/DSHwiki) | 社区 Wiki + 每日聚合插件目录(VitePress) |
82
+ | [calderbuild/awesome-deepseek-harness](https://github.com/calderbuild/awesome-deepseek-harness) | 精选 DSH 资源(docs/概念/包/插件/write-ups) |
83
+ | [njdldkl666699/dsh-learning](https://github.com/njdldkl666699/dsh-learning) | 学习者技术设计报告(双语,源码角度) |
84
+ | [dshworks/howto-dsh](https://github.com/dshworks/howto-dsh) | 验证过的实地笔记(陷阱/技能/钩子/profiles,每条标注版本+源码路径) |
85
+ | [onychen/learn-dsh](https://github.com/onychen/learn-dsh) | 拆解式教学课程(附教学版实现) |
86
+ | [alchaincyf/deepseek-harness-orange-book](https://github.com/alchaincyf/deepseek-harness-orange-book) | 橙皮书《从开机到拆开》:一手实测(系统提示词/启动清单/原始会话日志)PDF/EPUB |
87
+
88
+ ### 4.3 08-14 晚扫描:skill 集合/契约规范(中优先级 19,已整仓归档)
89
+
90
+ - [dhicoc/dsh-reverse-skill](https://github.com/dhicoc/dsh-reverse-skill) — 逆向技能包(351 md、85 SKILL)
91
+ - [phoenixlucky/zerotoken-skill](https://github.com/phoenixlucky/zerotoken-skill) — ZeroToken + 尉缭子十原则 + Unicode/搜索规范
92
+ - [unknowbug/anchorlaw](https://github.com/unknowbug/anchorlaw) — vibe coding 代码验证协议(48 md、22 SKILL,含 DSH 集成目录)
93
+ - [w2112515/dsh-plugin-development](https://github.com/w2112515/dsh-plugin-development) — 可移植 DSH 插件开发/审计 Agent Skill
94
+ - [OneZero-Y/dsh-plugin-kit](https://github.com/OneZero-Y/dsh-plugin-kit) — Agent skills + 独立插件模板(7 SKILL)
95
+ - [akira399/dsh-plugin-publisher](https://github.com/akira399/dsh-plugin-publisher) — 插件开发与 GitHub 发布工作流(consent-gated)
96
+ - [LeslieWylie/dsh-plugin-release](https://github.com/LeslieWylie/dsh-plugin-release) — 打包契约/发布清单/安装卫生
97
+ - [LeslieWylie/dsh-benchmark-evidence](https://github.com/LeslieWylie/dsh-benchmark-evidence) — 基准清单/fail-closed 门禁/artifact 契约
98
+ - [LeslieWylie/dsh-agent-orchestration](https://github.com/LeslieWylie/dsh-agent-orchestration) — 证据优先多 agent 工作流(2 SKILL)
99
+ - [dongsheng123132/task-passport](https://github.com/dongsheng123132/task-passport) — 开放任务交接协议(DSH/WorkBuddy/Claude Code/Codex)
100
+ - [Tostoevsky/TsienHsueShen](https://github.com/Tostoevsky/TsienHsueShen) — 钱学森《工程控制论》蒸馏的 DSH 方法论技能
101
+ - [Whning0513/awesome-deepseek-skills](https://github.com/Whning0513/awesome-deepseek-skills) — pinned + 静态验证的 DeepSeek/DSH Agent Skills 目录
102
+ - [Jesse-njx/dsh-skillport](https://github.com/Jesse-njx/dsh-skillport) — Claude Code/Codex/Cursor/Gemini CLI skill 移植进 DSH(15 SKILL)
103
+ - [green-dalii/dsh-plugin-dev-skill](https://github.com/green-dalii/dsh-plugin-dev-skill) — 教会任意 agent 开发 DSH 插件的 skill pack
104
+ - [RayYeung1989/dsh-plugin-development](https://github.com/RayYeung1989/dsh-plugin-development) — 通用 dsh 插件开发 SKILL.md + templates
105
+ - [SmileTao/dsh-plugin-dev-skill](https://github.com/SmileTao/dsh-plugin-dev-skill) — 帮 AI 正确编写 dsh 插件的 skill
106
+ - [Leeaoyin/dr-agent-skills](https://github.com/Leeaoyin/dr-agent-skills) — 结构化可复用 skill 模块
107
+ - [KhalilYamber/hana-dsh-bridge](https://github.com/KhalilYamber/hana-dsh-bridge) — 含 DSH API 逆向笔记 + Agent 自部署手册
108
+ - [ieookm/agent-to-dsh-migration](https://github.com/ieookm/agent-to-dsh-migration) — Claude Code/Codex/Qoder 一键迁移 + 实测踩坑手册
109
+
110
+ ### 4.4 08-14 晚扫描:目录/市场/awesome 索引(低优先级 20,已归档)
111
+
112
+ - [kejixiaoliang/awesome-dsh-plugins](https://github.com/kejixiaoliang/awesome-dsh-plugins)(14 类 280+ 插件)
113
+ - [like-study1/Oh-My-DSH](https://github.com/like-study1/Oh-My-DSH)(每 8 小时自动同步生态)
114
+ - [zp-home/dsh-recommend](https://github.com/zp-home/dsh-recommend)(每日抓取 + 公开评分模型)
115
+ - [white0dew/awesome-dsh-plugins](https://github.com/white0dew/awesome-dsh-plugins)、[wangshunnn/oh-my-dsh](https://github.com/wangshunnn/oh-my-dsh)、[billLiao/awesome-dsh-plugin](https://github.com/billLiao/awesome-dsh-plugin)、[HackSing/dsh-plugins](https://github.com/HackSing/dsh-plugins)、[lwmxiaobei/dsh-plugins](https://github.com/lwmxiaobei/dsh-plugins)(插件目录类)
116
+ - [YYTbit/awesome-dsh-bridges](https://github.com/YYTbit/awesome-dsh-bridges)(AI 编码工具桥接目录)
117
+ - [xiaohai-78/Top](https://github.com/xiaohai-78/Top)(每日排行榜 + 快照归档)
118
+ - [2BingLing/dsh-market](https://github.com/2BingLing/dsh-market)(500+ 插件市场:中文搜索 + 五维评分)
119
+ - [dshworks/awesome-dsh-themes](https://github.com/dshworks/awesome-dsh-themes)(主题与 --dsw-* token 皮肤注册表)
120
+ - [dshworks/awesome-dsh-plugins](https://github.com/dshworks/awesome-dsh-plugins)(垃圾过滤、开放数据注册表)
121
+ - [dsh-pub/dsh-pub](https://github.com/dsh-pub/dsh-pub)(双语、来源可溯的注册表与安装器)
122
+ - [cooljser/dsh-plugin-portal](https://github.com/cooljser/dsh-plugin-portal)(227+ 插件零依赖静态门户)
123
+ - [WatchaAI/awesome-deepseek-harness-plugins](https://github.com/WatchaAI/awesome-deepseek-harness-plugins)、[imsai-sh/awesome-deepseek-harness-plugins](https://github.com/imsai-sh/awesome-deepseek-harness-plugins)、[xianyu110/awesome-deepseek-harness](https://github.com/xianyu110/awesome-deepseek-harness)(精选目录)
124
+ - [openguardrails/openguardrails](https://github.com/openguardrails/openguardrails)(供应商中立 AI agent 安全协议与基准,备查)
125
+ - [Bandersnatch0x/amber-protocol](https://github.com/Bandersnatch0x/amber-protocol)(仓库本地治理协议,含 dsh/ patch overlay)
126
+
127
+ ### 4.5 其他已归档功能仓库(第二批 14)
128
+
129
+ - [NanmiCoder/dsh-agent-teams](https://github.com/NanmiCoder/dsh-agent-teams) — AgentTeams 插件 + `docs/developing-dsh-plugins.md` + dsh-plugin-development SKILL(229★,英文插件开发教程)
130
+ - [vibeinging/dsh-tool-search](https://github.com/vibeinging/dsh-tool-search) — 按需工具发现插件
131
+ - [zhu1090093659/dsh-web-ui](https://github.com/zhu1090093659/dsh-web-ui) — Web UI 插件与皮肤合集
132
+ - [ccch1mneyyy/dsh-cc-tui](https://github.com/ccch1mneyyy/dsh-cc-tui) — Claude Code 风格终端 TUI
133
+ - [dataelement/dsh-desktop](https://github.com/dataelement/dsh-desktop) — 桌面客户端
134
+ - [hust-open-atom-club/oh-dsh-desktop](https://github.com/hust-open-atom-club/oh-dsh-desktop) — 可扩展 macOS 工作台 + 插件市场
135
+ - [lhh010/dsh-bash-encoding](https://github.com/lhh010/dsh-bash-encoding) — bash 编码修复插件
136
+ - [Nagi-ovo/dsh-visualize](https://github.com/Nagi-ovo/dsh-visualize) — 对话内生成式 UI(visualize 工具 + skill + 沙箱渲染)
137
+ - [bobleer/deepseek-harness-gui](https://github.com/bobleer/deepseek-harness-gui) — 社区 Tauri 桌面 GUI(HN 评论区引用)
138
+ - walkinglabs/awesome-deepseek-harness-plugins、vvlife/awesome-deepseek-harness-plugins、cccakeee/awesome-dsh-plugins —— 08-14 新出现的双语 awesome(见 §5)
139
+
140
+ ### 4.6 08-15 第七批(web_search 增量线索,14 个,已整仓归档)
141
+
142
+ > 全部位于 `downloads/community-repos/<repo>/`(`scripts/download-community-repos.ps1` 第七批)。
143
+
144
+ - **桌面端(7 个)**:[anywhere-labs/deepseek-harness-desktop](https://github.com/anywhere-labs/deepseek-harness-desktop)(Electron,深度适配 macOS/Windows)、[cc1252/deepseek-harness-desktop](https://github.com/cc1252/deepseek-harness-desktop)(Windows Electron 壳)、[LisiChen0/DeepSeek-Harness-Desktop](https://github.com/LisiChen0/DeepSeek-Harness-Desktop)、[Skyearn/deepseek-harness-app](https://github.com/Skyearn/deepseek-harness-app)、[salathleizhang/deepseek-harness-desktop](https://github.com/salathleizhang/deepseek-harness-desktop)、[ChisaAlter/Deepseek-Harness-Desktop](https://github.com/ChisaAlter/Deepseek-Harness-Desktop)、[hairyf/deepseek-harness-desktop](https://github.com/hairyf/deepseek-harness-desktop)
145
+ - **桥接/移动端**:[banana770/dsh-qq-bridge](https://github.com/banana770/dsh-qq-bridge)(QQ ↔ Harness,npm `dsh-plugin-adapter-qq`)、[Vengisk/deepseek-harness-termux](https://github.com/Vengisk/deepseek-harness-termux)(Android/Termux 运行 dsh)
146
+ - **安全研究**:[zzszmyf/dsh-security-pocs](https://github.com/zzszmyf/dsh-security-pocs)(3 漏洞 + 链式利用 PoC:!!js 配置执行、只读沙箱全盘读、vm 逃逸→宿主机 RCE;配套官方 Discussion #817/#454/#523/#250)
147
+ - **其他实现/移植**:[HenryZ838978/deepseek-harness](https://github.com/HenryZ838978/deepseek-harness)(Python 移植:`pip install deepseek-harness` + dsh CLI + MCP server + 16 协议怪癖/270+ 试验)、[Lyowisee/deepseek-harness](https://github.com/Lyowisee/deepseek-harness)
148
+ - **市场/目录**:[mishibeikejie/zat-dsh-engine](https://github.com/mishibeikejie/zat-dsh-engine)(可视化插件市场)、[beancookie/awesome-dsh-plugin](https://github.com/beancookie/awesome-dsh-plugin)(英文精选列表)
149
+
150
+ ### 4.7 08-15 第八批(午间补充,3 个)
151
+
152
+ - [orxz/deepseek-harness-themes](https://github.com/orxz/deepseek-harness-themes) — DSH 主题(皮肤)集合与安装文档
153
+ - [vvlife/whalehub-dsh](https://github.com/vvlife/whalehub-dsh) — WhaleHub 🐋 插件市场:发现、搜索、一键安装
154
+ - [dsh-market/dsh-market](https://github.com/dsh-market/dsh-market) — dsh-market 组织下的插件市场注册表
155
+
156
+ ## 5. Awesome 精选列表
157
+
158
+ - [AdamPlatin123/awesome-dsh-plugins](https://github.com/AdamPlatin123/awesome-dsh-plugins) — 插件目录 + 每日兼容性追踪(`downloads/community-repos/awesome-dsh-plugins/`)
159
+ - [0xsline/awesome-deepseek-harness](https://github.com/0xsline/awesome-deepseek-harness) — 插件/工具/基建策展
160
+ - [Alex-Yanggg/awesome-DSH-plugin](https://github.com/Alex-Yanggg/awesome-DSH-plugin) — 精选插件/扩展/调试工具/开发模块(`downloads/community-repos/Alex-Yanggg-awesome-DSH-plugin/`)
161
+ - [awesome-dsh-plugin/awesome-dsh-plugin](https://github.com/awesome-dsh-plugin/awesome-dsh-plugin) — 插件精选列表(837★)
162
+ - [bruc3van/awesome-dsh-plugin](https://github.com/bruc3van/awesome-dsh-plugin) — "30 秒找到适合你的插件"(`downloads/community-repos/awesome-dsh-plugin/`)
163
+ - [Dominic789654/awesome-deepseek-harness](https://github.com/Dominic789654/awesome-deepseek-harness) — 插件/skill/MCP/编排/UI 策展
164
+ - [walkinglabs/awesome-deepseek-harness-plugins](https://github.com/walkinglabs/awesome-deepseek-harness-plugins) — 双语精选:插件/工具/工作流/学习资源(08-14 新,已归档)
165
+ - [vvlife/awesome-deepseek-harness-plugins](https://github.com/vvlife/awesome-deepseek-harness-plugins) — 插件/工具/皮肤/扩展策展(08-14 新,已归档)
166
+ - [cccakeee/awesome-dsh-plugins](https://github.com/cccakeee/awesome-dsh-plugins) — evidence-led 目录:可加载扩展/skill/带权限意识的安装指引(08-14 新,已归档)
167
+ - [libukai/awesome-deepseek-harness](https://github.com/libukai/awesome-deepseek-harness) — 中英日三语终极指南(08-14 新,已归档)
168
+ - [calderbuild/awesome-deepseek-harness](https://github.com/calderbuild/awesome-deepseek-harness) — 精选资源(08-14 新,已归档)
169
+ - 目录/市场类更多见 §4.4
170
+
171
+ ## 6. 社区与学习
172
+
173
+ - [hikariming/dshfind](https://github.com/hikariming/dshfind) — DSH 学习与分享社区(MDX)
174
+ - 论坛/博客/B 站线索:见 `cordis-paper-and-community.md` Part 2(84 条 URL 清单)
175
+ - **社区文章归档**(`downloads/web/community-articles/`,**08-15 实盘 149 篇**,`scripts/download-community-articles.ps1` 幂等刷新):
176
+ - `zh/`(94 篇):cnblogs 教程(pc2005 npm 发布实战、qq8864 会话导出/插件vs工具、sing1ee Agent Loop 解析、knqiufan/foxcharon/itech/adgine-ai/isLinXu)、CSDN(yuqingteck/damodev/zhuosj/aiutools/qq8864/csdnnews/aicoding)、51CTO 2 篇、阿里云 2 篇、bibigpt/aixq 实战、量子位/智东西/品玩/DTinsight/极客公园/36氪/界面/IT之家/甲子光年等媒体实测、V2EX 8 线程(1234203/1234320/1234341/1234424/1234521/1231389/1214141…)、locdd 3 线程、B 站视频页 9 支、新闻/财经页若干
177
+ - `en/`(45 篇):NYU Shanghai RITS Cordis 解读、dev.to 2 篇、AgentPedia/ExplainX/AgentBreaking、essamamdani、X-CMD 安装页、dsh-index.xlings、xlings 多版本、36Kr 英文 3 篇、Ollama 官方集成文档、aiengineerguide TIL、GIGAZINE、OpenRouter Ori Harness 文档、digg X 聚合页(curl 拦截,部分未归档)、Pandaily/Edgen/TMTPOST/BlockBeats 等新闻页
178
+ - `hn/`(10 篇):Hacker News 镜像 7 条线程(主发布 49285244 + Cordis 论文/X-CMD/dsh-index/xlings/jelly ball/官方 X 帖)
179
+ - 反爬未归档清单(知乎/InfoQ/venturebeat/TNW/Twitter/YouTube/Reddit)与全部线索摘要见 `downloads/_research/{chinese,english}-community-scan.md`
180
+ - **中文社群与媒体入口**:微信公众号「DeepSeek Harness 团队」(黑鲸头像);企微小助手群(官方 README 链接);V2EX 与 locdd 活跃讨论;B 站教程视频(见上);知乎提问 2040450519303288568(403 反爬)
181
+ - **英文社群与媒体入口**:Hacker News(主线程 49285244);X/Twitter 官方 @deepseek_ai 发布帖(2087887408440164663);[OpenRouter Ori Harness](https://openrouter.ai/docs/guides/ori/harness)(第三方托管集成)
182
+ - turtle-ui — 官方 git 安装 prepare 脚本范例(**08-14 核查:仓库已 404**);同用途的活范例见 [omdsh-dev/plugin-template](https://github.com/omdsh-dev/plugin-template) 的 `scripts/prepare.mjs`
183
+ - dsh-external/hub — 生态 hub(**08-14 核查:仓库已 404**)
184
+
185
+ ## 7. 工作区已有插件实例(可作参考实现)
186
+
187
+ - `dsh-chat-import/` — JS 插件:从 Claude Code 导入历史;`cordis.patch.yml` + index.mjs + 测试
188
+ - `dsh-resume-plugin/` — 多 skill 插件(resume-claude/resume-codex/shared),`cordis.patch.yml` + 双语 README
189
+ - `dsh-plugin-claude-bridge/` — TS 插件(src/index.ts、types、parser、skills、tsconfig)
190
+ - 上述目录位于 `D:\deepseek-harness\Project\Plugins\`
191
+
192
+ ## 8. 08-15 更新记录(本轮增量)
193
+
194
+ - **话题爆发持续**:`dsh-plugin` topic API total_count 08-14 晚 2034 → 08-15 午间快照抓取期间 **2668→2671**(约 16 小时 +640);`topic:deepseek-harness` 1432 → 1872。
195
+ - **官方 Discussions 刷新**:1408 → **1654 条**(新编号最高 1629+);代表性新线程:
196
+ - [#1629 RFC:官方插件脚手架](https://github.com/deepseek-ai/deepseek-harness/discussions/1629)(zoahdev,08-15T01:15Z)——提议 template repo + `pnpm create dsh-plugin`,点名 dsh-tools `latest` 版本火车混淆(关联 #984);
197
+ - 安全审计类 #817/#454/#523/#250 与社区 PoC 仓库 zzszmyf/dsh-security-pocs 呼应。
198
+ - **新仓库第七批 14 个 + 第八批 3 个**归档(§4.6/§4.7):桌面端扎堆(7 个 Electron 壳)、QQ/Termux 桥接、安全 PoC、Python 移植、可视化市场、英文 awesome、主题注册表、WhaleHub/dsh-market 市场。
199
+ - **社区文章归档落地**:`downloads/web/community-articles/` 由 53 篇扩到 **149 篇**(zh 94 / en 45 / hn 10,新脚本 `scripts/download-community-articles.ps1`);digg/知乎/InfoQ/venturebeat/TNW/Twitter/YouTube/Reddit 反爬,线索已留档。
200
+ - **上游与 npm 无变化**:官方仓库 HEAD 仍 47f9438(无新提交/Release);`@deepseek-ai/dsh` latest=next=0.1.0-rc.6。
201
+ - **工具链**:新增 `scripts/archive-discussions.ps1`(token 支持 + 防缩水保护);`gen-topic-snapshot.ps1` 支持 token 并改用 Invoke-WebRequest(规避 PS 5.1 curl 数组参数拆词坑);`download-community-repos.ps1` 修复弱 ETag 解析并新增第七批。