feat: 为 skills 添加 skill.json 元数据文件

为 chinaweal-pms、gitea-api、pms-development 三个 skill 添加 skill.json,使 /skills 命令能够正确识别已安装的 skills。
This commit is contained in:
黎润豪 2026-03-31 17:42:39 +08:00
parent 6b13d334dc
commit bd54aee4c6
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"name": "chinaweal-pms",
"description": "众望通 PMS 系统数据查询工具。用于查询 PMS 系统中的待办任务数据。",
"version": "1.0.0"
}

View File

@ -0,0 +1,5 @@
{
"name": "gitea-api",
"description": "Gitea API 调用工具。用于与 Gitea 代码托管平台进行交互包括仓库管理、用户管理、Issue/PR 管理等。",
"version": "1.0.0"
}

View File

@ -0,0 +1,5 @@
{
"name": "pms-development",
"description": "PMS 待办开发工具。用于开发 PMS 系统中的待办任务,包括仓库克隆、分支创建、需求开发、代码检查和分支推送。",
"version": "1.0.0"
}