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

easy-ecc-cli

v0.0.1

Published

A selective, cross-agent installer for Everything Claude Code (ECC).

Readme

Easy ECC

根据你的使用经验和 AI Coding Agent,选择性安装 Everything Claude Code(ECC) 中真正需要的部分,而不是复制整个仓库。

English · 在线文档 · ECC 上游仓库

Easy ECC 是一个面向 Vibe Coding 的分级、跨 Agent 安装工具。ECC 提供了数量庞大的 Skills、Rules 和工程工作流;Easy ECC 补上易用性这一层:按人群划分安装级别、在写入前展示安装计划、适配不同 Agent 的目录、固定上游版本,并支持安全卸载。

核心价值

复制一整套 Agent 配置很容易,理解它会改变什么却很难。初学者只需要最关键的安全护栏,独立开发者需要测试和安全检查,团队则需要治理和审计。Easy ECC 把这些差异整理成清晰、可检查的安装预设。

| 级别 | 适用人群 | 默认内容 | | --- | --- | --- | | lite | Vibe Coding 初学者 | 编码风格、开发流程、Git 安全 | | standard | 独立开发者 | Lite + 测试、安全、审查、上下文与验证 | | pro | 专业开发者 | Standard + 架构、模式与可维护性 | | team | 团队和多 Agent 项目 | Pro + 安全扫描与评估 Harness | | custom | 熟悉自身需求的用户 | 只安装明确选择的组件 |

支持 Claude Code、Codex、Cursor、OpenCode,以及兼容 Agent Skills 的通用客户端。对于没有独立 Rules 机制的平台,Easy ECC 会将规则包装成可发现的 Agent Skill。

快速开始

需要 Node.js 20 或更高版本。

npx [email protected] install

先预览将要安装的准确内容:

npx [email protected] install --agent codex --level standard --dry-run

自定义选择组件:

npx [email protected] install --agent cursor --level custom \
  --components coding-style,git-workflow,security,verification-loop

查看状态或安全卸载:

npx [email protected] status
npx [email protected] uninstall

卸载时会检查 SHA-256;安装后被修改过的文件将被保留,不会误删。

安全与可信性

  • ECC 内容固定在 v2.0.0,不直接追踪持续变化的分支。
  • 网络写入开始前会展示完整安装计划。
  • 默认不覆盖已有文件;只有显式传入 --force 才会覆盖。
  • .easy-ecc/state.json 记录已安装文件及其校验值。
  • 0.0.1 有意不自动安装 MCP Server 和高权限 Hooks。

Easy ECC 本身使用 MIT License。下载的 ECC 内容继续遵循 ECC 的 MIT License 和上游署名要求,详见第三方声明

0.0.1 的边界

首个版本用于验证“分级、选择性安装”模式,只安装 ECC 的通用规则和一组经过筛选、可独立使用的 Skills。它不会假装所有平台完全相同,也不会尝试转换 ECC 的全部 Commands、Hooks、Agents 或 MCP 配置。

本地开发

npm test
npm run check
node bin/easy-ecc.js install --agent codex --level lite --dry-run

致谢与关系说明

Easy ECC 基于 Affaan Mustafa 及贡献者维护的 Everything Claude Code 才得以成立。Easy ECC 是独立社区项目,不隶属于 ECC,也不代表任何 AI Agent 厂商。

License

MIT