An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


CLAUDE CODE TOOLS

CLI tools, skills, agents, hooks, and plugins for enhancing productivity with Claude Code and other coding agents.

[![Documentation](https://img.shields.io/badge/%F0%9F%93%96-documentation-blue)](https://pchalasani.github.io/claude-code-tools/)
[![aichat-search](https://img.shields.io/github/v/release/pchalasani/claude-code-tools?filter=rust-v*&label=aichat-search&color=orange)](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/)**.


quick start


plugins


aichat


tmux-cli


lmsh


vault


env-safe


safety


statusline


gdocs


gsheets


alt


voice


session repair


development


license

---

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


## License

MIT