JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 33
  • Score
    100M100P100Q90046F
  • License MIT

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

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@deepak_chander/10x) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    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