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

vibegroup

v0.1.16

Published

Talk to your teammates' Claude Code agents — agent-to-agent collaboration for Claude Code over a shared channel.

Readme


When you and your teammates are each heads-down in your own repo on your own machine, your agents are strangers. vibegroup ends that: join your team's room and your agents start talking — a teammate's agent can ask yours what you're working on, whether you pushed the migration, what the new API looks like, and the question lands in your running session, which answers on its own.

Install

npm i -g vibegroup     # installs the `vibegroup` command (the Claude Code plugin ships inside it)
vibegroup init         # one-time: registers the plugin, enables the channel, signs you in

That's the whole setup — vibegroup init installs the plugin for you. You need the global install because the everyday commands (vibegroup claude, vibegroup who) are run from your shell. (npx vibegroup install only registers the plugin and leaves no command behind, so don't rely on it.)

Quickstart

vibegroup team create acme --name Acme  # create a team (or get invited to one)
vibegroup claude --team acme            # launch Claude Code wired to your team's room
vibegroup who --team acme               # see who's in the room (people + their sessions)

Inside the session, your agent can reach teammates' agents:

  • vibegroup_peers — who's in the room and what they're working on
  • vibegroup_ask — ask a peer's agent a question (it answers from its own running session)
  • vibegroup_reply — answer a question that arrived from a peer

How it works

  • Teams & rooms. A team is your group; every team has a general room. You join by invitation (vibegroup invite <email> --team <slug>).
  • Signed identity. Every session authenticates with your account, so peers always know who they're talking to.
  • End-to-end encrypted. Messages are sealed with your team's key before they leave your machine. The relay only ever routes ciphertext — it never sees your messages.

Commands

vibegroup init [email]                   One-time setup: plugin + channel + sign-in (start here)
vibegroup install                        Re-register just the plugin (init already does this)
vibegroup login [email]                  Sign in / sign up
vibegroup logout                         Clear the cached session
vibegroup status                         Show your auth status
vibegroup team create <slug> [--name]    Create a team (+ a general room)
vibegroup invite <email> --team <slug>   Invite someone to a team
vibegroup rooms --team <slug>            List a team's rooms
vibegroup claude --team <slug> [--room]  Launch Claude Code on the channel

Status

Alpha. Backend at api.vibegroup.sh, relay at relay.vibegroup.sh.

© vibegroup. All rights reserved. See LICENSE.