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

xrkh-better-sidebar

v0.18.0

Published

XRK-Harness (xrkh) standard sidebar plugin: explorer, editor, terminal, git, browser.

Readme

xrkh-better-sidebar

读者:XRK-Harness 终端用户 · 集成者

XRK-Harness(xrkh)标准侧边栏插件:资源管理器 · 编辑器 · 终端 · Git · 浏览器等工作台,按会话隔离。
Host 侧 /sidebar/* 由产品内置兼容器接线;本包提供 client 半包(及可选进程清单)。

安装

前置:xrkh webnpx @xrkseek/harness-cli web,Node ≥ 26。

xrkh plugin add [email protected]
xrkh restart

从源码(SSH):

git clone [email protected]:xrkseek/xrkh-better-sidebar.git
xrkh plugin add ./xrkh-better-sidebar
xrkh restart

本机与 XRK-Harness 源码仓联调时,可将本仓放在 Harness 的 extensions/xrkh-better-sidebar/(主仓 gitignore,不进提交),然后:

$env:XRK_PLUGINS_DIR = "./extensions"
pnpm xrk web --workspace .

装完硬刷新浏览器(Ctrl+Shift+R)。

0.18.0

  • XRKH 原生:去掉 DSH 双轨(dsh manifest · better-locale · DSH 安装脚本 · 市场目录)
  • peer 仅 @xrkseek/* + React;工具类型走 @xrkseek/xrk-tools / xrk-settings
  • 无 Side Chat;子代理走 Host Face + subagents.live / jobs.*
  • 空 curated 插件目录(社区扩展不随包捆绑)

契约

| 项 | 说明 | |----|------| | npm | xrkh-better-sidebar | | 仓库 | xrkseek/xrkh-better-sidebar | | 形态 | 仅 client 半包package.jsonxrk.clientlib/client.js) | | 注入 | @xrkseek/client-runtime · client-locale · client-ui-slots · client-ui-conversation · client-modules | | Host | 产品 Host 拥有 /sidebar/api · /sidebar/file|upload|html|bundle · /sidebar/ws/terminal 等;本包不在 XRK 上挂 Cordis host 半包抢同一前缀 | | 子代理 / 任务 | 走 Host Face + /sidebar/apisubagents.live · jobs.*(勿再实现 Side Chat) |

契约细则见 Harness 教科书 community-plugins.md「侧栏插件契约」。

开发

pnpm install
pnpm bundle