From agent-reverse
Check for AgentReverse skill updates and Claude Code changelog changes on session start. Runs automatically via SessionStart hook — compares installed versions against remote, applies safe migrations, and flags breaking changes. Use when user says /agent-reverse-update to manually trigger an update check.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-reverse:agent-reverse-updateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Checks for skill updates automatically on session start.
Checks for skill updates automatically on session start.
On session start, this skill checks your agent-reverse.json manifest against the remote repos to see if any pinned commits have newer versions available.
To manually check and update:
manifest_check_updates MCP tool to see which skills have updatesoutdated array with id, pinnedCommit, and latestCommitmanifest_sync MCP tool to reinstall all skills from latest commits# Check updates
Use manifest_check_updates tool
# Sync to latest
Use manifest_sync tool
If you don't want session-start notifications, remove this skill from .claude/commands/.
npx claudepluginhub shihwesley/shihwesley-plugins --plugin agent-reverseChecks installed community skills for updates, shows diffs, and requires explicit approval before applying. Designed for trust-conscious users who want to review changes before updating.
Checks for updates to the skills-for-fabric marketplace at session start. Compares local version against GitHub releases and shows changelog if updates are available. Useful for staying up-to-date with skill changes.
Checks for new versions of Claude Code and ClawCode, comparing installed vs. latest releases and printing safe update commands.