{
    "name": "mm_plugin_development",
    "title": "mm Plugin插件开发",
    "description": "开发mm_os框架Plugin插件。触发词：mm插件、插件开发、创建插件",
    "version": "1.0.0",
    "type": "default",
    "prompt_file": "./skill.md",
    "group": "mm",
    "knowledges": [
        "mm_os_framework",
        "naming_conventions",
        "project_structure",
        "version_semantics"
    ],
    "works": [
        "develop_mm_plugin",
        "config_mm_plugin",
        "script_mm_plugin"
    ],
    "tools": [
        "get_run_path",
        "read_text",
        "write_text",
        "edit_file",
        "make_dir",
        "ls",
        "search_file"
    ],
    "main": "",
    "func_name": "main",
    "scope": "sys",
    "sort": 10,
    "state": 1,
    "show": 0,
    "end": false
}