- codex -- OpenAI Codex CLI (for review). Verify with
codex --version. jq-- JSON processor. Verify withjq --version.git-- Git version control. Verify withgit --version.
Start Claude Code and run:
# Add the marketplace
/plugin marketplace add git@github.com:humania-org/humanize.git
# Install the plugin
/plugin install humanize@humaniaIf you have the plugin cloned locally:
claude --plugin-dir /path/to/humanizeAfter installing, you should see Humanize commands available:
/humanize:start-rlcr-loop
/humanize:gen-plan
/humanize:ask-codex
Add the monitoring helper to your shell for real-time progress tracking:
# Add to your .bashrc or .zshrc
source ~/.claude/plugins/cache/humania/humanize/<LATEST.VERSION>/scripts/humanize.shThen use:
humanize monitor rlcr # Monitor RLCR loop
humanize monitor pr # Monitor PR loopSee the Usage Guide for detailed command reference and configuration options.