Skip to content
dsh.fish

Browse

368 results

Bundle

dsh-shipping

发布上线:发布检查清单、灰度、回滚预案、上线后监控。受 addyosmani/agent-skills(88k★ MIT)启发。

satan9394
Bundle

dsh-content-marketing

SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。

satan9394
Bundle

dsh-docs-adr

文档与架构决策记录:记录为什么而非只是什么,ADR 格式与文档策略。受 addyosmani/agent-skills(88k★ MIT)启发。

satan9394
Bundle

dsh-sales-automation

SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。

satan9394
Bundle

dsh-web-scripting

SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。

satan9394
Bundle

dsh-error-handling

错误处理模式:错误分层、类型化错误、优雅失败、可观测性。受 wshobson/agents(38k★ MIT)启发。

satan9394
Bundle

dsh-prompt-audit

SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。

satan9394
Bundle

dsh-web-artifacts

SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。

satan9394
Bundle

dsh-wayfinder

SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。

satan9394
Bundle

dsh-opencodex-usage

Draggable OpenCodex quota & rate-limit floating monitor plugin for DeepSeek Harness (DSH) Web GUI

Walvez
Bundle

dsh-adhd-friendly

ADHD 友好输出:行动先行、步骤编号、抑制离题、每轮重申状态、具体时间估计、让进展可见、就事论事错误、列表上限 5 项、无开场白/总结/结尾语。受 ayghri/i-have-adhd(22.3k★ MIT)启发。

satan9394
Bundle

dsh-skill-optimization

把技能当可训练参数:像训练神经网络一样训练 agent 技能(epochs/batchsize/learning rate/验证门禁,但不碰模型权重)——rollout→reflect→aggregate→select→update→evaluate 循环、候选编辑仅在严格改善 held-out 验证分时接受、文本学习率预算、零推理时模型调用、部署紧凑 best_skill.md。受 microsoft/SkillOpt(MIT)启发。

satan9394
Bundle

dsh-channel-assistant

渠道化个人助手:单操作员的个人 AI 助手,通过一个 Gateway 连接模型/工具/消息频道/伴侣应用——WhatsApp/Telegram/Slack/Discord/Signal/iMessage 等频道即界面、Control UI/CLI/TUI、配对安全模型(未知发件人默认配对)、ClawHub 插件生态、沙箱化工具执行。受 openclaw/openclaw(247k★ MIT)启发。

satan9394
Bundle

dsh-parallel-agent-ade

并行 agent 开发环境:Codex/ClaudeCode/OpenCode/Pi 并排跑,各在独立 git worktree——一个 prompt 扇出 5 个 agent 比较合并胜者;移动伴侣监控、终端分屏、Design Mode(点击 UI 元素送 HTML/CSS/截图进 prompt)、GitHub/Linear 原生、SSH worktree、AI diff 标注。受 stablyai/orca(49k★ MIT)启发。

satan9394
Bundle

@dsh-external/dsh-code-pipeline

