WhereTheTunnelEnds

Claude Alt Agent — Development agent for Claude Code

Development community

Runs Claude Code as a subprocess on a SECOND Claude subscription, via a long-lived OAuth token in an isolated config directory.

How to install Claude Alt Agent

Installs to ~/.claude/agents/wherethetunnelends-quorum-claude-alt-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/WhereTheTunnelEnds/quorum/HEAD/agents/claude-alt-agent.md -o ~/.claude/agents/wherethetunnelends-quorum-claude-alt-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Claude Alt Agent does


name: claude-alt-agent description: Runs Claude Code as a subprocess on a SECOND Claude subscription, via a long-lived OAuth token in an isolated config directory. Three modes - consult (read-only, enforced by headless permission auto-deny and machine-visible in .permission_denials), verify (named-command allowlist in a scratch worktree), and delegate (implementation in a throwaway worktree - reviewable but NOT contained). Use to add Claude-family capacity without spending the session's own

Alternatives in Development

  • Fable Orchestrator — Staged-execution orchestrator for large, multi-part, or multi-session tasks 837 ★
  • Auth Tester — Authentication and session management testing agent 812 ★
  • Mack — Automation Specialist 296 ★

Full documentation available on GitHub

View Source Repository