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-toolsGuides for using ai agents skills like claude-code-tools.
Last scanned: 4/26/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-26T06:09:09.043Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}claude-code-tools is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by pchalasani. Practical productivity tools for Claude Code, Codex-CLI, and similar CLI coding agents. It has 1,901 GitHub stars.
Yes. claude-code-tools passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/pchalasani/claude-code-tools" and add it to your Claude Code skills directory (see the Installation section above).
claude-code-tools is primarily written in Python. It is open-source under pchalasani on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-code-tools against similar tools.
No comments yet. Be the first to share your thoughts!
CLI tools, skills, agents, hooks, and plugins for enhancing productivity with Claude Code and other coding agents.
# 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 workflow plugin:
claude plugin marketplace add pchalasani/claude-code-tools
claude plugin install workflow@cctools-plugins
Install the equivalent dynamic workflow plugin for Codex:
codex plugin marketplace add pchalasani/claude-code-tools
codex plugin add dynamic-workflow@cctools-codex-plugins
The Codex plugin installs independently: it does not require the Python
claude-code-tools package or an npm install. Node.js 20 or newer only needs to
be available to execute the plugin's bundled workflow runner.
See the Claude → Codex migration guide for usage and workflow-porting instructions.
Click a card to jump to that feature, or read the full docs.
Legacy links — The sections below exist to preserve links shared in earlier discussions. For current documentation, visit the full docs site.
See aichat in the full documentation.
See tmux-cli in the full documentation.
See Voice in the full documentation.
MIT