everything-claude-code 中文翻译项目:完整的 Claude Code 配置集合(agents, skills, hooks, commands, rules, MCPs)。源自 Anthropic 黑客松获胜者的实战配置,助力中文工程师高效理解与使用 Claude Code。
git clone https://github.com/xu-xiang/everything-claude-code-zh.gitEverything Claude Code 中文版是一个完整的AI智能体框架,包含生产级的agents、skills、hooks、commands、rules和MCP配置。源自Anthropic黑客松获胜作品,经过10个多月的实战使用演化而来。该项目支持令牌优化、内存持久化、持续学习、安全扫描等核心功能,适用于Claude Code、Cursor、Codex等多个AI框架。中文工程师可以直接通过插件安装或手动配置来使用13个智能体、56个技能和32个命令,快速构建高效的AI代理系统。
通过插件市场安装或手动克隆仓库。运行install.sh脚本选择你需要的语言支持(TypeScript、Python或Go)。使用/plugin命令访问13个agents、56个skills和32个commands。推荐先阅读简明指南了解基础概念。
配置Claude Code进行令牌优化和内存持久化
实现AI智能体的持续学习和自动技能提取
建立多语言开发规则体系(TypeScript、Python、Go、Java)
设置PM2进行复杂多服务工作流编排
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/xu-xiang/everything-claude-code-zhCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
请将以下 Claude Code 配置文件从英文翻译成中文,并确保保留所有技术术语和代码结构完整性。配置文件内容如下:[CONFIGURATION_FILE]。请注意以下特殊要求:[SPECIAL_REQUIREMENTS]。
# Claude Code 配置文件翻译结果
## 代理配置 (Agents)
```json
{
"agent_name": "数据分析助手",
"description": "负责处理数据分析任务的代理",
"skills": [
"数据清洗",
"数据可视化",
"统计分析"
]
}
```
## 技能配置 (Skills)
- **数据清洗**:
- 处理缺失值
- 标准化数据格式
- 移除异常值
- **数据可视化**:
- 生成折线图
- 创建柱状图
- 绘制散点图
## 钩子配置 (Hooks)
```python
def on_message_received(message):
if message.contains('urgent'):
notify_admin(message)
```Agents that listen, think and act for you.
AI assistant built for thoughtful, nuanced conversation
Get more done every day with Microsoft Teams – powered by AI
Automate your spreadsheet tasks with AI power
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan