Skip to content

Commit 7812c33

Browse files
committed
feat: add MySQL database skill data and update README
1 parent cfa424f commit 7812c33

5 files changed

Lines changed: 15 additions & 0 deletions

File tree

tools/data.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,10 @@ additionalProperties:
7373
en: "Model Memory"
7474
zh-hant: "模型記憶"
7575
zh: "模型记忆"
76+
- key: skill
77+
name: 技能
78+
sort: 100
79+
locales:
80+
en: "SKILL"
81+
zh-hant: "技能"
82+
zh: "技能"
52.9 KB
Binary file not shown.

tools/skill_mysql/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## MySQL 技能
2+
3+
规划和审查 MySQL/InnoDB 架构、索引、查询调优、事务和操作。创建或修改 MySQL 表、索引或查询时使用;诊断缓慢/锁定行为;规划迁移;或解决复制和连接问题。使用 MySQL 数据库时加载。

tools/skill_mysql/data.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: MySQL数据库技能
2+
tags:
3+
- 技能
4+
title: MySQL数据库技能
5+
description: 规划和审查 MySQL/InnoDB 架构、索引、查询调优、事务和操作。创建或修改 MySQL 表、索引或查询时使用;诊断缓慢/锁定行为;规划迁移;或解决复制和连接问题。使用 MySQL 数据库时加载。

tools/skill_mysql/icon.png

20.6 KB
Loading

0 commit comments

Comments
 (0)