DSH bundle plugin: 为 code-pipeline 预设(PTC 流水线)动态注入阶段子代理工具(subagent_plan / subagent_impl / subagent_review),各阶段 provider/model/思考等级/最大并发数可在设置页(Settings → 代码流水线)实时配置并持久化到 settings.yaml(最大并发是**同时运行**的并发上限,按 (父会话 × 阶段) 准入;0.4.0 起已移除「已创建总量」闸门——新工作流一律派发新子代理,只有同一工作流的后续轮次用 pipeline_followup 续用;运行中可动态调整,0 = 本插件不限制,但仍受宿主每会话同时存活 continuable 子代理上限 subagent.maxActiveSubagents 约束,默认 8);预设文件随项目在 preset/ 目录维护,首次启动自动安装到 $DSH_HOME/.agent-presets(见 README);三阶段统一「同一工作流续用、新工作流新派」(prompt 协议:plan/impl/review 同一工作流的后续轮次都用 pipeline_followup 续用已有子代理,第 2 轮起增量投递,不新增设置项);pipeline_followup 支持 compact=true:投递之前先压缩目标子代理自己的历史(有干扰时才用,压缩失败则什么都不投递);每阶段可配墙钟预算(80% 软警告、到点自动中断该子代理并自动索取收尾报告,按「续 / 拆 / 停」协议处置)+计划产出 Workstreams 切分表(独立工作流并行 impl、各自路径受限 diff 独立评审);0.4.2 起把「run_code 程序即上下文边界(只有 PRINT/return 的内容进历史并每步重发)、只打印蒸馏结果、验证输出有界、工作流粒度有上界」写进三段 persona 与预设;0.4.3 起安装/升级时自动同步预设(比对包内预设的内容指纹,变了就覆盖已安装副本,覆盖前留 temp 备份;指纹一致则保留用户本地改动);0.4.5 起 read 读取窗口拓宽:本预设代理(主会话 root + 阶段子代理)发出的 read,limit 低于设置项 readWidenMinLines(默认 2000 = 工具上限,等价整窗)时在宿主 tools/execute around-waterfall 执行前就地拓宽到该值,超过 2000 的治愈为 2000(0.3.7 的 limit:2500 整批失败不再发生)——嵌套 read 的结果只进 run_code 程序、不进模型历史,拓宽零 token 成本,一个程序即可拿足上下文,从机制上消除『一个文件几十行几十行地翻、每步重发全上下文』的分页模式;设置页(代码流水线 → read 读取窗口下限)可调可关(0 = 关闭),改动立即生效;0.4.6 修复设置页保存无效(save 的 useCallback 依赖数组漏了 readWidenMinLines,闭包捕获初始值导致保存永远写回旧值)并把默认下限 2000 → 500(覆盖典型源码文件大半,又不对超大文件一次拉满;2000 = 一律整窗,0 = 关闭;已保存过 2000 的安装需在设置页重存一次或删掉 settings.yaml 里的显式值以继承新默认);0.4.7 起把「读有下限」告知 agent(机械拓宽只保证单次够大,模型仍会主动写小窗串读):预设 persona 的 Step economy 新增「Reads carry a FLOOR(default 200)——别把一个文件切成连续小窗读」,三段阶段 persona 同步 NEVER chunk 指令,files 派发块注入实时下限值(设置改完下一次派发即生效,0 时注明拓宽已关闭);默认下限 500 → 200

ErrorLst
Bundle

@necokeine/dsh-git

Git status, commit, and push sidebar plugin for the DeepSeek Harness web interface

necokeine
Bundle

dsh-blind-arena

A blind, fair, local Agent arena inside DSH Web: same task, same commit, isolated worktrees, shared verification, judge before you reveal.

changer-changer
Bundle

dsh-bisect-debug

Bisect bug root causes in three modes: code / boundary / commit (git bisect run)

PangYiMing
Bundle

dsh-pr-description

DSH native tool: analyze the current branch diff, generate a Conventional Commits PR title, motivation/scheme/testing/risk description and a self-review checklist, write PR_DESCRIPTION.md, and optionally open the PR via the gh CLI.

988hj7tczd-oss
Bundle

dsh-continue-on-limit

Auto-continue for the DeepSeek Harness Web GUI: when a small local model hits its output-token cap and the conversation shows the max-tokens notice, the plugin automatically sends a short "continue" message so the reply keeps flowing without a manual click.

qwert702
Bundle

dsh-inhibition

Rate-limit plugin for DeepSeek Harness: FIFO queue per provider/model bucket with minIntervalMs and maxConcurrent

dncore
Bundle

dsh-git-panel

DSH web GUI git panel: branch management, commit graph, VS Code-style side-by-side diff with merge-conflict resolution, and workspace file-tree change badges.

a792883583
Bundle

dsh-git-workbench

DeepSeek Harness git development workbench: captures git context (branch, status, worktrees, stash, recent commits) into every session, asks which branch/worktree to develop in at session start, and switches branches / creates and manages worktrees through /git commands, an agent tool, and a Settings page. Configurable from Settings → Plugins.

kaixinbaba