From background-removal
Use when the user wants to know which rembg models are available and which to pick for their use case.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin background-removalThis skill uses the workspace's default tool permissions.
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`.
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.
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) |