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

reborn-dshkit

v1.0.0

Published

DSH(DeepSeek Harness) — 딥시크가 낸 오픈소스 에이전트 하네스를 지금 어떻게 실행하고 무엇을 조심할지 알려 주는 클로드 코드 스킬. 사람들이 가장 많이 틀리는 실행 명령, 개발자 프리뷰라는 성숙도, 모델이 딸려오지 않는다는 사실, 상표 사용 규칙까지 먼저 말한다.

Readme

reborn-dshkit

DSH(DeepSeek Harness) 를 켜기 전에 볼 것을 알려 주는 클로드 코드 스킬 설치기입니다.

npx reborn-dshkit

깔면 ~/.claude/skills/dsh-guide/ 에 스킬이 들어갑니다. 클로드 코드를 껐다 켜면 잡힙니다. 그다음엔 그냥 말하면 됩니다 — "DSH 켜는 법 알려줘"


왜 만들었나

DSH 는 딥시크가 낸 오픈소스 에이전트 하네스입니다. MIT 이고, 실제로 좋습니다. 그런데 소개 영상과 정리글을 보고 온 사람이 거의 예외 없이 첫 줄에서 막힙니다.

| 치는 명령 | 실제로 깔리는 것 | |---|---| | npx dsh | 2016년에 올라온 남의 JavaScript 셸 — "A shell written in JavaScript" | | npx deepseek-harness | 예약된 빈 껍데기 — "The real package will be published here when development completes" | | ✅ npx @deepseek-ai/dsh web | 진짜입니다 |

약칭이 dsh 라서, 제품 이름이 deepseek-harness 라서 둘 다 자연스럽게 손이 갑니다. 스코프(@deepseek-ai/)를 빼면 다른 걸 깝니다.

그리고 소개글이 잘 말하지 않는 것이 둘 더 있습니다.

  • 개발자 프리뷰입니다. README 가 대문자로 적어 뒀습니다 — "THERE WILL BE COMPATIBILITY-BREAKING CHANGES."
  • 모델은 딸려오지 않습니다. 하네스는 모델을 굴리는 껍데기입니다. 「무료」는 하네스가 MIT 라는 뜻이지 모델이 공짜라는 뜻이 아닙니다.

이 킷은 그 셋을 좋은 소식보다 먼저 놓습니다.

명령

npx reborn-dshkit              스킬을 깐다
npx reborn-dshkit run          맞는 실행 명령과 틀린 명령을 나란히 (안 깔고)
npx reborn-dshkit facts        원장 전체를 찍는다
npx reborn-dshkit verify       저장소·npm 이 지금 응답하는지 (네트워크)
npx reborn-dshkit --check      깔렸는지 + 원장이 규칙을 지키는지
npx reborn-dshkit --self-test  자기시험 (네트워크 안 씀)

사실 원장

스킬 옆에 dsh.json 이 함께 깔립니다. 스타 수·버전·도구 수를 확인일과 함께 적어 뒀습니다. 숫자는 밖에서 바뀌니까요.

--self-test양방향입니다. 정본 원장을 통과시키는 것만 보지 않고, 일부러 스코프를 지운 가짜 원장을 만들어 검사기가 그걸 잡는지도 봅니다. 전건 통과하는 검사기는 검사기가 아닙니다.

상표에 대하여

이 프로젝트는 DeepSeek 과 아무 관계가 없습니다. 공인·제휴·승인 받지 않았습니다.

"DeepSeek Harness" 는 DeepSeek 의 등록상표입니다. BRAND_GUIDELINES.md 의 권고에 따라 패키지 이름에 약칭 DSH 를 썼고, 설명문에서만 관계를 사실대로 적었습니다(가이드가 명시적으로 허용하는 범위입니다).

라이선스

MIT · REBORN LABS