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

ccjk

v13.5.5

Published

Production-ready AI dev environment for Claude Code, Codex, and modern coding workflows with 30-second onboarding, persistent memory, Agent Teams, remote control, and capability discovery.

Readme

CCJK

面向 Claude Code、Codex 与现代 AI 编码工作流的生产级开发环境

30 秒上手 · 持久记忆 · Agent Teams · 远程控制

npx ccjk

npm downloads license

English · 中文 · 日本語


CCJK 现在强调什么

  • 30 秒 onboarding:把 Claude Code、Codex、MCP 和浏览器自动化拉到可用状态
  • 持久记忆:让 AI 跨会话记住项目结构、约定和上下文
  • Agent Teams:复杂任务支持并行执行
  • 远程控制:可从浏览器或移动端接入会话
  • Capability Discovery + Presets:发现推荐能力,并配合权限预设快速落地
  • Production-ready defaults:默认配置更接近真实生产环境

推荐上手路径

# 首次使用,走引导式 onboarding
npx ccjk

# 自动化 / CI
export ANTHROPIC_API_KEY="sk-ant-..."
npx ccjk init --silent

# 安装后建议补两步
npx ccjk boost
npx ccjk zc --preset dev

可选后续:

npx ccjk remote setup
npx ccjk doctor
npx ccjk mcp list

为什么这条路径是主路径

| 场景 | 对应命令 | 作用 | | :----------- | :------------------------- | :--------------------------- | | 首次上手 | npx ccjk | 用引导式流程完成 onboarding | | 自动化初始化 | npx ccjk init --silent | 在 CI 或脚本中无交互落地配置 | | 配置优化 | npx ccjk boost | 做一次环境收敛和优化 | | 权限收口 | npx ccjk zc --preset dev | 应用推荐权限预设 | | 远程接入 | npx ccjk remote setup | 配置远程控制 |

常用能力

  • Persistent Memory:减少重复解释项目背景
  • Agent Teams:把多代理并行能力直接接入 CLI
  • Remote Control:浏览器、手机、平板都能控会话
  • Capability Discovery:帮助用户理解该启用哪些能力
  • Zero-Config Presets:快速应用 maxdevsafe 等权限配置

文档入口

社区

许可证

MIT © CCJK Contributors