一键导入
publish-readme
Update the public-repo README with latest features, skills, and screenshots
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update the public-repo README with latest features, skills, and screenshots
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | publish-readme |
| description | Update the public-repo README with latest features, skills, and screenshots |
Update the public-facing README on github.com/vzco/arc-probe with the latest information.
After adding new skills, commands, features, or screenshots that should be reflected in the public README.
cat public-repo/README.md
plugin/skills/ that aren't in the README skill tablepublic-repo/docs/images/Key sections to keep current:
cd public-repo
git add README.md
git commit -m "docs: update README"
git push origin main
The public README uses:
> blockquotes for status/notesFull analysis of a single function — disassemble, identify args, find string refs, callers/callees, RTTI, generate signature, label in GUI
Fully analyze a C++ virtual function table — detect params, find string refs, measure sizes, and label all entries
Detect function parameters from prologue and register usage — infer types, count, and calling convention
Discover a C++ class by name via RTTI — map its vtable, disassemble key virtual functions, explore inheritance hierarchy, and label everything
Find all functions that call a given function address — shows argument setup, string refs, and containing function names
Compare a function between sessions — generate a signature, find it after binary update, compare disassembly, report changes