From background-removal
Use when quick-rmbg is not found on PATH and needs to be installed or upgraded.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin background-removalThis skill uses the workspace's default tool permissions.
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.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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.