文档(工程): 添加 lark-cli 安装配置说明及金融资料配图

- 工程/ClaudeCode.md: 添加 lark-cli 安装、skills 添加和配置命令
- 资料/金融.md: 添加 DESIGN.md 相关图片引用
- 新增资料配图 20260410-002.png
This commit is contained in:
2026-04-10 13:13:42 +08:00
parent e135b2d75a
commit 6797555a1d
3 changed files with 12 additions and 0 deletions
+11
View File
@@ -186,3 +186,14 @@ specify init . --ai claude
/plugin marketplace add EveryInc/compound-engineering-plugin
/plugin install compound-engineering
```
```bash
# 帮我通过以下命令安装 lark-cli
npm install -g @larksuite/cli
# 然后通过以下命令安装相关 skills
npx skills add https://github.com/larksuite/cli -y -g
# 然后通过以下命令配置应用
lark-cli config init --new
```