From arc-probe
Updates public-repo README with latest skills, commands, features, screenshots, and tutorials. Use after adding new content to keep public docs current via git commit/push.
How this skill is triggered — by the user, by Claude, or both
Slash command
/arc-probe:publish-readmeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Update the public-facing README on github.com/vzco/arc-probe with the latest information.
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/notesnpx claudepluginhub vzco/arc-probe --plugin arc-probeUpdates existing README.md using codebase scans, git history since last edit, changelog refresh, and audits for stale/missing sections.
Generates human-focused README files for projects. Activates on 'write README', 'create README', 'update README'.
Refreshes README structure and content using git-workspace-review repo context: audits languages, researches exemplars via web search, aligns outlines, applies edits. Use for structural updates.