By kranklab
Reports busy/idle state from Claude Code sessions to the Konductor host app.
npx claudepluginhub kranklab/konductor --plugin konductorClaude Code Session Manager — manage multiple Claude Code terminal sessions from a single UI.
One-line install — downloads the AppImage, installs it to ~/.local/bin, and adds a desktop entry:
curl -fSL https://raw.githubusercontent.com/kranklab/konductor/main/install.sh | bash
Or manually download from the latest release:
curl -fSL "https://github.com/kranklab/konductor/releases/download/latest/konductor.AppImage" -o konductor.AppImage
chmod +x konductor.AppImage
./konductor.AppImage
npm install
npm run dev
# Linux
npm run build:linux
# macOS
npm run build:mac
# Windows
npm run build:win
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Persistent memory system for Claude Code - seamlessly preserve context across sessions
Intelligent prompt optimization using skill-based architecture. Enriches vague prompts with research-based clarifying questions before Claude Code executes them