Skip to content

moringchen/claude-code-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Tools

A curated collection of tools, scripts, and utilities for enhancing your Claude Code experience.

License: MIT 中文


Tools Overview

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 ~/.zshrc

Project Structure

gittools/
├── 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)

Installation

# 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.sh

Contributing

Contributions are welcome! When adding a new tool:

  1. Create a new directory under tools/
  2. Include the tool script(s)
  3. Add both English and Chinese README files
  4. Update the main README with a link to your tool

License

This project is licensed under the MIT License - see the LICENSE file for details.


More tools coming soon! Stay tuned for updates.

About

A curated collection of tools and utilities for Claude Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages