claude 笔记

安装

claude cli: curl -fsSL https://claude.ai/install.sh | bash

第一个项目

使用 cookiecutter-pypackage 创建项目模板

prompt: 使用 claude 初始化一个 python 库, 库的名字是 pinyinIME, 使用 uv管理

使用笔记

代理启动

  1. 在vscode中使用时, 如果登录无效, 可能需要从命令行启动 vscode, 设置好翻墙代理
1
2
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
code .

插件市场

https://news.ycombinator.com/item?id=47216765

https://code.claude.com/docs/zh-CN/discover-plugins#%E4%BB%A3%E7%A0%81%E6%99%BA%E8%83%BD

/plugin marketplace add anthropics/claude-code /plugin marketplace add anthropics/claude-plugins-official /plugin install typescript-lsp@claude-plugin-directory