Skills 指导 Agents 如何以可重复的方式完成特定任务,例如编写文档、使用特定的工作流程分析数据,或自动化个人任务。
获取更多有关 Skills 的信息,可以查看:
-
确保
gh(Github CLI) 已安装并可用。 -
使用
gh skill install命令安装 Skills:
gh skill install <repository> [<skill[@version]>] [flags]目前 gh skill install 支持的参数如下:
| 参数 | 说明 |
|---|---|
--agent <name> |
指定目标 Agent |
--scope <scope> |
安装范围(project/user) |
--dir <path> |
安装到自定义目录 |
--pin <ref> |
固定版本,后续 gh skill update 不自动升级 |
gh skill install https://github.com/CQUT-OpenProject/skills silicon-loop
--agent claude-code \
--scope project| Skill Name | Description |
|---|---|
| silicon-loop | 用于 STM32 嵌入式开发 |