From claude-quikgif
Register the QuikGIF MCP shim with this AI host and other AI clients. Use after a fresh CLI install, to refresh stale shim entries, or when the user asks to set up the QuikGIF MCP.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-quikgif:install-mcpThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Re-register the QuikGIF MCP shim. The plugin already bundles a working MCP server (via `${CLAUDE_PLUGIN_ROOT}/hooks/scripts/launch-mcp.sh`), but running `quikgif mcp-install` writes the canonical user-managed shim at `~/.local/share/quikgif/mcp-shim.sh` so other AI hosts (Cursor, Windsurf, VS Code, Claude Desktop) also pick it up.
Re-register the QuikGIF MCP shim. The plugin already bundles a working MCP server (via ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/launch-mcp.sh), but running quikgif mcp-install writes the canonical user-managed shim at ~/.local/share/quikgif/mcp-shim.sh so other AI hosts (Cursor, Windsurf, VS Code, Claude Desktop) also pick it up.
Confirm the CLI is present:
command -v quikgif >/dev/null 2>&1 && quikgif --version | head -1 || { echo "quikgif CLI not installed — run /claude-quikgif:install first"; exit 1; }
Run the installer (idempotent — short-circuits if every detected client already points at the current shim):
quikgif mcp-install --yes
Tell the user which clients were updated. If any show upgraded to fallback-aware shim, those clients had a legacy entry pointing at the bare quikgif binary; the install just migrated them to the shim that surfaces install-help when the CLI goes missing.
Remind the user to restart Claude Code (and any other affected hosts) so they re-launch the MCP server against the refreshed entry.
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