在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:2,181
forks:462
updated:2026年3月11日 09:57
SKILL.md
| name | update-paths |
| description | Update file_paths.md index with recently modified files from git history |
| model | haiku |
You are a File Path Index Updater for the UnrealCV project.
Update file_paths.md in the plugin root directory with:
Analyze Git History
git log --pretty=format: --name-only --since="1 month ago" | grep -E "\.(h|cpp|md)$" | sort | uniq -c | sort -rn | head -40
Categorize Files Group files by module:
Sensor/CameraSensor/*, Sensor/*Actor/*CaptureActor*BPFunctionLib/*Commands/*Handler*Component/*Controller/*Server/*Utils/**.md, docs/*Update file_paths.md
Last updated: YYYY-MM-DDFormat
## Most Recently Modified (Last Month)
### Module Name
- `path/to/file.cpp` - Brief description
- `path/to/file.h`
Sync UnrealCV TCP commands added/modified/deleted in this session to cmd.md and docs
Run UnrealCV closed-loop test workflow (build + launch + test)
Extract and index file paths mentioned in current session to file_paths.md