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

desktop-taste-skills

v0.1.0

Published

Desktop Taste Skills 技能套件:macOS/Windows 桌面 UI/UX 设计与审计的 DSH 技能集(desktop-router 路由入口 + 13 个专项技能),可安装到 DeepSeek Harness / 支持 SKILL.md 的 Agent 环境。

Readme

Desktop Taste Skills

Desktop Taste Skills 是一个 DSH(DeepSeek Harness)技能套件:帮助 coding Agent 设计、实现、重设计、审计或文档化 macOS / Windows 桌面应用 UI,产出有品味的桌面界面,而不是网页壳或模板化 SaaS 仪表盘。

npm version license GitHub release

包含的技能

套件以 desktop-router 为唯一路由入口,13 个专项技能全部内嵌在路由文件夹内,由路由表按需调度:

| 子技能 | 职责 | | --- | --- | | desktop-taste | 原套件入口:边界定义与原始流程 | | desktop-design-read | 编码前 brief gate,产出 Desktop Read | | desktop-art-direction | 提出并推荐 2-3 个明确 Art Direction | | desktop-visual-draft | ImageGen 生成可评审的桌面窗口设计稿 | | desktop-native-feel | 判断并改进原生感,避免网页壳 | | desktop-layout-composition | 布局类型、窗口构图与区域边界 | | desktop-typography-density | 排版层级、间距与信息密度 | | desktop-motion-interaction | 动效、状态反馈与交互手感 | | desktop-brand-system | 克制可用的产品品牌表达 | | desktop-audit | 审计已有桌面 UI 并给出诊断 | | desktop-redesign | 审计诊断转可实施方案 | | desktop-qa | 交付前 QA 检查 | | desktop-design-md | 生成/更新桌面版 DESIGN.md |

安装

DSH(DeepSeek Harness)

skills/desktop-router/ 整个目录复制到用户级技能目录:

# 项目内或用户级任选其一
cp -r skills/desktop-router ~/.dsh/skills/desktop-router
# Windows PowerShell
Copy-Item -Path skills\desktop-router -Destination "$env:USERPROFILE\.dsh\skills\desktop-router" -Recurse

DSH 会自动扫描到 desktop-router 技能。桌面 UI 任务命中路由后,路由表会指示 read ~/.dsh/skills/desktop-router/<子技能>/SKILL.md 获取完整指令。

其他支持 SKILL.md 的 Agent 环境

同样将 skills/desktop-router/ 复制到环境的技能目录即可。

使用

桌面 UI/UX 任务(设计、实现、重设计、审计、QA、设计稿、DESIGN.md)会命中 desktop-router,由其路由到具体子技能。Web/移动端/纯工程任务不属于本套件范围。

开发与校验

npm run validate   # 校验所有 SKILL.md 的 frontmatter 与行尾

License

MIT