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

makecoder

v4.1.10

Published

MakeCoder Coder: AI Agent Runtime OS that runs and orchestrates Claude Code, Codex, Gemini and more across CLI, API, Web and chat

Readme

Coder

Coder 是一个 AI Agent Runtime OS(AI 智能体操作系统)

它统一管理模型与智能体、对话、记忆与知识、技能,并驱动 Claude Code、Codex、Gemini 等多个智能体协同工作。CLI 只是 Coder 的入口之一(另有 API Server、Web、App 与消息平台),让你在本地或团队项目中直接运行智能体会话,使用平台已接入的模型与编程能力,并接入 MakeCoder 账号与团队体系。

npm install -g makecoder
coder auth login
cd your-project
coder

安装

npm install -g makecoder

国内网络较慢时:

npm install -g makecoder --registry=https://registry.npmmirror.com

检查版本:

coder --version

登录

浏览器登录:

coder auth login

使用 API Key 登录:

coder auth login --apikey <MAKECODER_API_KEY>

查看登录状态:

coder auth status

退出登录:

coder auth logout

使用

进入项目目录:

cd your-project
coder

直接发送任务:

coder "解释这个项目的启动流程"

运行指定智能体:

coder claude
coder codex
coder gemini

运行指定智能体并发送任务:

coder claude "修复当前测试失败"

模型

coder 交互模式中使用:

/model

用于查看或切换当前可用模型。

具体可用模型和智能体取决于你的 MakeCoder 账号、套餐和团队配置。


命令速查

coder
coder "<task>"

coder claude
coder codex
coder gemini

coder auth login
coder auth login --apikey <MAKECODER_API_KEY>
coder auth status
coder auth logout

coder --version

MakeCoder

Coder 是 MakeCoder 面向开发者的 AI 智能体运行时,CLI 是它的终端入口。

MakeCoder 提供账号、团队、模型、智能体运行时、知识库、技能库、任务与协作能力,用于把 AI 智能体接入真实项目和团队工作流。

官网:

https://makecoder.com