refactor: 项目技能拆分到 skills-projects/
将 coolbuy (3) 和 enjoysa (2) 共 5 个项目特定技能从 skills/ 移至 skills-projects/, 保持通用技能与业务项目技能分离。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
15
CLAUDE.md
15
CLAUDE.md
@@ -18,11 +18,17 @@ Claude Code 技能市场 + MCP 配置管理工具。
|
||||
|
||||
```
|
||||
ai-proj-helper/
|
||||
├── skills/ # 公共技能(Git 版本控制)
|
||||
├── skills/ # 通用技能(Git 版本控制)
|
||||
│ ├── ai-proj-plugin/
|
||||
│ │ ├── .claude-plugin/plugin.json
|
||||
│ │ └── skills/SKILL.md
|
||||
│ └── ...
|
||||
├── skills-projects/ # 项目技能(Git 版本控制)
|
||||
│ ├── coolbuy-legacy-plugin/
|
||||
│ ├── coolbuy-paas-plugin/
|
||||
│ ├── coolbuy-platform-plugin/
|
||||
│ ├── enjoysa-plugin/
|
||||
│ └── enjoysa-deploy-plugin/
|
||||
├── skills-personal/ # 个人技能(.gitignore 排除)
|
||||
│ └── qiudl-personal-plugin/
|
||||
├── claude-config.yaml # 技能启用/禁用 + MCP 配置
|
||||
@@ -58,7 +64,12 @@ skills:
|
||||
| staging | https://ai-staging.pipexerp.com/api/v1 |
|
||||
| prod | https://ai.pipexerp.com/api/v1 |
|
||||
|
||||
## 项目技能
|
||||
|
||||
`skills-projects/` 存放特定业务项目的技能(coolbuy、enjoysa 等),由 Git 版本控制。
|
||||
|
||||
## 个人技能
|
||||
|
||||
`skills-personal/` 目录不被 Git 跟踪,用于存放个人配置和工具。
|
||||
个人技能同样会被 `generate-marketplace.py` 扫描并加入 marketplace.json。
|
||||
|
||||
两者都会被 `generate-marketplace.py` 扫描并加入 marketplace.json。
|
||||
|
||||
Reference in New Issue
Block a user