Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:629
forks:91
updated:2026년 5월 24일 16:39
파일 탐색기
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 # 组合使用