docs: clarify public skill installation
This commit is contained in:
parent
ae9f1e0145
commit
0567364af5
20
README.md
20
README.md
@ -1,8 +1,8 @@
|
|||||||
# Agent Skills
|
# Agent Skills
|
||||||
|
|
||||||
这个仓库用于分发可安装的 agent skills。
|
这个仓库用于公开分发可安装的 agent skills。
|
||||||
|
|
||||||
## Available Skills
|
## 技能列表
|
||||||
|
|
||||||
### `gitops-app-onboarding`
|
### `gitops-app-onboarding`
|
||||||
|
|
||||||
@ -19,7 +19,13 @@
|
|||||||
- 修当前 GitOps 仓库中的 `Application`、`AppProject`、release 引用
|
- 修当前 GitOps 仓库中的 `Application`、`AppProject`、release 引用
|
||||||
- 补齐当前平台的 GitOps 交付链路
|
- 补齐当前平台的 GitOps 交付链路
|
||||||
|
|
||||||
## Install
|
不适合处理:
|
||||||
|
|
||||||
|
- 通用 GitLab CI 改造
|
||||||
|
- 通用 Helm Chart 编写
|
||||||
|
- 未指向当前平台常量的通用 GitOps / Argo CD 任务
|
||||||
|
|
||||||
|
## 安装
|
||||||
|
|
||||||
安装 `gitops-app-onboarding`:
|
安装 `gitops-app-onboarding`:
|
||||||
|
|
||||||
@ -33,7 +39,13 @@ npx skills add "https://deploy.baizhi.cloud/gitops-admin/agent-skills.git" --ful
|
|||||||
npx skills add "/path/to/agent-skills" --full-depth --skill gitops-app-onboarding -g -y
|
npx skills add "/path/to/agent-skills" --full-depth --skill gitops-app-onboarding -g -y
|
||||||
```
|
```
|
||||||
|
|
||||||
## Repository Layout
|
安装后可先确认是否已被识别:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npx skills add "https://deploy.baizhi.cloud/gitops-admin/agent-skills.git" --full-depth --skill gitops-app-onboarding --list
|
||||||
|
```
|
||||||
|
|
||||||
|
## 仓库结构
|
||||||
|
|
||||||
```text
|
```text
|
||||||
agent-skills/
|
agent-skills/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user