clutch-dsh
Discovered★ 18Open-source DSH plugins for DeepSeek Harness:Git Worktree session management(会话管理)、Session Title(会话标题)与 Fireworks(庆祝特效),面向 AI coding workflows。
clutch-dsh
clutch-dsh is a pnpm workspace and collection of plugins for DeepSeek Harness (DSH).
Install only the plugins you need in your DSH Web profile.
The repository currently contains Worktree, Fireworks, Discuss, and Title plugins. Each package has its own user documentation and can be built or installed independently.
Installation
Install from npm
With an installed DSH CLI, add any plugin to the Web profile and start DSH Web:
dsh plugin --profile web add @cerbur/clutch-dsh-worktree
dsh plugin --profile web add @cerbur/clutch-dsh-fireworks
dsh plugin --profile web add @cerbur/clutch-dsh-discuss
dsh plugin --profile web add @cerbur/clutch-dsh-title
dsh web
You do not need to install every plugin. See the package README for each plugin's behavior, requirements, and usage.
Install from a local checkout
Use this flow when you are working from a clutch-dsh checkout and want to load a locally
built package into a DSH source checkout:
cd /absolute/path/to/clutch-dsh
pnpm install
pnpm --filter @cerbur/clutch-dsh-worktree build
cd /absolute/path/to/deepseek-harness
pnpm install
pnpm run build
pnpm dsh plugin --profile web add /absolute/path/to/clutch-dsh/packages/clutch-dsh-worktree
pnpm dsh web
Replace the package name and path with the plugin you want to test. The package README contains the exact local build command and any package-specific development notes.
Plugins
| Plugin | Preview | What it does |
| ------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| @cerbur/clutch-dsh-worktree |
| Adds a Git Worktree view that groups DSH Sessions by Workspace, Worktree, and Session. The Dashboard is a plugin-only preview. |
| @cerbur/clutch-dsh-fireworks |
| Adds the happy_fireworks tool and a short celebration overlay for meaningful milestones. |
| @cerbur/clutch-dsh-discuss | | Adds
/discuss [topic], an entry point for the bundled brainstorming workflow and reviewed design documents. |
| @cerbur/clutch-dsh-title |
| Adds configurable session title templates and a settings manager for new DSH Sessions. |
Development
Install the workspace dependencies and run the repository checks from the root:
pnpm install
pnpm run check
pnpm run build
pnpm run test
Useful focused checks are:
pnpm run check:workspace
pnpm run check:patches
pnpm run format:check
pnpm run lint
pnpm run typecheck
To build, type-check, or test one package, use its package filter. Package-specific source installation and DSH compatibility notes live in that package's documentation.
The workspace root stays private. Its checks cover package shape, Cordis bundle patches,
formatting, linting, types, and tests; publishable plugins live under packages/.
Documentation
- Plugin authoring guide — package shape, roles, and bundle patches.
- Release guide — shared version, worktree, pack, and publish workflow.
- Worktree README — Git Worktree navigation and lifecycle.
- Fireworks README — milestone celebrations.
- Discuss README — the
/discussbrainstorming entry point. - Title README — session title templates.
Friendly Links
- LINUX DO — A new ideal community.
Similar plugins
by zhangz-2018
Local-first AI project orchestration workbench and CLI plugin for DeepSeek Harness: approval-gated planning, Git worktrees, task execution, Issues, and auditable evidence.
★ 4
↓ 60/wk
MIT
TypeScript
Sep 7, 2026
dsh plugin --profile web add dsh-project-orchestratorby JohnXu22786
DSH 插件:为任务自动创建隔离的 git 工作区,管理创建/同步/收尾全生命周期 (task-isolated git worktrees for DeepSeek Harness)
★ 3
MIT
JavaScript
Sep 12, 2026
dsh plugin --profile web add worktree-mgrGit development workbench for DeepSeek Harness: captures branch, status, worktrees, stashes and recent commits, with commands, tools and a settings UI.
★ 0
↓ 67/wk
dsh plugin --profile web add dsh-git-workbenchby jansen-66
DSH Web Plugin: 工作区底部开辟一个迷你面板,当AI帮你工作时,不要荒废大脑,来一把掼蛋游戏。
★ 3
MIT
JavaScript
Sep 10, 2026
dsh plugin --profile web add dsh-guandanby staff-os
An enterprise workbench for the DeepSeek Harness: AI employees, knowledge bases, skills, MCP servers and DSH plugins, all manageable from a running session.
★ 4
MIT
JavaScript
Aug 25, 2026
dsh plugin --profile web add @staff-os/dsh-workbenchby AlexPeng07
dsh-custom-plugin是一个为 DeepSeek Harness (DSH) Web GUI 打造的增强插件。提供:背景天气特效/玻璃拟态、时间线轨道、项目文件夹、提示词库、对话导出、Mermaid 图表渲染、引用回复、余额查询与每日 Token 用量面板等多种便利功能
★ 6
Apache-2.0
TypeScript
Sep 12, 2026
dsh plugin --profile web add @alexpeng/dsh-custom-plugin