- 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/humanizeThe dev branch contains experimental features that are not yet released to main. To try them locally:
git clone https://github.com/humania-org/humanize.git
cd humanize
git checkout devThen start Claude Code with the local plugin directory:
claude --plugin-dir /path/to/humanizeNote: The dev branch may contain unstable or incomplete features. For production use, stick with Option 1 (Git Marketplace) which tracks the stable main branch.
After 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.