by pchalasani
Practical productivity tools for Claude Code, Codex-CLI, and similar CLI coding agents.
# Add to your Claude Code skills
git clone https://github.com/pchalasani/claude-code-toolsCLI tools, skills, agents, hooks, and plugins for enhancing productivity with Claude Code and other coding agents.
</div># Core package
uv tool install claude-code-tools
# With Google Docs/Sheets extras
uv tool install "claude-code-tools[gdocs]"
# Upgrade an existing installation
uv tool install --force claude-code-tools
The search engine (aichat search) requires a
separate Rust binary:
brew install pchalasani/tap/aichat-searchcargo install aichat-searchrust-v*)Install the Claude Code plugins for hooks, skills, and agents:
claude plugin marketplace add pchalasani/claude-code-tools
Click a card to jump to that feature, or read the full docs.
<div align="center"> <table> <tr> <td align="center"> <a href="https://pchalasani.github.io/claude-code-tools/getting-started/"> <img src="assets/card-quickstart.svg" alt="quick start" width="300"/> </a> </td> <td align="center"> <a href="https://pchalasani.github.io/claude-code-tools/getting-started/plugins/"> <img src="assets/card-plugins.svg" alt="plugins" width="300"/> </a> </td> </tr> </table> <table> <tr> <td align="center"> <a href="https://pchalasani.github.io/claude-code-tools/tools/aichat/"> <img src="assets/card-aichat.svg" alt="aichat" width="200"/> </a> </td> <td align="center"> <a href="https://pchalasani.github.io/claude-code-tools/tools/tmux-cli/"> <img src="assets/card-tmux.svg" alt="tmux-cli" width="200"/> </a> </td> <td align="center"> <a href="https://pchalasani.github.io/claude-code-tools/tools/lmsh/"> <img src="assets/card-lmsh.svg" alt="lmsh" width="200"/> </a> </td> </tr> <tr> <td align="center"> <a href="https://pchalasani.github.io/claude-code-tools/tools/vault/"> <img src="assets/card-vault.svg" alt="vault" width="200"/> </a> </td> <td align="center"> <a href="https://pchalasani.github.io/claude-code-tools/tools/env-safe/"> <img src="assets/card-env-safe.svg" alt="env-safe" width="200"/> </a> </td> <td align="center"> <a href="https://pchalasani.github.io/claude-code-tools/plugins-detail/safety-hooks/"> <img src="assets/card-safety.svg" alt="safety" width="200"/> </a> </td> </tr>...No comments yet. Be the first to share your thoughts!