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-skill-pack-dsh-kit

v1.0.0

Published

DSH 自制技能全家桶:dsh-verifier(产物自验证) + autotelic-evolution(进化引擎+DeLM教训) + dsh-injection-guard(注入防护) + dsh-team-orchestra(队长制协作) + dsh-grilling(对齐访谈) + dsh-context-language(领域语言) + dsh-delegation(委派) + viking-memory-guide(记忆)。安装后 8 个技能自动出现在 DSH 会话技能目录。

Readme

dsh-skill-pack-dsh-kit

DSH 自制技能全家桶 —— 8 个技能,覆盖 验证 · 进化 · 安全 · 协作 · 对齐 · 语言 · 委派 · 记忆,安装即用。

安装后 8 个技能自动出现在 DSH 会话技能目录(session skill catalog),模型可通过标准 skill 工具按需加载。本包只注册技能,不注入任何提示词、不注册任何工具。

包含的技能

| 技能 | 版本 | 职责 | |---|---|---| | dsh-verifier | 1.1.0 | 任务输出验证器(防假完成):产物可执行校验(AST/json.loads)+ 执行期工具失败检查 + 降级上抛 + QA 自纠正 | | autotelic-evolution | 1.4.0 | 自主学习进化引擎:CCE 因果经验提取 + golden 回归门控 + DeLM 失败教训即时复用(失败落库 → 检索 → 重试注入 → 跨角色共享) | | dsh-injection-guard | 1.0.0 | 注入防护三阶判别:外部内容(网页/MCP 返回)永不以指令注入 | | dsh-team-orchestra | 1.0.0 | 队长制协作:依赖感知认领 + 持久邮箱 + 状态落盘可审计 | | dsh-grilling | 1.0.0 | 对齐访谈原语(移植 mattpocock grilling):开工前 BFS+DFS 追问到"明确可开工" | | dsh-context-language | 1.0.0 | 共享领域语言(移植 mattpocock CONTEXT.md):词汇表 + 关系 + 已解决歧义 | | dsh-delegation-checklist | 1.0.0 | 委派清单:派活前对齐、派后验证闭环 | | viking-memory-guide | 1.0.0 | 记忆指南:何时记、记什么、怎么用 |

安装

dsh plugin add dsh-skill-pack-dsh-kit

或在 DSH 对话界面「外来插件」输入 npm 包名 dsh-skill-pack-dsh-kit

工作原理

  • lib/index.js 复用官方 @deepseek-ai/dsh-skill-filesystemFileSystemSkillProvider,把包内 pack/skills/ 注册为 custom skill root(includeDefaultRoots: false),frontmatter 解析语义与内置 provider 完全一致
  • 技能正文中的数据落点使用 $DSH_HOME 变量(默认 ~/.dsh),首次使用前请确认该目录存在,或按需修改技能中的路径

配置

插件默认无配置。可选:

- insert:
    - id: skill-pack-dsh-kit
      name: 'dsh-skill-pack-dsh-kit'
      config:
        skillsDir: 'D:/my/skills'   # 覆盖技能来源目录(可选)
        watch: false                # 是否监听技能目录变化(默认关,省资源)

许可证

MIT。技能方法论源自开源社区:小万(检索/记忆/进化/安全机制)、mattpocock/skills(grilling / CONTEXT.md / 门控调试),均已注明出处。