Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.32 KB

File metadata and controls

62 lines (41 loc) · 1.32 KB

Install Humanize for Claude Code

Prerequisites

  • codex -- OpenAI Codex CLI (for review). Verify with codex --version.
  • jq -- JSON processor. Verify with jq --version.
  • git -- Git version control. Verify with git --version.

Option 1: Git Marketplace (Recommended)

Start Claude Code and run:

# Add the marketplace
/plugin marketplace add git@github.com:humania-org/humanize.git

# Install the plugin
/plugin install humanize@humania

Option 2: Local Development

If you have the plugin cloned locally:

claude --plugin-dir /path/to/humanize

Verify Installation

After installing, you should see Humanize commands available:

/humanize:start-rlcr-loop
/humanize:gen-plan
/humanize:ask-codex

Monitor Setup (Optional)

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.sh

Then use:

humanize monitor rlcr   # Monitor RLCR loop
humanize monitor pr     # Monitor PR loop

Other Install Guides

Next Steps

See the Usage Guide for detailed command reference and configuration options.