{
  "name": "performance_tuning",
  "title": "性能调优",
  "description": "数据库与系统性能调优。触发词：性能调优、SQL优化、缓存调优",
  "version": "1.0.0",
  "type": "default",
  "prompt_file": "./skill.md",
  "group": "develop",
  "knowledges": ["database_design","naming_conventions","logging_standards"],
  "works": ["performance_tuning"],
  "tools": [
    "read_text",
    "write_text",
    "edit_file",
    "exec_code"
  ],
  "main": "",
  "func_name": "main",
  "scope": "sys",
  "sort": 10,
  "state": 1,
  "show": 0,
  "end": false
}