From background-removal
Use when the user wants to know which rembg models are available and which to pick for their use case.
How this skill is triggered — by the user, by Claude, or both
Slash command
/background-removal:list-rmbg-modelsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Displays available rembg models with descriptions of speed, quality, and best-use scenarios. Mostly a static reference; if available, also shows the output of `rembg list-models`.
Displays available rembg models with descriptions of speed, quality, and best-use scenarios. Mostly a static reference; if available, also shows the output of rembg list-models.
configure-rmbgrembg list-models (if available on PATH) and append its output.~/.config/quick-rmbg/config.json and can be changed via configure-rmbg.| Model | Speed | Quality | Best for | Notes |
|---|---|---|---|---|
u2net | Good | Good | General use | Default, balanced, well-tested |
u2netp | Fast | Fair | Quick preview, mobile | Smaller/faster, slightly lower quality |
u2net_human_seg | Good | Excellent | People, portraits | Specialized for human subjects |
silueta | Good | Good | Alternative general | Similar to u2net, different training data |
isnet-general-use | Slower | Excellent | High-quality general | Often best quality for varied subjects |
birefnet-general | Slowest | Excellent | Best edges | Newer, slower, often best for fine details (hair, fur) |
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.