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)
---
🚀 **New Zhiyu AI Engine**: Recently integrated **[Zhiyu Big Model (BigModel.cn)](https://www.bigmodel.cn/claude-code?ic=H0RNPV3LNZ)**. Its flagship **GLM-4.5** model boasts code 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/claude-code?ic=H0RNPV3LNZ)**
</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
- **Chinese AI Instructions** - All AI contexts and prompts are fully localized in Chinese
- **Chinese Documentation System** - A three-tier documentation structure in Chinese
- **Chinese Error Messages** - Friendly Chinese error prompts and help
- **Chinese Installation Experience** - Entire installation and configuration process in Chinese
### 🧠 Intelligent Context Management
- **Three-Tier Documentation Structure** - 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 in Chinese
- **MCP Server Support** - Support for Gemini consultation, 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
- **Skills Extensions** - Modular capability extension system
- **Example Projects** - Complete examples for Python, Node.js, and Web applications
## 🚀 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:** Tell 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 suggestions you want
**What Gemini Can Do:**
- Provide comparisons of multiple solutions
- In-depth code reviews 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 hooks usage in React")
- 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 Contents:**
- API keys and tokens
- Passwords and sensitive configurations
- Personal identification information
- Private code snippets
#### 🤖 Intelligent Context Management
**Automatic Feature:** Subtasks 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. 🎯 Claude Code Slash Commands
Built-in Claude Code commands available after installation:
```bash
# 📊 Context Analysis
/full-context               # Comprehensive context collection and analysis
# 🔍 Code Quality
/code-review               # Code review from multiple expert perspectives
# 🧠 AI Consultation
/gemini-consult            # In-depth consultation with Gemini
# 📝 Document Management
/create-docs               # Create AI-optimized document structure
/update-docs               # Keep documentation in sync with code
# ♻️ Code Maintenance
/refactor                  # Intelligent code refactoring
# 🤝 Session Management
/handoff                   # Retain context and task state
# 📡 MCP Tools
/mcp-status                # Check MCP server status
```
**Usage Method:** Directly enter the slash commands in Claude Code  
**Automatic Feature:** All commands automatically receive project context injection
### 5. 🎯 Skills Modular Capability Extensions
**What are Skills?** Skills are powerful features of the [Claude Code Cloud Service](https://www.anthropic.com/news/claude-code-on-the-web) that allow you to create reusable capability modules.
**Core Features:**
- 📦 **Automatic Invocation** - Claude intelligently selects the appropriate skill based on needs
- 🎯 **Progressive Loading** - Loads only when needed, saving context space
- 🔧 **Easy to Create** - Simple Markdown + YAML format
- 🌍 **Flexible Deployment** - Global or project-level installation
**Built-in Skills:**
- 📰 **News Skill** - Tracking and in-depth analysis of Anthropic news
  - Automatically retrieves the latest official news
  - Multi-dimensional analysis (technology, business, industry)
  - Structured knowledge organization
**Usage Example:**
```
You: Analyze the latest Anthropic news
Claude: [Automatically uses news skill to retrieve and analyze]
```
**Detailed Documentation:** See `templates/.claude/skills/README.md`  
**Learn More:** [Introduction to Claude Code Cloud Service](https://www.anthropic.com/news/claude-code-on-the-web)
### 6. 📦 Project Example Library
Provides complete project templates for quick development startup:
**Available Examples:**
#### 🐍 Python Projects
- FastAPI web application structure
- Data science project configuration
- Machine learning workflows
#### 🟢 Node.js Projects
- Express.js API service
- React full-stack application
- Microservices architecture
#### 🌐 Web Applications
- Front-end and back-end separation architecture
- Mobile adaptation
- Deployment and operation configuration
**Quick Start:**
```bash
# Copy example project
cp -r examples/python-project my-new-project
cd my-new-project
# Start using
claude
```
**Detailed Documentation:** See `examples/README.md`
## 💬 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
```
                                    
                                    
                                
                            Connection Info
You Might Also Like
MarkItDown MCP
                                            
                                                
                                                    MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
                                                
                                            
                                        
                                    Context 7
                                            
                                                
                                                    Context7 MCP provides up-to-date code documentation for any prompt.
                                                
                                            
                                        
                                    
                                    Continue
semantic-kernel
                                            
                                                
                                                    Build and deploy intelligent AI agents with Semantic Kernel's orchestration...
                                                
                                            
                                        
                                    Github
                                            
                                                
                                                    The GitHub MCP Server connects AI tools to manage repositories, automate...
                                                
                                            
                                        
                                    Playwright
                                            
                                                
                                                    A lightweight MCP server for browser automation using Playwright, enabling...