From claude-quikgif
Install the QuikGIF CLI for the first time or repair a broken install. Use when the user asks to install QuikGIF, when quikgif is not found on PATH, or when the binary produces signature errors.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-quikgif:installThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install (or repair) the QuikGIF CLI binary on this machine. Use this when:
Install (or repair) the QuikGIF CLI binary on this machine. Use this when:
quikgif is not on the user's PATHRuns curl -fsSL https://quikgif.com/install.sh | sh, which:
brew uninstall quikgif (silently with notice)24XQM82CR6/usr/local/bin (with sudo) or ~/.local/bin (no sudo)Confirm the user actually wants to run a curl | sh install (it requires sudo for /usr/local/bin). The script is open source at https://github.com/ringo380/quikgif/blob/main/docs/install.sh.
Run with Bash:
curl -fsSL https://quikgif.com/install.sh | sh
After install, verify with quikgif --version and offer to run /claude-quikgif:install-mcp so Claude Code's MCP picks up the new binary.
Remind the user to restart Claude Code so the MCP host re-launches against the freshly installed CLI.
npx claudepluginhub ringo380/robworks-claude-code-plugins --plugin claude-quikgifCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.