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

@elf077/dsh-skills

v1.4.0

Published

DeepSeek Harness (DSH) 用户级技能库:SDLC 全阶段 + 逆向/安全/前端/桌面 UI/插件开发等领域技能,每技能独立 SKILL.md,DSH 启动自动扫描。

Readme

🧠 DSH Skills 技能库

本目录是 DeepSeek Harness (DSH) 用户级技能库~/.dsh/skills/)。每个技能是一个 目录,内含 SKILL.md(YAML frontmatter + 使用流程),DSH 启动时自动扫描、随时可加载。

怎么用

不用记任何安装步骤——技能已就位。需要时直接说或输入:

/skill <技能名>       # 例如 /skill push-project

也可以直接描述需求(如"把项目发布到 GitHub"),模型会自动路由到对应技能。 技能太多记不住?看下面这张表就够了。

技能总览

| 技能 | 一句话说明 | |------|-----------| | meta | 技能路由:不确定该用哪个技能时先问它 | | define | 需求澄清、规格先行(对应 /spec) | | plan | 把规格拆成可验证的小任务(对应 /plan) | | build | 按计划增量实现 + 测试(对应 /build) | | verify | 真实运行验证与调试恢复(对应 /test) | | review | 合并前质量门禁:正确性/可读性/架构/安全/性能(对应 /review) | | ship | 上线发布:CI/CD、版本管理、文档(对应 /ship) | | browser-harness | CDP 直连 Chrome 操控浏览器:抓站、登录、爬数据、复刻网页 | | hallmark | 反 AI 味设计:落地页、重设计、设计审计(Anti-AI-slop) | | dsh-plugin-development | 在 DSH 上开发动态 Cordis 插件的完整指南(Plugin/Run/Host/Client/Slot UI/RPC) | | skill-create | 创建、校验、安装和发布 DSH Skill 的协议与流程 | | push-project | 把项目发布到 npm + GitHub:检查清单、token 引导、tag/Release、一键发版 | | python-code-standards | Python 企业级代码规范:命名/格式/类型标注/NEVER 红线/反 AI 模式 | | model-training-mindset | 用模型训练思维攻坚多步骤任务:epoch 循环 + checkpoint 回退,子问题逐级固化 | | quicker-skill | 开发/部署/发布 Quicker 动作(Roslyn v2 引擎):JSON 配置、C# 逻辑、Markdown 简介 | | frontend-design | 独特且生产就绪的前端界面设计与实现,强审美方向(HTML/CSS/JS、React、Vue 等) | | desktop-router | macOS/Windows 桌面 UI/UX 任务路由,分发给 desktop-* 子技能(audit/redesign/native feel 等) | | autox-scripting | AutoX.js 自动化脚本编写与调试:截图找色、坐标点击、Shizuku 权限、多线程、常见坑 | | fun-code-reverse | 趣味代码逆向收录:把点名的有趣代码片段逆向成可复现提示词,有限验证后收入 fun-code-collection(规则级自进化 playbook) | | reverse-skill-router | 逆向/渗透/安全技能路由包:AI 自动路由 + 按需工具链自举 + 自动进化经验库(含 42 个专业子技能 + CTF 侧车) | | android-reverse-engineering | APK/XAPK/JAR/AAR 反编译(jadx/Fernflower)、提取 API 端点、追踪 UI→网络调用链 |

目录结构

~/.dsh/skills/
├── <skill-name>/
│   └── SKILL.md              # 入口:YAML frontmatter(name/description)+ 使用流程
└── README.md                 # 本文件:技能总览

新建技能

遵循 skill-create/SKILL.md 协议:建目录 ~/.dsh/skills/<kebab-case-name>/SKILL.md, frontmatter 必填 name(小写 kebab-case)与 description(双引号包裹、YAML 安全), 统一 LF 行尾(CRLF 会破坏 YAML 解析)。

第三方技能

以下技能来自社区仓库,各自保留上游许可证(随目录携带 LICENSE):

| 目录 | 上游 | 许可证 | |------|------|--------| | reverse-skill-router/ | zhaoxuya520/reverse-skill | MIT(核心路由包)+ GPL-3.0(CTF-Sandbox-Orchestrator/ 侧车) | | android-reverse-engineering/ | SimoneAvogadro/android-reverse-engineering-skill | Apache-2.0 |

License

MIT