Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:629
forks:91
updated:24. Mai 2026 um 16:39
Datei-Explorer
SKILL.md
| name | proto-compile |
| description | 将protobuf消息定义文件.proto编译为python代码 |
变更或新增.proto文件时
python scripts/proto_compile.py -a # 编译全部
python scripts/proto_compile.py -c # 仅编译公共protobuf定义
python scripts/proto_compile.py -d <api_name> # 编译指定名称的API模块
python scripts/proto_compile.py -c -d A -d B # 组合使用