From background-removal
Use when the user wants to iteratively refine a mask until satisfied, re-running on the same image.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin background-removalThis skill uses the workspace's default tool permissions.
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.
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.
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.