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

claude-style-skin

v0.1.1

Published

Claude Style — Anthropic warm-editorial skin for the dsh web GUI, distilled from anthropic.com

Readme

claude-style-skin · Claude Style 暖象牙

awesome · DSH plugin MIT

Anthropic 暖调编辑风 DeepSeek Harness Web 皮肤 —— 依据 anthropic.com 界面风格蒸馏报告创作:象牙白 / 暖黑双画布、陶烬橙点睛、衬线标题 + 无衬线界面 + 等宽标签、发丝线描边、胶囊 CTA,跟随原生亮/暗主题。

light 亮色

设计要点

  • 暖象牙 #FAF9F5(亮)/ 暖黑 #141413(暗)双画布,全部暖调灰阶,绝不用冷灰
  • 单一陶烬橙 #D97757 强调,hover 加深 #C6613F;强调只用于 CTA/链接/焦点(占比 <10%)
  • 衬线展示标题 + 无衬线界面 + 等宽标签 —— 三字体的编辑部式层级
  • 发丝暖线描边、8px 卡片圆角、全圆角胶囊 CTA
  • Markdown 编辑排版:衬线标题、衬线斜体强调、陶橙左缘引用块、行内代码芯片、横向发丝表格
  • 干净品牌区:鲸鱼 + wordmark 直接浮于画布,无徽章、无底衬
  • 亮 / 暗双主题,跟随系统切换

dark 暗色

安装

dsh plugin --profile web add TaiyakiOffical/claude-style-skin   # GitHub 源
# 或(若已发布到 npm)
dsh plugin --profile web add claude-style-skin                    # npm 源,市场优先

装完重启 dsh web,刷新页面即生效。

与其它皮肤的互斥

同一时刻只启用一个皮肤。把当前启用皮肤的 insert 行加 disabled: true(编辑 profile 的 cordis.patch.yml),或直接用 dsh-marketdsh-skin-manager 一键切换:

# ~/.dsh/profiles/web/cordis.patch.yml
- id: ui-skin-claude-style
  name: claude-style-skin

卸载

  1. 删除 profile cordis.patch.ymlui-skin-claude-style 的 insert 行
  2. dsh plugin --profile web remove claude-style-skin
  3. 重启 dsh web

许可

MIT