Claude Code
# 设置国内镜像源(加速下载)
npm config set registry https://registry.npmmirror.com
# 安装稳定版本(2.1.112,npmmirror 可用的最新版)
npm install -g @anthropic-ai/[email protected]
# 切回官方源(重要:避免 Claude Code 自动更新时拉到不完整的平台包)
npm config set registry https://registry.npmjs.org
其他依赖:
curl -LsSf https://astral.sh/uv/install.sh | sh
换源:
https://mirrors.tuna.tsinghua.edu.cn/help/pypi/
切换工具
https://github.com/farion1231/cc-switch
https://github.com/SaladDay/cc-switch-cli
插件:
https://github.com/jarrodwatts/claude-hud
编程框架:
https://github.com/Fission-AI/OpenSpec
https://github.com/obra/superpowers
MCP:
claude mcp add webfetch -- npx @anthropic/mcp-webfetch
claude mcp add context7 -- npx @upstash/context7-mcp
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
评论已关闭