{
    "name": "code_implementation",
    "title": "代码实现",
    "description": "当需要编写工具代码和测试用例时，可使用此技能。使用JS/Python编写工具代码并编写测试用例验证，确保工具稳定可靠。触发关键词：编写代码、实现代码、写测试、代码实现",
    "version": "1.0.0",
    "prompt_file": "./skill.md",
    "group": "tool",
    "knowledges": ["naming_conventions","logging_standards"],
    "works": ["code_implementation","tool_build"],
    "tools": [
        "read_work",
        "read_text",
        "write_text",
        "edit_file",
        "make_dir",
        "exec_code",
        "run_script",
        "call_agent",
        "notify_user"
    ],
    "main": "",
    "func_name": "main",
    "scope": "sys",
    "sort": 10,
    "state": 1,
    "show": 0,
    "end": false
}