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

@team-agent/installer

v0.5.42

Published

npx installer for Team Agent

Downloads

12,443

Readme

English | 中文

Team Agent

你平时怎么用 Claude Code,现在就怎么带一支团队。

demo

这是什么

你现在用 Claude Code(或 Codex、Copilot CLI),一次对话只有一双手:它写前端的时候,后端等着;它跑测试的时候,你等着。

装上 Team Agent 之后,还是那个对话窗口,但你可以说:

"这个活一个人干太慢了,组个队:一个写后端,一个写前端,一个专门写测试。"

然后:

  • 屏幕上弹出几个新窗口,每个队友一个,它们同时开工
  • 队友之间直接互发消息对齐(前端问后端要接口定义,不用经过你)
  • 你只跟队长说话,队长汇总进度、有分歧才来问你

整个过程没有配置文件,没有新的界面要学。会跟 Claude 聊天,就会带团队。

安装

npx @team-agent/installer@latest install

然后这样启动(代替你平时直接敲 claude / codex / copilot):

team-agent claude

就这两步。后面发生的一切都在对话里。

你可以说什么

组队和管队全是自然语言,举几个真实的例子:

"把这个代码库重构成 monorepo,补齐测试。组个队,规划好了给我看。"

"再加一个人专门做 code review,每个合并前都过它一道。"

"前端这个角色干得不行,换个写法重新来。"

"今天先收工。"                  ← 团队关闭,状态保存

(第二天)
"继续昨天的重构团队。"           ← 原班人马带着记忆回来

队友不限于写代码的角色。有人用它跑过论文多轮评审(几个评审员互相挑刺再合议)、多角色头脑风暴,甚至让 5 个 agent 自主玩了四轮谁是卧底。你能描述出来的分工,队长就能组出来。

队友可以来自不同的 CLI

队长和每个队友各自独立选择用哪个 CLI:

| | Claude Code | Codex CLI | Copilot CLI | | ---- | :--: | :--: | :--: | | 队长 | ✓ | ✓ | ✓ | | 队友 | ✓ | ✓ | ✓ |

也就是说:你可以让 Claude 当队长出方案、做评审,让 Codex 队友批量干实现。你手上有哪几家的订阅,就能怎么搭着用。

常见问题

需要什么前提? macOS 或 Linux(含 WSL),装好至少一个上面表里的 CLI,有 tmux(team-agent claude 会自动处理,你不需要会用 tmux)。

队友的窗口我必须盯着吗? 不用。窗口只是给你随时看一眼的,所有汇报都会回到队长对话里。

关掉终端团队会死吗? 不会。团队在后台继续,重新打开对话接着聊就行。

它和 Claude Code 自带的 subagent 有什么区别? subagent 是一次性的、干完即焚、彼此不通信。Team Agent 的队友是持续存在的角色:有自己的记忆、能互相对话、明天还在。

状态

Beta。 已在真实项目里日常使用,小众配置下可能有毛边。欢迎 issue 和 PR。

License

AGPL-3.0-or-later,商业授权可联系。