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

@gestaltrun/dsh-client-ui-community-plugins

v0.3.21-gestaltrun.0

Published

Community plugin index data source for the dsh web ecosystem: community.json is the single source of the Workshop store plugin list and the dsh-market.com plugin manifest.

Downloads

118

Readme

@gestaltrun/dsh-client-ui-community-plugins

English | 中文

dsh web 生态的社区插件索引数据源:community.json 是创意工坊商店插件目录与 dsh-market.com 插件清单(manifest/plugins.json)的唯一来源。条目只收录第三方插件作者的仓库链接与元数据——本仓库从不搬运它们的代码。

功能

  • 索引数据:community.json 由维护者审核合并(流程见 docs/plugins.md 的「社区插件索引登记」),每条包含 id / name / nameEn / author / repo(必填)与 description / descriptionEn / npm / category / subcategory(可选;subcategory 为 category 下的二级分类,枚举见 scripts/community-index,仅当 category 已填时有效)。
  • 消费方:scripts/market-build 从本文件派生出创意工坊商店与 dsh-market.com 的插件清单。
  • 校验:node scripts/community-index 对索引执行契约校验(CI 门禁 pnpm community:check 同款)。
  • 无设置面:本包不再提供任何设置界面(社区插件卡已被创意工坊商店的插件目录取代);保留 inert cordis 行只是为了让既有 profile 与聚合包继续解析该行,安装后无任何 UI。

安装

本包无需直接安装;它以索引数据源身份随仓库发布。

既有 profile 若仍挂载旧卡(如聚合包),可在官方「插件」分区的插件管理 Tab 中卸载 @gestaltrun/dsh-client-ui-community-plugins(下次启动生效)。

已知限制

  • 索引只收录链接,不校验第三方代码质量与安全;条目版权归原作者。
  • 新条目进入创意工坊站与商店需运行 node scripts/market-build 并提交生成的 market/dist(market:check 门禁)。