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

@crewkit/cli

v0.1.22

Published

Manage Claude Code agents for teams - role-based configs, A/B testing, accuracy tracking

Downloads

513

Readme

@crewkit/cli

npm version

Manage your team's Claude Code agents from the terminal. Sync role-based configs, run A/B experiments, and track what's working - all CLI-first.

Quick Start

curl -fsSL https://crewkit.io/install.sh | sh
crewkit auth login
crewkit code

That's it. Your team's agent configurations are now synced.

Why crewkit?

  • Team consistency: One source of truth for agent configurations across your org
  • Role-based modes: Junior devs get coaching mode, seniors get autonomy
  • A/B testing built-in: Experiment with prompts, measure what works
  • Works with your workflow: CLI-first, integrates with your existing tools

Commands

| Command | Description | |---------|-------------| | crewkit code | Launch Claude Code with your team's agent configs | | crewkit code -p "prompt" | Headless mode for scripting and CI | | crewkit auth login | Authenticate with crewkit | | crewkit auth status | Check authentication status | | crewkit experiments create <agent> | Start an A/B test on agent configurations | | crewkit experiments metrics <name> | See which variant performs better |

Features

For Individual Developers

  • Automatic agent sync when you run crewkit code
  • Session history and metrics tracking
  • Works in any git repository

For Teams

  • Role-based modes (coaching for juniors, autonomy for seniors)
  • Centralized configuration management
  • A/B testing framework for prompt optimization
  • Usage analytics and cost tracking

Installation

Shell Script (recommended)

curl -fsSL https://crewkit.io/install.sh | sh

npm

npm install -g @crewkit/cli

Homebrew (macOS/Linux)

brew install karibew/tap/crewkit

Chocolatey (Windows)

choco install crewkit

Direct Download

See GitHub Releases for platform-specific binaries.

Supported Platforms

  • macOS Apple Silicon (M1/M2/M3/M4)
  • macOS Intel
  • Linux x64
  • Windows x64

Requirements

  • Node.js 18+ (for npm installation)
  • Git (for project detection)
  • A crewkit account (sign up free)

Troubleshooting

"Cannot connect to crewkit API"

  • Check your network connection
  • Verify authentication: crewkit auth status

"No agent configurations found"

  • Ensure you're in a git repository
  • Check that your org has configured agents at app.crewkit.io

Binary not found after install

  • Try reinstalling: npm install -g @crewkit/cli --force
  • Check if --no-optional flag was used (platform binaries are required)

Privacy & Telemetry

crewkit collects anonymous error reports via Sentry to improve reliability. No code, prompts, or personal data is collected. You can disable telemetry:

crewkit config set telemetry false

See our Privacy Policy for details.

Documentation

Links

License

See Terms of Service for license details.