DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Handoff Board — DSH Plugin for DeepSeek Harness
← Plugins
H

@dsh-external/dsh-handoff-board

Handoff Board

DSH plugin for cross-session context handoffs and thread timeline visualization: write handoff entries during shift changes, link them into a timeline, and let both humans and AI browse it

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:RoyougiShiki/dsh-handoff-wall#02cfd45a8c55b36d5ed7200f90e8262fb6c11ee2
READMECompatibilityVersions

Compatibility and provenance

Handoff Board is published as @dsh-external/dsh-handoff-board and currently resolves to version 0.0.8. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/6/2026

Versions

0.0.8stable
9/6/2026
0.0.7stable
9/3/2026

Related plugins

Loading related plugins…

Latest
0.0.8
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
BSD-3-Clause
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/6/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

@dsh-external/dsh-handoff-board

DSH 会话间上下文交接与线程时间线可视化插件:换班写交接条,串成时间线,人和 AI 都能翻。

⚠️ 安装/卸载必读

铁律与正确流程在工作区根目录 ../AGENTS.md(所有会话自动加载)。速记:

  • 开发/调试期只用 super-injector 三件套(inject / uninject / clear-routes)
  • 禁止 dev_install_package、禁止手改 ~/.dsh/profiles/**
  • 任何情况不重启 dsh-web
  • 正式转正:dsh plugin --profile web add link:/mnt/f/AIProjects/dsh-plugins/dsh-handoff-wall

使用

动作做法
生成交接条任意会话输入 /handoff;或让 AI 调 write_handoff(可传 session_id 为暴毙会话补条)
看板主区视图切到「📌 交接板」(排在对话/轨迹之后):🧭 竖向时间线 + 右侧详情栏(单视图,已去掉列表模式)
打开原对话「↗ 打开原对话」跳回来源会话
补写交接条未交接的会话:点会话树行,详情里「⚡ 补写交接条」
重新生成已有交接的卡片:点开详情,「↻ 重新生成」用当前会话最新内容覆盖本条
AI 查历史让 AI 调 board / read_handoff;改文件前让它 who_else 撞车检查

数据存于宿主账本 ~/.dsh/storages/handoff_board.json。界面底部「❓ 使用说明」可折叠展开。

文档

  • 术语表 CONTEXT.md · 决策记录 docs/adr/
  • 实现契约与验收脚本 .scratch/v0/spec.md
  • wayfinder 地图与决策票 .scratch/v0/

构建

bash scripts/build.sh   # 双模式自动探测依赖来源