WSL安装教程 https://blog.csdn.net/2301_80737483/article/details/158960028
WSL中禁用windows环境变量
编辑/etc/wsl.conf文件,添加下面内容:
[interop]
appendWindowsPath = false安装Claude Code
# 全局安装
sudo npm install -g @anthropic-ai/claude-code
# 速度过慢的话,改用国内镜像源重新安装(复制执行)
sudo npm install -g @anthropic-ai/claude-code --registry=https://registry.npmmirror.com配置DeepSeek
在~/.claude/settings.json中配置下面文件
{
"env": {
"ANTHROPIC_AUTH_TOKEN": "sk-xxx",
"ANTHROPIC_BASE_URL": "https://api.deepseek.com/anthropic",
"ANTHROPIC_MODEL": "deepseek-v4-pro[1m]",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "deepseek-v4-pro[1m]",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "deepseek-v4-pro[1m]",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "deepseek-v4-flash",
"CLAUDE_CODE_SUBAGENT_MODEL": "deepseek-v4-flash",
"CLAUDE_CODE_ATTRIBUTION_HEADER": "0"
},
"custom_instructions": {
"language": "Always respond in Simplified Chinese. You must not output English explanations or mixed language."
}
}
安装CodeGraph
官网: https://colbymchenry.github.io/codegraph/
GitHub: https://github.com/colbymchenry/codegraph
npx @colbymchenry/codegraph安装andrej-karpathy-skills
GitHub: https://github.com/multica-ai/andrej-karpathy-skills
claude 进入claude cli
/plugin marketplace add forrestchang/andrej-karpathy-skills
/plugin install andrej-karpathy-skills@karpathy-skills安装claude-mem
GitHub: https://github.com/thedotmack/claude-mem
/plugin marketplace add thedotmack/claude-mem
/plugin install claude-mem安装superpowers
GitHub: https://github.com/obra/superpowers
官方市场安装
/plugin install superpowers@claude-plugins-official安装claude-code-setup
官网: https://claude.com/plugins/claude-code-setup
官方市场安装
/plugin install claude-code-setup@claude-plugins-official前端设计SKILL
frontend-design Anthropics 官方出品
npx skills add https://github.com/anthropics/skills/tree/main/skills/frontend-design
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用。你还可以使用@来通知其他用户。