# skills **Repository Path**: Cooper0/skills ## Basic Information - **Project Name**: skills - **Description**: AI skill - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-23 - **Last Updated**: 2026-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cooper Skills OpenHarmony DFX 领域开发的 skills 集合,用于代码检视和开发规范配置。 ## 目录结构 ``` . ├── AGENTS.md # 项目配置说明 ├── README.md # 本文件 └── skills/ # Skills 定义(可安装) ├── cooper-init/ # 初始化全局配置 │ └── SKILL.md ├── install-review/ # 安装 DFX 代码检视 │ └── SKILL.md └── config-agents/ # 配置当前目录 AGENTS ├── SKILL.md └── templates/ # 预定义的AGENTS配置模板 ├── common/ # 通用 AGENTS 配置 │ └── AGENTS.md ├── faultloggerd/ # faultloggerd 仓库的 AGENTS 配置 │ └── AGENTS.md └── hiview/ # hiview 仓库的 AGENTS 配置 └── AGENTS.md ``` ## 可用 Skills ### cooper-init 将通用 AGENTS 配置同步到 OpenCode 全局配置,同时安装 skills 到全局配置目录。 使用方式: ``` /cooper-init ``` ### install-review 从 gitcode 安装 DFX 代码检视 skills。 使用方式: ``` /install-review ``` 安装完成后需配置 gitcode token。 ### config-agents 为当前项目目录配置 AGENTS.md。 使用方式: ``` /config-agents ``` - 若当前目录在 templates 下有对应配置,则增量更新到项目目录 - 若无对应配置,则生成 AGENTS.md 模板 ## 安装方式 将本项目放置在合适位置,然后在 OpenCode 中使用上述 skills。