From claude-quikgif
Update the QuikGIF CLI to the latest version. Use when the user asks to update QuikGIF, when a newer version is available, or after a session-start notice mentions a new release.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-quikgif:updateThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run `quikgif update` to fetch the latest signed, notarized CLI binary, verify its SHA256 + Developer ID signature, and atomically replace the in-place binary.
Run quikgif update to fetch the latest signed, notarized CLI binary, verify its SHA256 + Developer ID signature, and atomically replace the in-place binary.
First, sanity-check the current version with Bash:
quikgif --version | head -1
Run the update:
quikgif update
This handles:
quikgif-releases worker /download (binary) + /download/sha256 (digest)anchor apple generic and certificate leaf[subject.OU] = "24XQM82CR6")sudo /usr/bin/install for write-protected destinations like /usr/local/binIf the command exits non-zero with the Homebrew warning, run curl -fsSL https://quikgif.com/install.sh | sh instead — that script removes the Cellar install and replaces it with a current Developer-ID-signed binary.
After a successful update, advise the user to restart Claude Code so the MCP host re-launches the new quikgif mcp-server.
https://quikgif-releases.ringo380.workers.dev/latest directly.quikgif update; if it persists, file an issue.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub ringo380/robworks-claude-code-plugins --plugin claude-quikgif