npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

dsh-xingtu-skills

v0.1.0

Published

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

Readme

dsh-xingtu-skills · XingTu 技能插件(DeepSeek Harness / DSH)

26 个生产级 AI Agent 技能,打包成一个 DeepSeek Harness(DSH)标准插件,一条命令安装即用。

MIT npm


这是什么

本插件把 xingtu-skills26 个生产级 SKILL.md 技能打包为标准的 DeepSeek Harness 插件包。安装后,DSH 的会话技能目录会自动加载全部技能,按需触发(progressive disclosure),无需手动拷贝。

每个技能遵循跨工具事实标准(name + description + when_to_use),同一份技能也兼容 Claude Code / CodeBuddy / Codex / Cursor / Gemini CLI。

安装

# 从 npm 安装(推荐)
dsh plugin add dsh-xingtu-skills

# 从 GitHub Release 压缩包安装
dsh plugin add -w https://github.com/xingtu1996/dsh-xingtu-skills/releases/latest/download/dsh-xingtu-skills-0.1.0.tgz

技能清单(26)

| 系列 | 技能 | |---|---| | Caveman · token 压缩 | caveman 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 · 极简与债务 | ponytail ponytail-audit ponytail-debt ponytail-gain ponytail-help ponytail-review | | 工程实践 | investigate-first lean-build migration safe-refactor surgical-patch verify-and-stop |

插件结构

dsh-xingtu-skills/
├── package.json        # dsh.bundle.patch → ./cordis.patch.yml(标准插件声明)
├── cordis.patch.yml    # 插入本插件行(bundle layer)
├── lib/index.js        # 入口:apply() 逐个注册 skills/ 下的 SKILL.md
└── skills/<name>/      # 26 个技能目录(含各自 SKILL.md 与资源)
  • 插件契约:导出 name + apply(ctx)inject: ['skills']),全部贡献走 ctx.effect() / ctx.skills.register(),卸载自动清理。
  • 零依赖:不引入任何 Cordis 副本,@deepseek-ai/dsh 仅为可选 peerDependency。
  • 已验证:通过 dsh-plugin-dev check(静态检查)+ dsh-plugin-dev verify(干净 DSH_HOME 实测安装/启动/卸载)。

关联项目

许可证

MIT License。技能内容源于真实工程实践。