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

eq-skills

v1.0.5

Published

EQ 前端分析技能包 — 支持 npx 直接运行与 npx skills 库安装,为 Claude Code、Cursor 等十余种主流 AI Agent 编程助手提供命令行式的技能扩展

Readme

EQ Skills

EQ 前端技能包 — 支持 npx 直接运行与 npx skills 库安装,为 Claude Code、Cursor 等十余种主流 AI Agent 编程助手提供命令行式的技能扩展。

使用

方式一:免安装直接运行(推荐)

在任意项目目录下执行:

npx eq-skills

方式二:通过 Vercel Skills 安装

npx skills add eq-skills

方式三:全局安装

npm install -g eq-skills

全局安装后,在任意目录下均可直接使用 eq 命令:

eq          # 直接回车,进入交互式向导
eq init     # 触发初始化向导(同上)
eq list     # 列出当前支持的分析包
eq help     # 查看帮助

执行后,按照命令行提示选择你要支持的 AI Agent(可多选)以及安装范围(全局 Global 或 当前项目 Local)。

包含的技能

analyze-frontend

对前端项目进行全面深度分析,生成包含九个章节的完整报告:

  1. 项目概览
  2. 完整文件树
  3. Git 同步分析
  4. 架构分层与依赖关系
  5. 公共封装分析
  6. 配置与依赖分析
  7. 风险清单(P0-P3)
  8. 优化建议与重构路线图
  9. 战略分析与最佳实践对标

restriction-code

限制代码行为与注入约束,将 4 条核心代码约束规则写入当前项目 AI 助手的全局或项目系统提示词文件中,并可结合深度分析提供架构师级别的约束建议。

ux-review

对当前页面/组件进行全面的 UX 体验审查,不改变业务逻辑,只优化交互体验。从加载态、错误态、空态、边界守卫、响应式渲染、细节打磨、网络性能共七个维度逐一排查并修复。

setup-chinese-global

一键全局中文配置 — 检测当前 AI 助手并将中文输出规则写入其全局级系统提示词文件,使所有对话、文档、注释默认使用中文。

命令

| 命令 | 说明 | |------|------| | eq init | 初始化 — 安装 skills 到当前项目 | | eq list | 列出包内包含的所有 skills | | eq help | 帮助 |

支持的 AI 助手

当前支持通过交互式向导快速注入 Skills 和 Commands 至以下平台(支持全局与项目级配置):

  • Claude Code
  • Cursor
  • Codex
  • GitHub Copilot
  • OpenCode
  • Windsurf
  • Gemini CLI
  • Antigravity
  • Cline
  • RooCode
  • Kilo Code
  • Qoder
  • CodeBuddy

License

MIT