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

@benbenwu/zcf

v3.7.3

Published

Zero-Config Code Flow - One-click configuration tool for Code Cli

Readme

npm version npm downloads License Claude Code codecov JSDocs Ask DeepWiki

✨ Full Documentation: ZCF Docs

Zero-config, one-click setup for Claude Code & Codex with bilingual support, intelligent agent system and personalized AI assistant

🚀 Quick Start

  • Recommended: npx @benbenwu/zcf opens the interactive menu — pick what you need.
  • Common commands:
npx @benbenwu/zcf i        # Full initialization: install + workflows + API/CCR + MCP
npx @benbenwu/zcf u        # Update workflows only
npx @benbenwu/zcf --lang zh-CN  # Switch interface language (example)
npx @benbenwu/zcf i -s -T codex # Non-interactive Codex setup
  • Non-interactive example (provider preset):
npx @benbenwu/zcf i -s -p 302ai -k "sk-xxx"

Claude Code Superpowers Plugin

For Claude Code, Superpowers is installed as a plugin via Claude Code's plugin marketplace, not as local commands/ or agents/ files.

npx @benbenwu/zcf i -s -T claude-code --install-superpowers true

ZCF will execute the Claude Code plugin flow for you during init.

Optional Codex Skill Pack

zcf i -T codex always installs the built-in zcf-* workflow skills. You can optionally add a general-purpose Codex skill pack with:

npx @benbenwu/zcf i -s -T codex --install-codex-skill-pack true

This Codex skill pack is separate from Claude Code Superpowers.

The optional pack contains:

  • brainstorming
  • plan-work
  • systematic-debugging
  • verification-before-completion
  • playwright
  • deep-research

When enabled, these skills are installed into ~/.codex/skills/ to cover ideation, planning, debugging, verification, browser automation, and deep research workflows.

  • For local development validation, use the repo entrypoints instead of bare npx @benbenwu/zcf:
pnpm dev -- i -s -T codex
pnpm start -- i -s -T codex
node bin/zcf.mjs i -s -T codex

Bare npx @benbenwu/zcf resolves the published npm package, so it will not automatically use your local repository changes.

📦 Release to npm

If you want npx @benbenwu/zcf to pick up your local changes, you must publish a new npm version. Republishing the same version is not allowed.

Recommended release flow for this repository:

# 1. Create a changeset and choose version bump type
pnpm changeset

# 2. Apply the version bump
pnpm changeset version

# 3. Run validation
pnpm lint
pnpm typecheck
pnpm test:run
pnpm build

# 4. Login to npm if needed
npm login

# 5. Publish using the repo release script
pnpm release

Notes:

  • package.json already sets "publishConfig": { "access": "public" }, so pnpm release / changeset publish will publish as a public package.
  • If your npm account uses passkeys / WebAuthn and changeset publish still asks for a one-time password, first verify the project is using @changesets/[email protected] or newer:
pnpm exec changeset --version
pnpm list @changesets/cli
  • Older Changesets releases handled OTP in-process and could not use npm's newer web-based authentication flow. If you hit that issue, upgrade Changesets and log in again with web auth:
pnpm add -D @changesets/cli@latest
npm login --auth-type=web
pnpm release
  • This repository already declares @changesets/cli@^2.30.0, which is the first series that delegates OTP / web auth handling back to the package manager.
  • pnpm publish --access public can still be used as a manual fallback after you run pnpm changeset version and pnpm build, but it is not the primary workflow in this repo.

More usage, options, and workflows: see documentation.

📖 Full Documentation

  • https://zcf.ufomiao.com/

💬 Community

Join our Telegram group for support, discussions, and updates:

Telegram

🙏 Acknowledgments

This project is inspired by and incorporates work from:

Thanks to these community contributors for sharing!

📄 License

MIT License


🚀 Contributors

⭐️ Star History

If this project helps you, please give me a ⭐️ Star!

Star History Chart