@realmikekelly/claude-sneakpeek
v1.6.10
Published
Unlock feature-flagged capabilities in Claude Code
Maintainers
Readme
claude-sneakpeek
Get a parallel build of Claude Code that unlocks feature-flagged capabilities like swarm mode.
Demo video of swarm mode in action: https://x.com/NicerInPerson/status/2014989679796347375
This installs a completely isolated instance of Claude Code—separate config, sessions, MCP servers, and credentials. Your existing Claude Code installation is untouched.
Install
npx @realmikekelly/claude-sneakpeek quick --name claudespAdd ~/.local/bin to your PATH if not already (macOS/Linux):
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrcThen run claudesp to launch.
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
npx @realmikekelly/claude-sneakpeek quick --name claudesp # Install
npx @realmikekelly/claude-sneakpeek update claudesp # Update
npx @realmikekelly/claude-sneakpeek remove claudesp # UninstallWhere things live
~/.claude-sneakpeek/claudesp/
├── npm/ # Patched Claude Code
├── config/ # Isolated config, sessions, MCP servers
└── variant.json
~/.local/bin/claudesp # Wrapper scriptAlternative providers
Supports Z.ai, MiniMax, OpenRouter, and local models via cc-mirror. See docs/providers.md.
Credits
Fork of cc-mirror by Numman Ali.
License
MIT
