DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Ponytail — DeepSeek Harness 插件(DSH Plugin)
← Plugins

@njuptlzf/dsh-ponytail

Ponytail

Ponytail (lazy-senior-dev) 作为可切换模式、始终启用的 DSH 插件:每一步注入 COMPACT 规则集(关闭时将其清空),并将完整规则集及五个配套项镜像到 ~/.dsh/skills。署名:github.com/DietrichGebert/ponytail (MIT)。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @njuptlzf/dsh-ponytail@1.2.0
README兼容性版本

兼容性与来源证明

Ponytail 以 @njuptlzf/dsh-ponytail 发布,当前版本为 1.2.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/7

版本

1.2.0stable
2026/9/7
1.1.0stable
2026/9/7

相关插件

正在加载相关插件…

最新版
1.2.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
17.1 kB
文件数
5
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
0
最近提交
2026/9/7
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 developer-tools 分类下经过校验的插件。

Client Ui Git Graph@linxin666/dsh-client-ui-git-graph外部 dsh Web GUI 插件:空会话 Git 分支选择器和 Git 图,包含实际的主机端 Git 操作与防护,作为 dsh 配置文件包Doctor@linxin666/dsh-doctorDSH 配置档案的事务性救援模式,配备受监督的启动器、隔离的恢复容器、确定性修复、健康监控以及本地 Web 恢复控制台Ssh@linxin666/dsh-sshdsh Web GUI 的远程 SSH 操作:主机配置存储(~/.dsh/dsh-ssh.json,可从 ~/.ssh/config 导入)、支持跳板主机的持久化 ssh2 连接池、exec / PTY Web 终端 / SFTP 传输 / 本地端口转发隧道 / 集群执行Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。

README

dsh-ponytail

English · 点击下方「中文」切换中文

A DeepSeek Harness plugin that installs the Ponytail "lazy senior developer" ruleset. It mirrors upstream's two-layer split:

  • an always-on, mode-switchable system-prompt section built from the compact ruleset (~2.5 KB), and
  • the full ruleset + 5 companion skills as on-demand / skills.

This repo vendors no skill content. On first boot it fetches once from upstream DietrichGebert/ponytail, caches to disk, and never re-fetches or hand-syncs afterwards.

What it does

  1. Always-on section (lean) — the compact ruleset (.agents/rules/ponytail.md, ~2.5 KB) as a system-prompt section, cached at ~/.dsh/ponytail-cache/compact.md. Switch the level per session with /ponytail lite|full|ultra|off; off empties the section so the tokens are actually saved. Default full.
  2. On-demand skills (user-only) — the full ruleset (ponytail) and the 5 companions (ponytail-help / ponytail-audit / ponytail-debt / ponytail-gain / ponytail-review) written once to ~/.dsh/skills/<name>/SKILL.md, invocable from the / palette. Each file's frontmatter carries disable-model-invocation: true, so these skills stay user-invocable (shown in / with a "user only" tag) but are not advertised to the model — no available_skills catalog cost, no auto-load on "ANY coding task". The always-on compact section is the only model-facing copy.

Install

dsh plugin --profile web add @njuptlzf/dsh-ponytail
# without a global dsh:
npx @deepseek-ai/dsh plugin --profile web add @njuptlzf/dsh-ponytail
# from git instead: dsh plugin --profile web add github:njuptlzf/dsh-ponytail

Restart dsh web after install. The first boot fetches once and caches, so later boots — online or offline — never touch the network. To update the skills, delete the corresponding cache/skill files and restart.

Usage

  • /ponytail — report the current level; /ponytail lite|full|ultra|off — switch it. Mode is per-session (agent.id), so one conversation's off does not affect another.
  • The 6 skills stay in the / palette, tagged "user only"; type / and pick one (e.g. /ponytail-review) to trigger it manually — the model never pulls them in unprompted.

dsh-ponytail vs codex-ponytail

codex-ponytail (upstream Codex plugin)dsh-ponytail (this plugin)
MechanismCodex plugin: SessionStart + SubagentStart + UserPromptSubmit lifecycle hooksDSH bundle: systemPrompt section + commands service
Always-on contentfull ruleset, mode-filtered, at SessionStartcompact ruleset (~2.5 KB) every step
Per-turn costfull rules only at session start / compact / subagent; one mode line per turn~2.5 KB re-rendered per step (DSH systemPrompt per-step semantics)
offUserPromptSubmit stops injecting, tokens savedsection renders empty, tokens saved (parity)
Levelslite/full/ultra filter the full ruleset's per-mode rowslevel carried as header + behavior; per-mode detail lives in the on-demand full skill
Session isolationsingle-session process → process-level flag filemulti-session process → per agent.id (== session.id)
CompactionSessionStart re-fires on the compact matchercompaction only shatters history, never the system prompt (inherent)
SubagentsSubagentStart + PONYTAIL_SUBAGENT_MATCHERglobal section inherits into subagents via composition (no patch expected)
On-demand detailponytail skillponytail skill (parity)
Fallbackinline getFallbackInstructionsTODO (see OPTIMIZATION_PLAN.md)

Structure

dsh-ponytail/
├── index.js               # host plugin: fetch once → compact always-on + mirror full/companions
├── package.json           # dsh.bundle.patch declaration
├── cordis.patch.yml       # mount row
├── OPTIMIZATION_PLAN.md   # full design rationale + comparison
├── README.md
└── LICENSE                # MIT

Attribution

Skill content comes from DietrichGebert/ponytail (MIT), fetched at runtime. The plugin wrapper is MIT © 2026 Kasakaze (njuptlzf).

中文 · 点击上方「English」切换英文

一个 DeepSeek Harness 插件:把 Ponytail「懒高级工程师」规范接入进来,对标上游的两层结构:

  • 常驻、可按档切换的 system-prompt section,用 精简规则(~2.5 KB)构建;
  • 全文规则 + 5 个同伴技能作为按需 / skill。

本仓库不存技能内容——首次启动从上游 DietrichGebert/ponytail 抓取一次并落盘缓存,之后不再联网、永不手工同步。

它做什么

  1. 常驻 section(精简) — 精简规则(.agents/rules/ponytail.md,~2.5 KB)作为 system-prompt section,缓存于 ~/.dsh/ponytail-cache/compact.md。用 /ponytail lite|full|ultra|off 按会话切档;off 会让 section 渲染为空、真的省回 token。默认 full。
  2. 按需 skills(仅用户可用) — 全文规则(ponytail)和 5 个同伴(ponytail-help / ponytail-audit / ponytail-debt / ponytail-gain / ponytail-review)写入 ~/.dsh/skills/<name>/SKILL.md,/ 面板可调。每个 skill 的 frontmatter 都带 disable-model-invocation: true:技能保持仅用户可调用(在 / 里显示、带「仅用户可用」标签),但不对模型公开——不进 available_skills catalog、不会因描述写着 "ANY coding task" 被自动加载。常驻精简 section 是唯一面向模型的那一份。

安装

dsh plugin --profile web add @njuptlzf/dsh-ponytail
# 无全局 dsh:
npx @deepseek-ai/dsh plugin --profile web add @njuptlzf/dsh-ponytail
# 或者从 git 安装:dsh plugin --profile web add github:njuptlzf/dsh-ponytail

安装后重启 dsh web:首次启动联网抓取一次并缓存,之后无论在线离线都不再联网。要更新技能,删对应缓存/技能文件再重启即可触发重抓。

使用

  • /ponytail — 报告当前档;/ponytail lite|full|ultra|off — 切档。档位按会话(agent.id)隔离,一个会话的 off 不影响其它会话。
  • 6 个技能常驻 / 面板、标「仅用户可用」;打 / 看候选、手工选一个(如 /ponytail-review)触发——模型不会未经请求就自动加载它们。

dsh-ponytail vs codex-ponytail

codex-ponytail(上游官方 Codex 插件)dsh-ponytail(本插件)
接入机制Codex 插件:SessionStart + + 三个 lifecycle hook
SubagentStart
UserPromptSubmit
DSH bundle:systemPrompt section + commands 服务
常驻内容SessionStart 时注入全文(按 mode 过滤)每步注入精简规则(~2.5 KB)
每轮成本全文只在会话开始/压缩/子代理时;每轮只一行 mode 标记每步重渲 ~2.5 KB(DSH systemPrompt 的 per-step 语义)
offUserPromptSubmit 停止注入、省回 tokensection 渲染为空、省回 token(对齐)
强度档lite/full/ultra 过滤全文对应档的内容档位以 header + 行为承载;分档细节落在按需全文 skill
会话隔离单会话进程 → 进程级 flag 文件多会话单进程 → 按 agent.id(== session.id)隔离
压缩/遗忘SessionStart 的 compact matcher 在压缩时重注入压缩只 shadow 历史、不动 system prompt(天然免疫)
子代理SubagentStart + PONYTAIL_SUBAGENT_MATCHER全局 section 随 composition 继承子代理(预期无需补丁)
按需详情ponytail skillponytail skill(对齐)
兜底内置 getFallbackInstructions待补(见 OPTIMIZATION_PLAN.md)

结构

dsh-ponytail/
├── index.js               # host 插件:只抓一次 → 精简常驻 + 镜像全文/同伴
├── package.json           # dsh.bundle.patch 声明
├── cordis.patch.yml       # 挂载行
├── OPTIMIZATION_PLAN.md   # 完整设计说明与对比
├── README.md
└── LICENSE                # MIT

归属

技能内容来自 DietrichGebert/ponytail(MIT),运行时抓取。插件包装层 MIT © 2026 Kasakaze (njuptlzf)。