dsh plugins中文
← Back to popular plugin directory

I personally like Claude Code/btw

iyllyt/dsh-btw · skills

I personally like Claude Code's /btw, so I made a fork for DSH: sharing the current context to quickly bypass questions without interrupting the main task or writing the main session history.

★ 6GitHub stars
0Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense

Project overview

为 DeepSeek Harness 复刻的 /btw 旁路提问插件。 个人很喜欢 Claude Code 里的 /btw 指令,于是为 DeepSeek Harness(DSH)做了一个复刻插件。

本项目是非官方社区插件,与 Anthropic、Claude Code 或 DeepSeek AI 没有关联。 /btw 是做什么的?

/btw 可以理解成在主会话旁边“顺手问一句”。当 Agent 正在执行一个较长任务时,你经常会临时想确认一个细节:刚才提到的配置文件叫什么、某段已经读过的代码为什么这样写、之前决定采用哪个方案。直接发送普通消息会改变主会话的走向并增加后续上下文,而另开会话又会失去当前任务已经积累的信息。

Install command

dsh plugin --profile web add github:iyllyt/dsh-btw
View GitHub repository ↗Back to popular plugin directory