ya-luotao

Remuda — Development skill for Claude Code

Development community

Multi-account and session manager TUI for coding agents.

How to install Remuda

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ya-luotao/remuda and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Remuda does

Multi-account and session manager TUI for coding agents.

Alternatives in Development

  • Agent Of Empires — Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile 3.1k ★
  • Ccmanager — 940+ Session manager supporting 8 coding agents with smart auto-approval 946 ★
  • Coding Agent Session Search — Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, C 708 ★

README

Remuda

**One terminal for all your coding-agent accounts.**

Remuda is a multi-account and session manager for [Claude Code](https://github.com/anthropics/claude-code) and [Codex](https://github.com/openai/codex). If you have several logins, each with its own usage limits and its own sessions, remuda shows them side by side: see which account has usage left, launch as it, and start, resume, fork or hand off sessions in any directory, from one TUI or CLI.

Remuda never touches credentials and makes no network requests of its own.

How it works

An account is a name for an agent home directory: the directory where that login keeps its credentials, sessions and settings. Remuda keeps the names in one registry, reads what each home holds, and launches the agent with the home selected.

     remuda run work         remuda  (TUI)          remuda usage · sessions · stats
            │                      │                            │
            └──────────────────────┼────────────────────────────┘
                                   ▼
                  ~/.remuda/config.toml   (accounts = named homes)
                                   │
       ┌───────────────────────────┼────────────────────────────┐
       ▼                           ▼                            ▼
  claude:default              claude:work                  codex:research
  CLAUDE_CONFIG_DIR unset     CLAUDE_CONFIG_DIR=           CODEX_HOME=
  (~/.claude, native login)   ~/.claude-work               ~/.codex-research
       │                           │                            │
       └──── each home keeps its own login, sessions and usage limits ────┘
             remuda reads them and launches the agent in them;
             it never moves, re