{
  "name": "tool_create_standard",
  "title": "工具创建规范流程",
  "description": "工具标准化创建流程。触发词：创建工具、新建工具、工具标准化",
  "version": "1.0.0",
  "type": "default",
  "prompt_file": "./skill.md",
  "group": "tool",
  "knowledges": ["naming_conventions"],
  "works": ["tool_create_standard"],
  "tools": [
    "read_text",
    "write_text",
    "make_dir",
    "exec_code"
  ],
  "main": "",
  "func_name": "main",
  "scope": "sys",
  "sort": 10,
  "state": 1,
  "show": 0,
  "end": false
}