feat: biến repo thành marketplace Claude Code nội bộ (smartgift-all/dev/common) + hướng dẫn cài

This commit is contained in:
2026-07-20 15:11:18 +07:00
parent 5eb89fe4c2
commit 0a8ddc9b6e
9 changed files with 267 additions and 1 deletions
+21 -1
View File
@@ -49,7 +49,27 @@ Tài liệu này tổng hợp các công cụ, cấu hình và phương pháp gi
## 4. Các Skills Nên Cài
*Chưa cập nhật*
### Marketplace nội bộ Smartgift
Chính repo này cũng là một **marketplace Claude Code**. Đăng ký một lần rồi cài plugin theo vai trò:
```bash
# 1. Đăng ký marketplace (một lần)
claude plugin marketplace add https://git.smartgift.io.vn/smartgift/claude-code-docs.git
# 2. Chọn MỘT plugin
claude plugin install smartgift-all@smartgift # toàn bộ (khuyến nghị)
claude plugin install smartgift-dev@smartgift # chỉ md-writing (team dev)
claude plugin install smartgift-common@smartgift # chỉ prompt-sharpening
```
| Plugin | Skill | Dùng cho |
|---|---|---|
| `smartgift-all` | `md-writing` + `prompt-sharpening` | Mặc định — ai muốn tất cả |
| `smartgift-dev` | `md-writing` | Soạn & bảo trì file `CLAUDE.md`/`AGENTS.md` (team dev) |
| `smartgift-common` | `prompt-sharpening` | Làm rõ yêu cầu mơ hồ trước khi hành động (mọi nhân viên) |
Chỉ cài **một** trong ba (cài `smartgift-all` cùng plugin lẻ sẽ nạp trùng skill). Xem/gỡ: `claude plugin list`, `claude plugin uninstall <tên>@smartgift`.
---