From background-removal
Use when quick-rmbg is not found on PATH and needs to be installed or upgraded.
How this skill is triggered — by the user, by Claude, or both
Slash command
/background-removal:install-rembgThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Installs or upgrades the `quick-rmbg` CLI via `pipx` or `uv tool`, pulling the latest version from the upstream GitHub repository along with `rembg` and `onnxruntime` dependencies.
Installs or upgrades the quick-rmbg CLI via pipx or uv tool, pulling the latest version from the upstream GitHub repository along with rembg and onnxruntime dependencies.
quick-rmbg is not on PATHpipx, fall back to uv tool).quick-rmbg already exists: command -v quick-rmbg. If found, ask user if they want to upgrade; skip if no.pipx is available: pipx install git+https://github.com/danielrosehill/Quick-RMBG.git.uv tool is available: uv tool install git+https://github.com/danielrosehill/Quick-RMBG.git.rembg, onnxruntime).quick-rmbg --help. Exit code 0 = success.configure-rmbg if needed.quick-rmbg to pipx/uv's bin directory (usually on PATH).pipx or uv already installed.npx claudepluginhub danielrosehill/claude-code-plugins --plugin background-removalCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.