https://github.com/pchalasani/claude-code-tools
Practical productivity tools for Claude Code, Codex-CLI, and similar CLI coding agents.
https://github.com/pchalasani/claude-code-tools
claude-code cli cli-agent code-agent codex codex-cli context llm tmux
Last synced: 2 days ago
JSON representation
Practical productivity tools for Claude Code, Codex-CLI, and similar CLI coding agents.
- Host: GitHub
- URL: https://github.com/pchalasani/claude-code-tools
- Owner: pchalasani
- License: mit
- Created: 2025-07-30T20:10:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-02-05T20:54:40.000Z (11 days ago)
- Last Synced: 2026-02-06T06:06:51.409Z (11 days ago)
- Topics: claude-code, cli, cli-agent, code-agent, codex, codex-cli, context, llm, tmux
- Language: Python
- Homepage:
- Size: 45.6 MB
- Stars: 1,368
- Watchers: 9
- Forks: 89
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-claude-code - claude-code-tools - Well-crafted toolset for session continuity, featuring skills/commands to avoid compaction and recover context across sessions with cross-agent handoff between Claude Code and Codex CLI. Includes a fast Rust/Tantivy-powered full-text session search (TUI for humans, skill/CLI for agents), tmux-cli skill + command for interacting with scripts and CLI agents, and safety hooks to block dangerous commands. (Tooling 🧰 / General)
- awesome-ai - pchalasani/claude-code-tools
README
CLI tools, skills, agents, hooks, and plugins for enhancing productivity with Claude Code and other coding agents.
[](https://pchalasani.github.io/claude-code-tools/)
[](https://github.com/pchalasani/claude-code-tools/releases?q=rust)
## [Full Documentation](https://pchalasani.github.io/claude-code-tools/)
## Install
```bash
# 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:
- **Homebrew** (macOS/Linux):
`brew install pchalasani/tap/aichat-search`
- **Cargo**: `cargo install aichat-search`
- **Pre-built binary**:
[Releases](https://github.com/pchalasani/claude-code-tools/releases)
(look for `rust-v*`)
Install the Claude Code
[plugins](https://pchalasani.github.io/claude-code-tools/getting-started/plugins/)
for hooks, skills, and agents:
```bash
claude plugin marketplace add pchalasani/claude-code-tools
```
---
Click a card to jump to that feature, or
**[read the full docs](https://pchalasani.github.io/claude-code-tools/)**.
---
> **Legacy links** — The sections below exist to
> preserve links shared in earlier discussions.
> For current documentation, visit the
> [full docs site](https://pchalasani.github.io/claude-code-tools/).
## aichat — Session Management
See [aichat](https://pchalasani.github.io/claude-code-tools/tools/aichat/) in the full documentation.
## tmux-cli — Terminal Automation
See [tmux-cli](https://pchalasani.github.io/claude-code-tools/tools/tmux-cli/) in the full documentation.
## Voice Plugin
See [Voice](https://pchalasani.github.io/claude-code-tools/plugins-detail/voice/) in the full documentation.
MIT