A curated collection of tools, scripts, and utilities for enhancing your Claude Code experience.
Enable intelligent tab completion for the claude command in Zsh shells.
Key Features:
- Smart parameter completion for all CLI options
- Auto-complete subcommands (agents, mcp, plugin, etc.)
- Tool name suggestions (Bash, Edit, Read, Write, etc.)
- Model selection (sonnet, opus, haiku, etc.)
Quick Install:
zsh tools/zsh-completion/setup_claude_completion.sh
source ~/.zshrcgittools/
├── LICENSE
├── README.md # English (This file)
├── README_CN.md # 中文
└── tools/
└── zsh-completion/ # Zsh completion tool
├── setup_claude_completion.sh
├── README.md # Tool documentation (EN)
└── README_CN.md # Tool documentation (CN)
Each tool has its own directory with:
- The tool script(s)
- English documentation (
README.md) - Chinese documentation (
README_CN.md)
# Clone the repository
git clone git@github.com:moringchen/claude-code-tools.git
cd claude-code-tools
# Choose a tool and follow its README
cd tools/zsh-completion
zsh setup_claude_completion.shContributions are welcome! When adding a new tool:
- Create a new directory under
tools/ - Include the tool script(s)
- Add both English and Chinese README files
- Update the main README with a link to your tool
This project is licensed under the MIT License - see the LICENSE file for details.
More tools coming soon! Stay tuned for updates.