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-tauri-panel-extension

v0.6.7

Published

Skills and MCP management in the DSH Tauri extension panel.

Readme

dsh-tauri-panel-extension

dsh-tauri-panel-extensiondsh-tauri-panel 增加侧栏“扩展”入口,在会话内容区提供技能与 MCP 管理。

界面预览

技能管理

技能管理

MCP 管理

MCP 管理

功能

  • 技能列表、搜索、来源筛选、启停、查看/编辑和打开目录。
  • “新建技能”关闭扩展面板、打开当前工作区的空白会话,并预填 /skill-creator (不会自动提交)。
  • “导入仓库”通过 GitHub 地址导入技能仓库;仓库技能优先显示,并提供可点击的 GitHub 图标。
  • MCP 服务器增删改、启停、从 Claude Code/Codex 导入及重启提示。
  • 不包含上游设置页标题“技能与 MCP”和市场模块。

宿主 API 使用同源前缀 /dsh-tauri-panel-extension/*,仓库状态保存在 $DSH_HOME/dsh-tauri-panel-extension

上游来源

实现基于 qinyre/dsh-plugin-capabilities commit 3412f8ddf0a92bdc89a3bab104b480f8745ebfc1 修改,详见 THIRD_PARTY_NOTICES.md。开发源以 Git submodule 固定在 ../../soruce/dsh-plugin-capabilities

逻辑变更

相对上游 commit 3412f8d 的具体逻辑变更:

  • 呈现层从设置页 section 改为侧栏“扩展”面板条目:通过 sidebar.panel.action 槽与 panel.protocol(含新增的 closePanelContent 关闭 API)接入,内容渲染在会话内容区替换视图。
  • 移除“技能与 MCP”标题与市场(Market)模块,仅保留“技能”“MCP”两个标签页。
  • “新建技能”不再于面板内弹窗创建,改为:关闭扩展面板 → 打开当前工作区的空白会话 → 预填 /skill-creator (不自动提交),将创建流程交给 skill-creator 技能承载。
  • 技能仓库 UI 从上游完整的仓库管理区(本地/GitHub roots 添加移除、来源分组展示)收敛为“导入仓库”按钮 + 对话框;导入的仓库技能排序优先,并展示可点击的 GitHub 图标链接(仓库地址由宿主端从注册的 root 派生,客户端不持有)。
  • 仓库导入沿用上游的 GitHub codeload tarball 方案(不依赖 git 可执行文件),新增 parseGitHubSource 支持 owner/repo、完整 URL、.git 后缀及 #ref//tree/<ref> 分支定位,并探测单技能/扁平/嵌套三种仓库结构。
  • API 前缀与状态目录改为 /dsh-tauri-panel-extension/*$DSH_HOME/dsh-tauri-panel-extension,与上游插件同时安装时不冲突;路由与方法授权机制与上游一致。
  • 客户端实现遵循本仓库工程约束:上游 raw CSS 字符串整树迁移为 css-render 结构化节点(仅在 apply() effect 中挂载)、共享类型与常量集中到 src/client/types.ts/constants.ts、图标仅取 gravity-ui。
  • MCP 管理与上游保持一致(增删改、启停、从 Claude Code/Codex 导入、重启提示),新增 JSON/表单双模式编辑器作为增量。

许可证

MIT © Hairyf