From background-removal
Use when the user wants to iteratively refine a mask until satisfied, re-running on the same image.
How this skill is triggered — by the user, by Claude, or both
Slash command
/background-removal:refine-mask-interactiveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Wraps `quick-rmbg --infinite-hop` to let the user run background removal iteratively on the same image. Each run can use different settings (e.g., model, threshold) to dial in the perfect cutout.
Wraps quick-rmbg --infinite-hop to let the user run background removal iteratively on the same image. Each run can use different settings (e.g., model, threshold) to dial in the perfect cutout.
-nobg.png) to refinequick-rmbg is on PATH.quick-rmbg --infinite-hop will run removal, save output, ask if user wants another pass. Type y to refine, n to exit.quick-rmbg --infinite-hop "$path" and let the user interact (they control the loop).<input>-nobg.png with the user's final choice.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 danielrosehill/claude-code-plugins --plugin background-removal