Content
# Claude Code English Development Kit
[](https://opensource.org/licenses/MIT)
[](README.md)
[](https://github.com/cfrs2005/claude-init/releases/latest)
[](https://github.com/cfrs2005/claude-init/releases)
[](https://github.com/cfrs2005/claude-init/stargazers)
[](https://github.com/cfrs2005/claude-init/network/members)
[](https://github.com/cfrs2005/claude-init/issues)
[](CONTRIBUTING.md)
[](README.md)
[](https://github.com/anthropics/claude-code)
[](README.md#mcp-servers-support)
<div align="center">
🚀 **A Claude Code intelligent development environment tailored for Chinese developers**
[Quick Start](#-quick-start) • [Features](#-features) • [User Guide](#-user-guide) • [Feedback](#-feedback) • [Changelog](CHANGELOG.md)
---
💫 **Thanks to [AnyRouter](https://anyrouter.top/register?aff=86mM) for their sponsorship!**
🌟 Join the world of Claude Code and embark on a wonderful journey of intelligent programming! AnyRouter provides **free Claude Code forwarding nodes** for Chinese developers, allowing you to enjoy AI programming without the need for a VPN. [Register for free now →](https://anyrouter.top/register?aff=86mM)
🚀 **New Zhipu AI Engine**: Recently integrated **[Zhipu Big Model (BigModel.cn)](https://www.bigmodel.cn/invite?icode=jDJudw7U%2FCqRSv12%2BAkDZJmwcr074zMJTpgMb8zZZvg%3D)**. Its flagship **GLM-4.5** model boasts coding capabilities comparable to Claude and offers an attractive monthly subscription service, making it an excellent choice for beginners and frequent users. **[Click here to register and receive 20 million free Tokens →](https://www.bigmodel.cn/invite?icode=jDJudw7U%2FCqRSv12%2BAkDZJmwcr074zMJTpgMb8zZZvg%3D)**
</div>
This is a complete Chinese localization version based on the [Claude Code Development Kit](https://github.com/peterkrueck/Claude-Code-Development-Kit), providing a zero-threshold Chinese AI programming experience.
## ✨ Features
### 🎯 Fully Localized in Chinese
- **Chinese AI Commands** - All AI contexts and prompts are fully localized in Chinese
- **Chinese Documentation System** - A Chinese version of the three-tier documentation architecture
- **Chinese Error Messages** - Friendly error prompts and help in Chinese
- **Chinese Installation Experience** - Full Chinese support from installation to configuration
### 🧠 Intelligent Context Management
- **Three-Tier Documentation Architecture** - Hierarchical management at the basic, component, and functional levels
- **Automatic Context Injection** - Sub-agents automatically acquire project context
- **Intelligent Document Routing** - Load appropriate documents based on task complexity
- **Cross-Session State Management** - Intelligent task handover and state retention
### 🔧 Development Tool Integration
- **Hook System** - Automated Hook scripts localized in Chinese
- **MCP Server Support** - Support for Gemini consultations, Context7 documentation, etc.
- **Security Scanning** - Automatic security checks for MCP calls
- **Notification System** - System notifications for important events
### 📚 Complete Template Library
- **Project Templates** - Project structure templates for various programming languages
- **Documentation Templates** - Standardized Chinese documentation templates
- **Configuration Examples** - Ready-to-use configuration files
## 🚀 Quick Start
### One-Click Installation
```bash
curl -fsSL https://raw.githubusercontent.com/cfrs2005/claude-init/main/install.sh | bash
```
### Manual Installation
```bash
# Clone the repository
git clone https://github.com/cfrs2005/claude-init.git
cd claude-init
# Run the installation script
./setup.sh
```
## 📖 User Guide
### 1. Getting Started
After installation, start Claude Code in any project:
```bash
claude
```
Now you can converse with the AI in Chinese, with all contexts and prompts localized.
### 2. 🎯 MCP Server Features
#### 🧠 Gemini Deep Consultation
**Trigger Method:** Say to Claude "Consult Gemini" or "Please analyze with Gemini"
**Applicable Scenarios:**
- Complex architecture design issues
- Code performance optimization suggestions
- Multi-file code refactoring plans
- In-depth technical problem analysis
**Send Content:**
- Describe your specific problem
- Attach relevant code files
- Specify what type of advice you want
**What Gemini Can Do:**
- Provide comparisons of multiple solutions
- In-depth code review and optimization suggestions
- Best practices for architecture design
- Experience sharing across technology stacks
#### 📚 Context7 Document Query
**Trigger Method:** Ask about the latest usage of any open-source library
**Applicable Scenarios:**
- Learning new frameworks or libraries
- Finding the latest API documentation
- Resolving version compatibility issues
**Send Content:**
- State the library name (e.g., "Latest usage of React hooks")
- Describe the specific problem you want to solve
**What Context7 Can Do:**
- Retrieve the latest official documentation
- Provide practical code examples
- Explain the latest features and changes
### 3. 💡 Enhanced Features
#### 🎵 Custom Notification Sounds
**Default Path:** `.claude/hooks/sounds/`
**Supported Formats:** `.mp3`, `.wav`, `.aiff`
**Replacement Method:**
```bash
# Replace task completion sound
cp your-sound.mp3 .claude/hooks/sounds/complete.mp3
# Replace input prompt sound
cp your-sound.mp3 .claude/hooks/sounds/input.mp3
```
#### 🔒 Security Scanning
**Automatic Feature:** Automatically checks for sensitive information before all MCP calls
**Check Content:**
- API keys and tokens
- Passwords and sensitive configurations
- Personal identification information
- Private code snippets
#### 🤖 Intelligent Context Management
**Automatic Feature:** Sub-tasks automatically acquire project context
**How It Works:**
- Each new task automatically loads project documentation
- Smart selection of relevant context information
- Maintains consistency of state across sessions
### 4. 🎯 Shortcut Commands
New Claude Code commands added after installation:
```bash
# Project Initialization
claude init-chinese # Create a Chinese project structure
# Document Management
claude docs-update # Update project documentation
claude context-check # Check context completeness
# MCP Management
claude mcp-status # Check MCP service status
claude mcp-config # Configure MCP server
# Hook Management
claude hooks-test # Test Hook scripts
claude sound-test # Test notification sounds
```
## 💬 Feedback
### 🐛 Issue Reporting
**Encountering issues?** [Submit an Issue](https://github.com/cfrs2005/claude-init/issues)
**Common Issue Types:**
- Installation failures or errors
- MCP server not working
- Hook scripts not functioning
- Abnormal Chinese display
- Feature suggestions and improvements
### 💡 Feature Suggestions
**Want new features?** [Start a Discussion](https://github.com/cfrs2005/claude-init/discussions)
**Suggestions should include:**
- Feature description and usage scenarios
- Expected functionality
- References to similar tools
### 🤝 Contributing
Contributions of code, documentation improvements, and translation optimizations are welcome!
## 📄 Open Source License
This project is open-sourced under the [MIT License](LICENSE).
## 🙏 Acknowledgments
- [Claude Code Development Kit](https://github.com/peterkrueck/Claude-Code-Development-Kit) - Original project
- [Anthropic](https://www.anthropic.com/) - Claude Code platform
- All contributors and the Chinese development community
---
🎉 **Start your Chinese AI programming journey now!**
```bash
curl -fsSL https://raw.githubusercontent.com/cfrs2005/claude-init/main/install.sh | bash
```
You Might Also Like
MarkItDown MCP
MarkItDown-MCP is a lightweight server for converting various URIs to Markdown.
Context 7
Context7 MCP provides up-to-date code documentation for any prompt.

Continue
Continue is an open-source project for seamless server management.
semantic-kernel
Build and deploy intelligent AI agents with the Semantic Kernel framework.
Github
GitHub MCP Server connects AI tools to manage repositories, issues, and workflows.
Playwright
A lightweight MCP server for browser automation using Playwright, enabling...