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.

Xingtu Skills — DSH Plugin for DeepSeek Harness
← Plugins
X

dsh-xingtu-skills

Xingtu Skills

XingTu 30 production-grade AI agent skills, packaged as a DeepSeek Harness (DSH) skills plugin — token compression, code review, content review, safe refactor, migration, evidence review & more. 30 个生产级 SKILL.md 技能,DSH 一键安装即用。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:xingtu1996/dsh-xingtu-skills#195ff917b0d8cab16b4abcaa81ef9be5f542cc7b
READMECompatibilityVersions

Compatibility and provenance

Xingtu Skills is published as dsh-xingtu-skills and currently resolves to version 0.1.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/10/2026

Versions

0.1.2
stable
9/10/2026
0.1.0stable
9/2/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/12/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 developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-xingtu-skills · XingTu Skills Plugin for DeepSeek Harness (DSH)

30 production-grade AI agent skills, packaged as a standard DeepSeek Harness (DSH) plugin — one command to install.


What is this

This plugin packages the 30 production-grade SKILL.md skills from xingtu-skills into a standard DeepSeek Harness plugin bundle. After install, DSH's session skill catalog loads all skills automatically and triggers them on demand (progressive disclosure) — no manual copying.

Each skill follows the cross-tool de-facto standard (name + description + when_to_use) and is also compatible with Claude Code / CodeBuddy / Codex / Cursor / Gemini CLI.

Install

# From npm (recommended)
dsh plugin add dsh-xingtu-skills

# From the GitHub release tarball
dsh plugin add -w https://github.com/xingtu1996/dsh-xingtu-skills/releases/latest/download/dsh-xingtu-skills-0.1.2.tgz

Skills (30)

SeriesSkills
Caveman · token compressioncaveman caveman-commit caveman-compress caveman-discover caveman-evidence-review caveman-explore caveman-help caveman-learn caveman-manage caveman-optimize caveman-review caveman-setup caveman-stats cavecrew
Ponytail · minimalism & debtponytail ponytail-audit ponytail-debt ponytail-gain ponytail-help ponytail-review
Engineering practiceinvestigate-first lean-build migration safe-refactor surgical-patch verify-and-stop
Content & media (XingTu self-media)adversarial-review codemax-report de-ai-flavor fact-check-gate

Structure

dsh-xingtu-skills/
├── package.json        # dsh.bundle.patch → ./cordis.patch.yml (standard plugin declaration)
├── cordis.patch.yml    # inserts this plugin row (bundle layer)
├── lib/index.js        # entry: apply() registers every SKILL.md under skills/
└── skills/<name>/      # 30 skill directories (SKILL.md + their resources)
  • Plugin contract: exports name + apply(ctx) (inject: ['skills']); every contribution goes through ctx.effect() / ctx.skills.register() and is auto-disposed on unload.
  • Zero dependencies: no Cordis copy is bundled; @deepseek-ai/dsh is only an optional peerDependency.
  • Validated: passes dsh-plugin-dev check (static checks) + dsh-plugin-dev verify (clean-DSH_HOME install / boot / uninstall).

Related

  • xingtu-skills — source repo (cross-tool)
  • xingtu-harness — one-command AI engineering scaffold
  • xingtu-ai-engineering — flagship methodology repo

License

MIT License. Skills distilled from real engineering practice.