From claude-quikgif
Show the QuikGIF CLI version, license tier, app installation status, and MCP registration state. Use when the user asks about their QuikGIF setup or what version is installed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-quikgif:statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Print a human-readable summary of the QuikGIF CLI + MCP setup on this machine.
Print a human-readable summary of the QuikGIF CLI + MCP setup on this machine.
Run the diagnostic with Bash:
if command -v quikgif >/dev/null 2>&1; then
quikgif --version
echo
quikgif mcp-status 2>/dev/null || true
else
echo "QuikGIF CLI not installed."
echo "Install with: curl -fsSL https://quikgif.com/install.sh | sh"
fi
If the CLI is installed and the QuikGIF MCP is connected in this session, also call the MCP's own quikgif_status tool — it returns CLI version, license tier, app detection, permissions, and direct upgrade / install URLs in structured JSON.
Summarize the result for the user. If the CLI is on an older version than quikgif update --check would advertise, suggest running /claude-quikgif:update.
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