RepoDepot
Plugin

claude-code-tools

by pchalasani
Claude Code plugin for CLI tools, skills, and agents — enhances productivity with session management, terminal automation, and search

This plugin provides a comprehensive suite of CLI tools, skills, and agents designed to boost productivity for Claude Code and similar coding agents. It helps manage sessions, automate terminal tasks, and integrate with external services like Google Docs/Sheets. The toolkit includes `aichat` for session management, `tmux-cli` for terminal automation, and `aichat-search` for semantic code navigation. Installable via the Claude Code plugin marketplace, it extends agent capabilities with voice interaction and robust safety hooks.

View on GitHub ↗
Key features
  • Manages Claude Code sessions with `aichat` CLI
  • Automates terminal workflows using `tmux-cli`
  • Semantic code search with `aichat-search` Rust binary
  • Integrates with Google Docs and Google Sheets
  • Provides voice interaction capabilities via a plugin
Languages
Python71%Rust15%MDX7%JavaScript5%Shell1%
Top contributors
Topics
claude-codeclicli-agentcode-agentcodexcodex-clicontextllmtmux
CLAUDE CODE TOOLS

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

Documentation aichat-search

Full Documentation

Install

# 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 (look for rust-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.

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.

aichat — Session Management

See aichat in the full documentation.

tmux-cli — Terminal Automation

See tmux-cli in the full documentation.

Voice Plugin

See Voice in the full documentation.

License

MIT

Similar claude code plugins

Added to RepoDepot ·