在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用plan-update
星标0
分支0
更新时间2026年1月31日 16:40
Update planning notes and commit the changes.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Update planning notes and commit the changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Implement tasks in separate atomic commits with checks.
Run quality checks and commit if passing.
Analyze repo state and suggest pragmatic next steps.
Study SDL3, ImGui, and engine architecture patterns.
| name | plan-update |
| description | Update planning notes and commit the changes. |
Update planning notes and commit documentation changes.
Run these commands and include the output:
git branch --show-currentgit status --shortgit log -n 10 --onelinels -la notes 2>/dev/null || echo "No notes directory"ls -la UNREAL_CONVERSION_PLAN.md 2>/dev/null || echo "No UNREAL_CONVERSION_PLAN.md"notes/plan.md exists, read it fully and update status markersUNREAL_CONVERSION_PLAN.md with current progressdocs(notes) update plan status for <topic>
why: Keep plan in sync with actual progress
what:
- Mark <items> as completed
- Add <new items> discovered
Important: