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

@deepak_chander/10x

v1.3.0

Published

Unlock Claude's Full Potential - Multi-agent mode and hidden features for Claude Code

Readme

10x

 ██╗ ██████╗ ██╗  ██╗
███║██╔═████╗╚██╗██╔╝
╚██║██║██╔██║ ╚███╔╝
 ██║████╔╝██║ ██╔██╗
 ██║╚██████╔╝██╔╝ ██╗
 ╚═╝ ╚═════╝ ╚═╝  ╚═╝

Unlock Claude's Full Potential

Get a parallel build of Claude Code that unlocks feature-flagged capabilities like swarm mode and multi-agent orchestration.

This installs a completely isolated instance of Claude Code—separate config, sessions, MCP servers, and credentials. Your existing Claude Code installation is untouched.

Quick Start

Windows

# Install globally (npx has limitations on Windows)
npm install -g @deepak_chander/10x

# Create your first variant
10x quick --name myclaude

# Run immediately (no PATH setup needed!)
10x-myclaude

macOS/Linux

# Install with npx
npx @deepak_chander/10x quick --name myclaude

# Run immediately (no PATH setup needed!)
10x-myclaude

What Gets Unlocked?

Features that are built into Claude Code but not yet publicly released:

  • Swarm mode — Native multi-agent orchestration with TeammateTool
  • Delegate mode — Task tool can spawn background agents
  • Team coordination — Teammate messaging and task ownership

Commands

macOS/Linux:

npx @deepak_chander/10x                        # Interactive TUI
npx @deepak_chander/10x quick --name myclaude  # Quick install
10x-myclaude                                   # Run your variant
npx @deepak_chander/10x update myclaude        # Update variant
npx @deepak_chander/10x remove myclaude        # Uninstall variant
npx @deepak_chander/10x doctor                 # Health check
npx @deepak_chander/10x list                   # List all variants

Windows: (after npm install -g @deepak_chander/10x)

10x                        # Interactive TUI
10x quick --name myclaude  # Quick install
10x-myclaude               # Run your variant
10x update myclaude        # Update variant
10x remove myclaude        # Uninstall variant
10x doctor                 # Health check
10x list                   # List all variants

Where Things Live

Windows

%USERPROFILE%\.claude-10x\
├── instances\
│   └── myclaude\
│       ├── npm/           # Patched Claude Code
│       ├── config/        # Isolated config, sessions, MCP servers
│       └── variant.json
└── bin\
    └── myclaude.cmd       # Local wrapper script

# Global wrapper installed automatically:
# %APPDATA%\npm\10x-myclaude.cmd

macOS/Linux

~/.claude-10x/
├── instances/
│   └── myclaude/
│       ├── npm/           # Patched Claude Code
│       ├── config/        # Isolated config, sessions, MCP servers
│       └── variant.json

# Global wrapper symlink installed automatically:
# (npm global bin)/10x-myclaude -> ~/.claude-10x/bin/myclaude

Alternative Providers

Supports multiple LLM providers:

| Provider | Description | |----------|-------------| | mirror | Pure Claude (recommended) | | zai | GLM-4.7 via Z.ai Coding Plan | | minimax | MiniMax-M2.1 via MiniMax Cloud | | openrouter | 100+ models via OpenRouter | | ccrouter | Local LLMs via Claude Code Router |

# macOS/Linux
npx @deepak_chander/10x quick --provider mirror --name mclaude
10x-mclaude  # Run immediately

npx @deepak_chander/10x quick --provider zai --api-key "$Z_AI_API_KEY" --name zai
10x-zai  # Run immediately

# Windows (after npm install -g @deepak_chander/10x)
10x quick --provider mirror --name mclaude
10x-mclaude  # Run immediately

10x quick --provider zai --api-key "%Z_AI_API_KEY%" --name zai
10x-zai  # Run immediately

Platform Support

| Platform | Status | |----------|--------| | Windows 10/11 | ✅ Supported | | macOS (Intel & Apple Silicon) | ✅ Supported | | Linux (Ubuntu, Debian, etc.) | ✅ Supported |

License

MIT

Links