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

@cloudai-design/oneskill

v0.6.1

Published

CloudAI 设计体系的 agent 语境:主题 token、组件、整页模板、走查规则,自带脚手架

Readme

@cloudai-design/oneskill

CloudAI 设计体系的 agent 语境,打成一个 skill 目录:主题 token、组件选型与用法、整页模板、 设计走查规则,外加一套从零起工程的脚手架。

给 AI 装上它,让它照着这套规范写页面,而不是每次凭训练数据猜颜色和间距。

npx @cloudai-design/oneskill

装进当前目录的 .agents/skills/CloudAI-UI/。换落点用 --dir .claude/skills, 升级到新版本加 --force

让 AI 读 .agents/skills/CloudAI-UI/SKILL.md。手上还没有工程时,它会先跑包内的脚手架搭一个:

node .agents/skills/CloudAI-UI/setup/create-app.mjs my-app --brand aidbs

产出的是 Vite + React 18 + Tailwind v3 + shadcn,主题插件已装好,组件 registry 别名已配好, 首屏是页面外壳骨架。已有 Tailwind v3 + shadcn 工程的话读 setup/existing-project.md, 只改三处配置接上主题。

技术栈

组件与主题只支持 Tailwind v3 + shadcn。设计规范部分(层级、间距、状态、走查)与技术栈 无关,别的栈可以只借规范——SKILL.md 里的「降级模式」说了怎么用。

相关包

| 包 | 做什么 | | --- | --- | | @cloudai-design/tailwind | 主题插件,语义 token 的真源 | | @cloudai-design/eslint-plugin | 把「颜色写死了」变成 lint 报错 | | @cloudai-design/cli | 已有工程装同一批语境的另一条通道 |

MIT