Recommended Tools
Not required, but these tools make the AI CLIs more capable. Install any that seem useful.
Homebrew (Mac only)
Most of the tools below install via Homebrew on Mac. If you don't have it yet:
After it finishes, follow any instructions it prints about adding Homebrew to your PATH. Then reload:
Verify:
gh (GitHub CLI)
Manage repositories, pull requests, and issues from the terminal. Claude Code can use gh to interact with GitHub on your behalf.
Don't have Homebrew? Install it first.
Verify:
Log in:
ripgrep (fast file search)
Searches through file contents faster than anything built in. Claude Code uses it automatically when available.
Verify:
jq (JSON wrangling)
Parses and transforms JSON data. Useful when working with APIs or data files.
Verify:
pandoc (document conversion)
Converts between document formats — markdown to Word, HTML to PDF, and dozens of others.
Verify: