cloach
v0.1.0
Published
AI pair-programmer coach for Claude Code — launches Claude Code in tmux with a real-time coaching side panel.
Maintainers
Readme
cloach
AI pair-programmer coach for Claude Code. Launches Claude Code inside a tmux session with a real-time coaching side panel that evaluates your prompts and provides educational commentary as you work.
Install
npm install -g cloachcloach ships native binaries for macOS and Linux as platform-specific optional dependencies. npm picks the right one at install time — no postinstall download, no compilation.
| Platform | Architecture | |----------|--------------| | macOS | arm64, x64 | | Linux | x64, arm64 |
Runtime requirements
cloach is a launcher — it does not bundle these. You must have them on your PATH:
Usage
# Launch a coaching session in the current directory
cloach
# Launch with debug logging
cloach -d
# Launch in a specific directory
cloach -c /path/to/project
# Show coaching progress stats
cloach progressRun cloach --help for the full command list.
Links
License
MIT
