Wozcode-plugin woz-update

Update the WOZCODE plugin to the latest version.

install
source · Clone the upstream repo
git clone https://github.com/WithWoz/wozcode-plugin
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/WithWoz/wozcode-plugin "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/woz-update" ~/.claude/skills/withwoz-wozcode-plugin-woz-update && rm -rf "$T"
manifest: skills/woz-update/SKILL.md
source content

Update WOZCODE Plugin

Update the WOZCODE plugin to the latest version.

Run these steps in sequence. After each bash command, check the exit code before proceeding.

Step 1: Update marketplace

Try the update first:

claude plugin marketplace update wozcode-marketplace

If this fails (e.g. git/SSH auth error), fall back to adding via HTTPS, then removing the old entry:

claude plugin marketplace add https://github.com/WithWoz/wozcode-plugin.git

If the add succeeded, remove the old SSH-based entry:

claude plugin marketplace remove wozcode-marketplace

If the add failed, do NOT run remove — the old marketplace entry is still needed. Tell the user: "Marketplace update failed. Check your network connection and try again."

Step 2: Install latest plugin version

claude plugin install woz@wozcode-marketplace

If this fails, tell the user: "Plugin install failed. Please report this issue at https://github.com/WithWoz/wozcode-plugin/issues"

Step 3: Clear update flag and confirm

rm -f "${CLAUDE_CONFIG_DIR:-$HOME/.claude}/wozcode/update-available.json"

After all steps succeed, tell the user:

  • ✅ WOZCODE updated successfully
  • Run
    /reload-plugins
    to apply the update