From background-removal
Use when single-pass leaves residue (hair, low-contrast edges) that needs cleanup.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin background-removalThis skill uses the workspace's default tool permissions.
Runs background removal twice for cleaner edges and smoother alpha blending. The second pass often removes artifacts the first pass left behind.
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.
Runs background removal twice for cleaner edges and smoother alpha blending. The second pass often removes artifacts the first pass left behind.
-nobg.png from a previous run)quick-rmbg is on PATH.quick-rmbg --two-pass "$path" — the CLI appends -nobg.png to the filename.<input>-nobg.png (overwrites any previous single-pass output).